From 776e1db049152f3f006e1c7bc5167ca2ab6cb807 Mon Sep 17 00:00:00 2001 From: Brian Kennish Date: Wed, 16 Sep 2015 23:59:20 -0700 Subject: [PATCH] iOS mvp (perhaps someday Apple will review and approve). --- ios/adblockfast.xcodeproj/project.pbxproj | 829 + .../contents.xcworkspacedata | 7 + .../UserInterfaceState.xcuserstate | Bin 0 -> 18820 bytes .../xcschemes/adblockfast.xcscheme | 111 + .../xcschemes/blocker.xcscheme | 108 + .../xcschemes/xcschememanagement.plist | 42 + ios/adblockfast/Andrew Footit - Hudson NY.otf | Bin 0 -> 19188 bytes ios/adblockfast/AppDelegate.h | 17 + ios/adblockfast/AppDelegate.m | 45 + .../AppIcon.appiconset/Contents.json | 80 + .../AppIcon.appiconset/Icon-60@2x.png | Bin 0 -> 63223 bytes .../AppIcon.appiconset/Icon-60@3x.png | Bin 0 -> 117288 bytes .../AppIcon.appiconset/Icon-76.png | Bin 0 -> 37305 bytes .../AppIcon.appiconset/Icon-76@2x.png | Bin 0 -> 89372 bytes .../AppIcon.appiconset/Icon-Small-40.png | Bin 0 -> 24741 bytes .../AppIcon.appiconset/Icon-Small-40@2x-1.png | Bin 0 -> 39181 bytes .../AppIcon.appiconset/Icon-Small-40@2x.png | Bin 0 -> 39181 bytes .../AppIcon.appiconset/Icon-Small-40@3x.png | Bin 0 -> 63223 bytes .../AppIcon.appiconset/Icon-Small.png | Bin 0 -> 22453 bytes .../AppIcon.appiconset/Icon-Small@2x-1.png | Bin 0 -> 30051 bytes .../AppIcon.appiconset/Icon-Small@2x.png | Bin 0 -> 30051 bytes .../AppIcon.appiconset/Icon-Small@3x.png | Bin 0 -> 42695 bytes .../BrandAsset.launchimage/Contents.json | 59 + .../BrandAsset.launchimage/Default-1024h.png | Bin 0 -> 60771 bytes .../Default-1024h@2x.png | Bin 0 -> 114712 bytes .../Default-568h@2x.png | Bin 0 -> 154965 bytes .../Default-667h@2x.png | Bin 0 -> 183878 bytes .../Default-736h-Portrait@3x.png | Bin 0 -> 365400 bytes .../BrandAsset.launchimage/Default@2x.png | Bin 0 -> 154360 bytes ios/adblockfast/AvenirNextLTPro-Light.otf | Bin 0 -> 74452 bytes .../Base.lproj/LaunchScreen.storyboard | 27 + ios/adblockfast/Base.lproj/Main.storyboard | 25 + ios/adblockfast/Constants.h | 20 + ios/adblockfast/Defaults.plist | 22 + ios/adblockfast/Info.plist | 45 + ios/adblockfast/ViewController.h | 13 + ios/adblockfast/ViewController.m | 1129 + ios/adblockfast/adblockfast.entitlements | 10 + ios/adblockfast/blocked-0.pdf | Bin 0 -> 24556 bytes ios/adblockfast/blocked-1.pdf | Bin 0 -> 24649 bytes ios/adblockfast/blocked-10.pdf | Bin 0 -> 21229 bytes ios/adblockfast/blocked-11.pdf | Bin 0 -> 20587 bytes ios/adblockfast/blocked-12.pdf | Bin 0 -> 19641 bytes ios/adblockfast/blocked-13.pdf | Bin 0 -> 19070 bytes ios/adblockfast/blocked-14.pdf | Bin 0 -> 18609 bytes ios/adblockfast/blocked-15.pdf | Bin 0 -> 18411 bytes ios/adblockfast/blocked-2.pdf | Bin 0 -> 24545 bytes ios/adblockfast/blocked-3.pdf | Bin 0 -> 23993 bytes ios/adblockfast/blocked-4.pdf | Bin 0 -> 23518 bytes ios/adblockfast/blocked-5.pdf | Bin 0 -> 22807 bytes ios/adblockfast/blocked-6.pdf | Bin 0 -> 23386 bytes ios/adblockfast/blocked-7.pdf | Bin 0 -> 22253 bytes ios/adblockfast/blocked-8.pdf | Bin 0 -> 22027 bytes ios/adblockfast/blocked-9.pdf | Bin 0 -> 20672 bytes ios/adblockfast/main.m | 16 + ios/adblockfast/unblocked-0.pdf | Bin 0 -> 18528 bytes ios/adblockfast/unblocked-1.pdf | Bin 0 -> 18688 bytes ios/adblockfast/unblocked-10.pdf | Bin 0 -> 22725 bytes ios/adblockfast/unblocked-11.pdf | Bin 0 -> 23172 bytes ios/adblockfast/unblocked-12.pdf | Bin 0 -> 24000 bytes ios/adblockfast/unblocked-13.pdf | Bin 0 -> 24622 bytes ios/adblockfast/unblocked-14.pdf | Bin 0 -> 24723 bytes ios/adblockfast/unblocked-15.pdf | Bin 0 -> 24557 bytes ios/adblockfast/unblocked-2.pdf | Bin 0 -> 18927 bytes ios/adblockfast/unblocked-3.pdf | Bin 0 -> 19488 bytes ios/adblockfast/unblocked-4.pdf | Bin 0 -> 20097 bytes ios/adblockfast/unblocked-5.pdf | Bin 0 -> 19957 bytes ios/adblockfast/unblocked-6.pdf | Bin 0 -> 20802 bytes ios/adblockfast/unblocked-7.pdf | Bin 0 -> 20886 bytes ios/adblockfast/unblocked-8.pdf | Bin 0 -> 21957 bytes ios/adblockfast/unblocked-9.pdf | Bin 0 -> 22324 bytes ios/adblockfastTests/Info.plist | 24 + ios/adblockfastTests/adblockfastTests.m | 39 + ios/adblockfastUITests/Info.plist | 24 + ios/adblockfastUITests/adblockfastUITests.m | 40 + ios/blocker/ActionRequestHandler.h | 13 + ios/blocker/ActionRequestHandler.m | 58 + ios/blocker/Info.plist | 37 + ios/blocker/blocker.entitlements | 10 + ios/blocker/blockerList.json | 604220 +++++++++++++++ ios/blocker/noopList.json | 10 + 81 files changed, 607080 insertions(+) create mode 100644 ios/adblockfast.xcodeproj/project.pbxproj create mode 100644 ios/adblockfast.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 ios/adblockfast.xcodeproj/project.xcworkspace/xcuserdata/byoogle.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/adblockfast.xcscheme create mode 100644 ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/blocker.xcscheme create mode 100644 ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100755 ios/adblockfast/Andrew Footit - Hudson NY.otf create mode 100644 ios/adblockfast/AppDelegate.h create mode 100644 ios/adblockfast/AppDelegate.m create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-76.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x-1.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@3x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x-1.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Contents.json create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-1024h.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-1024h@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-568h@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-667h@2x.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-736h-Portrait@3x.png create mode 100644 ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default@2x.png create mode 100644 ios/adblockfast/AvenirNextLTPro-Light.otf create mode 100644 ios/adblockfast/Base.lproj/LaunchScreen.storyboard create mode 100644 ios/adblockfast/Base.lproj/Main.storyboard create mode 100644 ios/adblockfast/Constants.h create mode 100644 ios/adblockfast/Defaults.plist create mode 100644 ios/adblockfast/Info.plist create mode 100644 ios/adblockfast/ViewController.h create mode 100644 ios/adblockfast/ViewController.m create mode 100644 ios/adblockfast/adblockfast.entitlements create mode 100644 ios/adblockfast/blocked-0.pdf create mode 100644 ios/adblockfast/blocked-1.pdf create mode 100644 ios/adblockfast/blocked-10.pdf create mode 100644 ios/adblockfast/blocked-11.pdf create mode 100644 ios/adblockfast/blocked-12.pdf create mode 100644 ios/adblockfast/blocked-13.pdf create mode 100644 ios/adblockfast/blocked-14.pdf create mode 100644 ios/adblockfast/blocked-15.pdf create mode 100644 ios/adblockfast/blocked-2.pdf create mode 100644 ios/adblockfast/blocked-3.pdf create mode 100644 ios/adblockfast/blocked-4.pdf create mode 100644 ios/adblockfast/blocked-5.pdf create mode 100644 ios/adblockfast/blocked-6.pdf create mode 100644 ios/adblockfast/blocked-7.pdf create mode 100644 ios/adblockfast/blocked-8.pdf create mode 100644 ios/adblockfast/blocked-9.pdf create mode 100644 ios/adblockfast/main.m create mode 100644 ios/adblockfast/unblocked-0.pdf create mode 100644 ios/adblockfast/unblocked-1.pdf create mode 100644 ios/adblockfast/unblocked-10.pdf create mode 100644 ios/adblockfast/unblocked-11.pdf create mode 100644 ios/adblockfast/unblocked-12.pdf create mode 100644 ios/adblockfast/unblocked-13.pdf create mode 100644 ios/adblockfast/unblocked-14.pdf create mode 100644 ios/adblockfast/unblocked-15.pdf create mode 100644 ios/adblockfast/unblocked-2.pdf create mode 100644 ios/adblockfast/unblocked-3.pdf create mode 100644 ios/adblockfast/unblocked-4.pdf create mode 100644 ios/adblockfast/unblocked-5.pdf create mode 100644 ios/adblockfast/unblocked-6.pdf create mode 100644 ios/adblockfast/unblocked-7.pdf create mode 100644 ios/adblockfast/unblocked-8.pdf create mode 100644 ios/adblockfast/unblocked-9.pdf create mode 100644 ios/adblockfastTests/Info.plist create mode 100644 ios/adblockfastTests/adblockfastTests.m create mode 100644 ios/adblockfastUITests/Info.plist create mode 100644 ios/adblockfastUITests/adblockfastUITests.m create mode 100644 ios/blocker/ActionRequestHandler.h create mode 100644 ios/blocker/ActionRequestHandler.m create mode 100644 ios/blocker/Info.plist create mode 100644 ios/blocker/blocker.entitlements create mode 100644 ios/blocker/blockerList.json create mode 100644 ios/blocker/noopList.json diff --git a/ios/adblockfast.xcodeproj/project.pbxproj b/ios/adblockfast.xcodeproj/project.pbxproj new file mode 100644 index 00000000..85777216 --- /dev/null +++ b/ios/adblockfast.xcodeproj/project.pbxproj @@ -0,0 +1,829 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 4A30CE721BA3F50F00465842 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CE711BA3F50F00465842 /* main.m */; }; + 4A30CE751BA3F50F00465842 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CE741BA3F50F00465842 /* AppDelegate.m */; }; + 4A30CE781BA3F50F00465842 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CE771BA3F50F00465842 /* ViewController.m */; }; + 4A30CE7B1BA3F50F00465842 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A30CE791BA3F50F00465842 /* Main.storyboard */; }; + 4A30CE7D1BA3F50F00465842 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A30CE7C1BA3F50F00465842 /* Assets.xcassets */; }; + 4A30CE801BA3F50F00465842 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A30CE7E1BA3F50F00465842 /* LaunchScreen.storyboard */; }; + 4A30CE8B1BA3F50F00465842 /* adblockfastTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CE8A1BA3F50F00465842 /* adblockfastTests.m */; }; + 4A30CE961BA3F50F00465842 /* adblockfastUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CE951BA3F50F00465842 /* adblockfastUITests.m */; }; + 4A30CEAA1BA3F59E00465842 /* blockerList.json in Resources */ = {isa = PBXBuildFile; fileRef = 4A30CEA91BA3F59E00465842 /* blockerList.json */; }; + 4A30CEAD1BA3F59E00465842 /* ActionRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A30CEAC1BA3F59E00465842 /* ActionRequestHandler.m */; }; + 4A30CEB11BA3F59E00465842 /* blocker.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 4A30CEA71BA3F59E00465842 /* blocker.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 4A45501E1BA40424002C0CAD /* Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4A45501D1BA40424002C0CAD /* Defaults.plist */; settings = {ASSET_TAGS = (); }; }; + 4A45501F1BA40424002C0CAD /* Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4A45501D1BA40424002C0CAD /* Defaults.plist */; settings = {ASSET_TAGS = (); }; }; + 4A4550211BA40489002C0CAD /* noopList.json in Resources */ = {isa = PBXBuildFile; fileRef = 4A4550201BA40489002C0CAD /* noopList.json */; settings = {ASSET_TAGS = (); }; }; + 4A79E3621BA3FDB600A8388C /* Andrew Footit - Hudson NY.otf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3611BA3FDB600A8388C /* Andrew Footit - Hudson NY.otf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3641BA3FDC300A8388C /* AvenirNextLTPro-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3631BA3FDC300A8388C /* AvenirNextLTPro-Light.otf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3751BA3FDD600A8388C /* blocked-0.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3651BA3FDD600A8388C /* blocked-0.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3761BA3FDD600A8388C /* blocked-1.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3661BA3FDD600A8388C /* blocked-1.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3771BA3FDD600A8388C /* blocked-2.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3671BA3FDD600A8388C /* blocked-2.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3781BA3FDD600A8388C /* blocked-3.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3681BA3FDD600A8388C /* blocked-3.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3791BA3FDD600A8388C /* blocked-4.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3691BA3FDD600A8388C /* blocked-4.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37A1BA3FDD600A8388C /* blocked-5.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36A1BA3FDD600A8388C /* blocked-5.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37B1BA3FDD600A8388C /* blocked-6.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36B1BA3FDD600A8388C /* blocked-6.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37C1BA3FDD600A8388C /* blocked-7.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36C1BA3FDD600A8388C /* blocked-7.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37D1BA3FDD600A8388C /* blocked-8.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36D1BA3FDD600A8388C /* blocked-8.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37E1BA3FDD600A8388C /* blocked-9.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36E1BA3FDD600A8388C /* blocked-9.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E37F1BA3FDD600A8388C /* blocked-10.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E36F1BA3FDD600A8388C /* blocked-10.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3801BA3FDD600A8388C /* blocked-11.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3701BA3FDD600A8388C /* blocked-11.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3811BA3FDD600A8388C /* blocked-12.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3711BA3FDD600A8388C /* blocked-12.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3821BA3FDD600A8388C /* blocked-13.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3721BA3FDD600A8388C /* blocked-13.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3831BA3FDD600A8388C /* blocked-14.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3731BA3FDD600A8388C /* blocked-14.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3841BA3FDD600A8388C /* blocked-15.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3741BA3FDD600A8388C /* blocked-15.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3951BA3FDFC00A8388C /* unblocked-0.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3851BA3FDFC00A8388C /* unblocked-0.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3961BA3FDFC00A8388C /* unblocked-1.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3861BA3FDFC00A8388C /* unblocked-1.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3971BA3FDFC00A8388C /* unblocked-2.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3871BA3FDFC00A8388C /* unblocked-2.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3981BA3FDFC00A8388C /* unblocked-3.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3881BA3FDFC00A8388C /* unblocked-3.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3991BA3FDFC00A8388C /* unblocked-4.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3891BA3FDFC00A8388C /* unblocked-4.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39A1BA3FDFC00A8388C /* unblocked-5.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38A1BA3FDFC00A8388C /* unblocked-5.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39B1BA3FDFC00A8388C /* unblocked-6.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38B1BA3FDFC00A8388C /* unblocked-6.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39C1BA3FDFC00A8388C /* unblocked-7.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38C1BA3FDFC00A8388C /* unblocked-7.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39D1BA3FDFC00A8388C /* unblocked-8.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38D1BA3FDFC00A8388C /* unblocked-8.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39E1BA3FDFC00A8388C /* unblocked-9.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38E1BA3FDFC00A8388C /* unblocked-9.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E39F1BA3FDFC00A8388C /* unblocked-10.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E38F1BA3FDFC00A8388C /* unblocked-10.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3A01BA3FDFC00A8388C /* unblocked-11.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3901BA3FDFC00A8388C /* unblocked-11.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3A11BA3FDFC00A8388C /* unblocked-12.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3911BA3FDFC00A8388C /* unblocked-12.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3A21BA3FDFC00A8388C /* unblocked-13.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3921BA3FDFC00A8388C /* unblocked-13.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3A31BA3FDFC00A8388C /* unblocked-14.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3931BA3FDFC00A8388C /* unblocked-14.pdf */; settings = {ASSET_TAGS = (); }; }; + 4A79E3A41BA3FDFC00A8388C /* unblocked-15.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A79E3941BA3FDFC00A8388C /* unblocked-15.pdf */; settings = {ASSET_TAGS = (); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 4A30CE871BA3F50F00465842 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4A30CE651BA3F50F00465842 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A30CE6C1BA3F50F00465842; + remoteInfo = adblockfast; + }; + 4A30CE921BA3F50F00465842 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4A30CE651BA3F50F00465842 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A30CE6C1BA3F50F00465842; + remoteInfo = adblockfast; + }; + 4A30CEAF1BA3F59E00465842 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4A30CE651BA3F50F00465842 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A30CEA61BA3F59E00465842; + remoteInfo = blocker; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 4A30CEB51BA3F59E00465842 /* Embed App Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + 4A30CEB11BA3F59E00465842 /* blocker.appex in Embed App Extensions */, + ); + name = "Embed App Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 4A30CE6D1BA3F50F00465842 /* adblockfast.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = adblockfast.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A30CE711BA3F50F00465842 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 4A30CE731BA3F50F00465842 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 4A30CE741BA3F50F00465842 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 4A30CE761BA3F50F00465842 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 4A30CE771BA3F50F00465842 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 4A30CE7A1BA3F50F00465842 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 4A30CE7C1BA3F50F00465842 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 4A30CE7F1BA3F50F00465842 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 4A30CE811BA3F50F00465842 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4A30CE861BA3F50F00465842 /* adblockfastTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = adblockfastTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A30CE8A1BA3F50F00465842 /* adblockfastTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = adblockfastTests.m; sourceTree = ""; }; + 4A30CE8C1BA3F50F00465842 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4A30CE911BA3F50F00465842 /* adblockfastUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = adblockfastUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A30CE951BA3F50F00465842 /* adblockfastUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = adblockfastUITests.m; sourceTree = ""; }; + 4A30CE971BA3F50F00465842 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4A30CEA71BA3F59E00465842 /* blocker.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = blocker.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A30CEA91BA3F59E00465842 /* blockerList.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = blockerList.json; sourceTree = ""; }; + 4A30CEAB1BA3F59E00465842 /* ActionRequestHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActionRequestHandler.h; sourceTree = ""; }; + 4A30CEAC1BA3F59E00465842 /* ActionRequestHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ActionRequestHandler.m; sourceTree = ""; }; + 4A30CEAE1BA3F59E00465842 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4A45501D1BA40424002C0CAD /* Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Defaults.plist; sourceTree = ""; }; + 4A4550201BA40489002C0CAD /* noopList.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = noopList.json; sourceTree = ""; }; + 4A79E3611BA3FDB600A8388C /* Andrew Footit - Hudson NY.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Andrew Footit - Hudson NY.otf"; sourceTree = ""; }; + 4A79E3631BA3FDC300A8388C /* AvenirNextLTPro-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AvenirNextLTPro-Light.otf"; sourceTree = ""; }; + 4A79E3651BA3FDD600A8388C /* blocked-0.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-0.pdf"; sourceTree = ""; }; + 4A79E3661BA3FDD600A8388C /* blocked-1.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-1.pdf"; sourceTree = ""; }; + 4A79E3671BA3FDD600A8388C /* blocked-2.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-2.pdf"; sourceTree = ""; }; + 4A79E3681BA3FDD600A8388C /* blocked-3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-3.pdf"; sourceTree = ""; }; + 4A79E3691BA3FDD600A8388C /* blocked-4.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-4.pdf"; sourceTree = ""; }; + 4A79E36A1BA3FDD600A8388C /* blocked-5.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-5.pdf"; sourceTree = ""; }; + 4A79E36B1BA3FDD600A8388C /* blocked-6.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-6.pdf"; sourceTree = ""; }; + 4A79E36C1BA3FDD600A8388C /* blocked-7.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-7.pdf"; sourceTree = ""; }; + 4A79E36D1BA3FDD600A8388C /* blocked-8.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-8.pdf"; sourceTree = ""; }; + 4A79E36E1BA3FDD600A8388C /* blocked-9.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-9.pdf"; sourceTree = ""; }; + 4A79E36F1BA3FDD600A8388C /* blocked-10.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-10.pdf"; sourceTree = ""; }; + 4A79E3701BA3FDD600A8388C /* blocked-11.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-11.pdf"; sourceTree = ""; }; + 4A79E3711BA3FDD600A8388C /* blocked-12.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-12.pdf"; sourceTree = ""; }; + 4A79E3721BA3FDD600A8388C /* blocked-13.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-13.pdf"; sourceTree = ""; }; + 4A79E3731BA3FDD600A8388C /* blocked-14.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-14.pdf"; sourceTree = ""; }; + 4A79E3741BA3FDD600A8388C /* blocked-15.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "blocked-15.pdf"; sourceTree = ""; }; + 4A79E3851BA3FDFC00A8388C /* unblocked-0.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-0.pdf"; sourceTree = ""; }; + 4A79E3861BA3FDFC00A8388C /* unblocked-1.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-1.pdf"; sourceTree = ""; }; + 4A79E3871BA3FDFC00A8388C /* unblocked-2.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-2.pdf"; sourceTree = ""; }; + 4A79E3881BA3FDFC00A8388C /* unblocked-3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-3.pdf"; sourceTree = ""; }; + 4A79E3891BA3FDFC00A8388C /* unblocked-4.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-4.pdf"; sourceTree = ""; }; + 4A79E38A1BA3FDFC00A8388C /* unblocked-5.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-5.pdf"; sourceTree = ""; }; + 4A79E38B1BA3FDFC00A8388C /* unblocked-6.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-6.pdf"; sourceTree = ""; }; + 4A79E38C1BA3FDFC00A8388C /* unblocked-7.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-7.pdf"; sourceTree = ""; }; + 4A79E38D1BA3FDFC00A8388C /* unblocked-8.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-8.pdf"; sourceTree = ""; }; + 4A79E38E1BA3FDFC00A8388C /* unblocked-9.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-9.pdf"; sourceTree = ""; }; + 4A79E38F1BA3FDFC00A8388C /* unblocked-10.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-10.pdf"; sourceTree = ""; }; + 4A79E3901BA3FDFC00A8388C /* unblocked-11.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-11.pdf"; sourceTree = ""; }; + 4A79E3911BA3FDFC00A8388C /* unblocked-12.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-12.pdf"; sourceTree = ""; }; + 4A79E3921BA3FDFC00A8388C /* unblocked-13.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-13.pdf"; sourceTree = ""; }; + 4A79E3931BA3FDFC00A8388C /* unblocked-14.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-14.pdf"; sourceTree = ""; }; + 4A79E3941BA3FDFC00A8388C /* unblocked-15.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "unblocked-15.pdf"; sourceTree = ""; }; + 4A79E3A51BA3FE8700A8388C /* adblockfast.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = adblockfast.entitlements; sourceTree = ""; }; + 4AAFB4641BA4005700A2BB15 /* blocker.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = blocker.entitlements; sourceTree = ""; }; + 4AAFB4651BA4034400A2BB15 /* Constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 4A30CE6A1BA3F50F00465842 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE831BA3F50F00465842 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE8E1BA3F50F00465842 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CEA41BA3F59E00465842 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 4A30CE641BA3F50F00465842 = { + isa = PBXGroup; + children = ( + 4A30CE6F1BA3F50F00465842 /* adblockfast */, + 4A30CE891BA3F50F00465842 /* adblockfastTests */, + 4A30CE941BA3F50F00465842 /* adblockfastUITests */, + 4A30CEA81BA3F59E00465842 /* blocker */, + 4A30CE6E1BA3F50F00465842 /* Products */, + ); + sourceTree = ""; + }; + 4A30CE6E1BA3F50F00465842 /* Products */ = { + isa = PBXGroup; + children = ( + 4A30CE6D1BA3F50F00465842 /* adblockfast.app */, + 4A30CE861BA3F50F00465842 /* adblockfastTests.xctest */, + 4A30CE911BA3F50F00465842 /* adblockfastUITests.xctest */, + 4A30CEA71BA3F59E00465842 /* blocker.appex */, + ); + name = Products; + sourceTree = ""; + }; + 4A30CE6F1BA3F50F00465842 /* adblockfast */ = { + isa = PBXGroup; + children = ( + 4A79E3A51BA3FE8700A8388C /* adblockfast.entitlements */, + 4AAFB4651BA4034400A2BB15 /* Constants.h */, + 4A30CE761BA3F50F00465842 /* ViewController.h */, + 4A30CE771BA3F50F00465842 /* ViewController.m */, + 4A30CE7C1BA3F50F00465842 /* Assets.xcassets */, + 4A30CE811BA3F50F00465842 /* Info.plist */, + 4A45501D1BA40424002C0CAD /* Defaults.plist */, + 4A30CE701BA3F50F00465842 /* Supporting Files */, + ); + path = adblockfast; + sourceTree = ""; + }; + 4A30CE701BA3F50F00465842 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 4A30CE711BA3F50F00465842 /* main.m */, + 4A30CE731BA3F50F00465842 /* AppDelegate.h */, + 4A30CE741BA3F50F00465842 /* AppDelegate.m */, + 4A30CE791BA3F50F00465842 /* Main.storyboard */, + 4A30CE7E1BA3F50F00465842 /* LaunchScreen.storyboard */, + 4A79E3611BA3FDB600A8388C /* Andrew Footit - Hudson NY.otf */, + 4A79E3631BA3FDC300A8388C /* AvenirNextLTPro-Light.otf */, + 4A79E3651BA3FDD600A8388C /* blocked-0.pdf */, + 4A79E3661BA3FDD600A8388C /* blocked-1.pdf */, + 4A79E3671BA3FDD600A8388C /* blocked-2.pdf */, + 4A79E3681BA3FDD600A8388C /* blocked-3.pdf */, + 4A79E3691BA3FDD600A8388C /* blocked-4.pdf */, + 4A79E36A1BA3FDD600A8388C /* blocked-5.pdf */, + 4A79E36B1BA3FDD600A8388C /* blocked-6.pdf */, + 4A79E36C1BA3FDD600A8388C /* blocked-7.pdf */, + 4A79E36D1BA3FDD600A8388C /* blocked-8.pdf */, + 4A79E36E1BA3FDD600A8388C /* blocked-9.pdf */, + 4A79E36F1BA3FDD600A8388C /* blocked-10.pdf */, + 4A79E3701BA3FDD600A8388C /* blocked-11.pdf */, + 4A79E3711BA3FDD600A8388C /* blocked-12.pdf */, + 4A79E3721BA3FDD600A8388C /* blocked-13.pdf */, + 4A79E3731BA3FDD600A8388C /* blocked-14.pdf */, + 4A79E3741BA3FDD600A8388C /* blocked-15.pdf */, + 4A79E3851BA3FDFC00A8388C /* unblocked-0.pdf */, + 4A79E3861BA3FDFC00A8388C /* unblocked-1.pdf */, + 4A79E3871BA3FDFC00A8388C /* unblocked-2.pdf */, + 4A79E3881BA3FDFC00A8388C /* unblocked-3.pdf */, + 4A79E3891BA3FDFC00A8388C /* unblocked-4.pdf */, + 4A79E38A1BA3FDFC00A8388C /* unblocked-5.pdf */, + 4A79E38B1BA3FDFC00A8388C /* unblocked-6.pdf */, + 4A79E38C1BA3FDFC00A8388C /* unblocked-7.pdf */, + 4A79E38D1BA3FDFC00A8388C /* unblocked-8.pdf */, + 4A79E38E1BA3FDFC00A8388C /* unblocked-9.pdf */, + 4A79E38F1BA3FDFC00A8388C /* unblocked-10.pdf */, + 4A79E3901BA3FDFC00A8388C /* unblocked-11.pdf */, + 4A79E3911BA3FDFC00A8388C /* unblocked-12.pdf */, + 4A79E3921BA3FDFC00A8388C /* unblocked-13.pdf */, + 4A79E3931BA3FDFC00A8388C /* unblocked-14.pdf */, + 4A79E3941BA3FDFC00A8388C /* unblocked-15.pdf */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 4A30CE891BA3F50F00465842 /* adblockfastTests */ = { + isa = PBXGroup; + children = ( + 4A30CE8A1BA3F50F00465842 /* adblockfastTests.m */, + 4A30CE8C1BA3F50F00465842 /* Info.plist */, + ); + path = adblockfastTests; + sourceTree = ""; + }; + 4A30CE941BA3F50F00465842 /* adblockfastUITests */ = { + isa = PBXGroup; + children = ( + 4A30CE951BA3F50F00465842 /* adblockfastUITests.m */, + 4A30CE971BA3F50F00465842 /* Info.plist */, + ); + path = adblockfastUITests; + sourceTree = ""; + }; + 4A30CEA81BA3F59E00465842 /* blocker */ = { + isa = PBXGroup; + children = ( + 4AAFB4641BA4005700A2BB15 /* blocker.entitlements */, + 4A30CEA91BA3F59E00465842 /* blockerList.json */, + 4A4550201BA40489002C0CAD /* noopList.json */, + 4A30CEAB1BA3F59E00465842 /* ActionRequestHandler.h */, + 4A30CEAC1BA3F59E00465842 /* ActionRequestHandler.m */, + 4A30CEAE1BA3F59E00465842 /* Info.plist */, + ); + path = blocker; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 4A30CE6C1BA3F50F00465842 /* adblockfast */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4A30CE9A1BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfast" */; + buildPhases = ( + 4A30CE691BA3F50F00465842 /* Sources */, + 4A30CE6A1BA3F50F00465842 /* Frameworks */, + 4A30CE6B1BA3F50F00465842 /* Resources */, + 4A30CEB51BA3F59E00465842 /* Embed App Extensions */, + ); + buildRules = ( + ); + dependencies = ( + 4A30CEB01BA3F59E00465842 /* PBXTargetDependency */, + ); + name = adblockfast; + productName = adblockfast; + productReference = 4A30CE6D1BA3F50F00465842 /* adblockfast.app */; + productType = "com.apple.product-type.application"; + }; + 4A30CE851BA3F50F00465842 /* adblockfastTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4A30CE9D1BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfastTests" */; + buildPhases = ( + 4A30CE821BA3F50F00465842 /* Sources */, + 4A30CE831BA3F50F00465842 /* Frameworks */, + 4A30CE841BA3F50F00465842 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 4A30CE881BA3F50F00465842 /* PBXTargetDependency */, + ); + name = adblockfastTests; + productName = adblockfastTests; + productReference = 4A30CE861BA3F50F00465842 /* adblockfastTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 4A30CE901BA3F50F00465842 /* adblockfastUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4A30CEA01BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfastUITests" */; + buildPhases = ( + 4A30CE8D1BA3F50F00465842 /* Sources */, + 4A30CE8E1BA3F50F00465842 /* Frameworks */, + 4A30CE8F1BA3F50F00465842 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 4A30CE931BA3F50F00465842 /* PBXTargetDependency */, + ); + name = adblockfastUITests; + productName = adblockfastUITests; + productReference = 4A30CE911BA3F50F00465842 /* adblockfastUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; + 4A30CEA61BA3F59E00465842 /* blocker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4A30CEB21BA3F59E00465842 /* Build configuration list for PBXNativeTarget "blocker" */; + buildPhases = ( + 4A30CEA31BA3F59E00465842 /* Sources */, + 4A30CEA41BA3F59E00465842 /* Frameworks */, + 4A30CEA51BA3F59E00465842 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = blocker; + productName = blocker; + productReference = 4A30CEA71BA3F59E00465842 /* blocker.appex */; + productType = "com.apple.product-type.app-extension"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 4A30CE651BA3F50F00465842 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0700; + ORGANIZATIONNAME = Rocketship; + TargetAttributes = { + 4A30CE6C1BA3F50F00465842 = { + CreatedOnToolsVersion = 7.0; + DevelopmentTeam = 3UMZLWG642; + SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; + com.apple.Push = { + enabled = 1; + }; + }; + }; + 4A30CE851BA3F50F00465842 = { + CreatedOnToolsVersion = 7.0; + TestTargetID = 4A30CE6C1BA3F50F00465842; + }; + 4A30CE901BA3F50F00465842 = { + CreatedOnToolsVersion = 7.0; + TestTargetID = 4A30CE6C1BA3F50F00465842; + }; + 4A30CEA61BA3F59E00465842 = { + CreatedOnToolsVersion = 7.0; + DevelopmentTeam = 3UMZLWG642; + SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; + }; + }; + }; + }; + buildConfigurationList = 4A30CE681BA3F50F00465842 /* Build configuration list for PBXProject "adblockfast" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 4A30CE641BA3F50F00465842; + productRefGroup = 4A30CE6E1BA3F50F00465842 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 4A30CE6C1BA3F50F00465842 /* adblockfast */, + 4A30CE851BA3F50F00465842 /* adblockfastTests */, + 4A30CE901BA3F50F00465842 /* adblockfastUITests */, + 4A30CEA61BA3F59E00465842 /* blocker */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 4A30CE6B1BA3F50F00465842 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A79E3831BA3FDD600A8388C /* blocked-14.pdf in Resources */, + 4A79E3771BA3FDD600A8388C /* blocked-2.pdf in Resources */, + 4A30CE801BA3F50F00465842 /* LaunchScreen.storyboard in Resources */, + 4A79E3981BA3FDFC00A8388C /* unblocked-3.pdf in Resources */, + 4A79E37E1BA3FDD600A8388C /* blocked-9.pdf in Resources */, + 4A79E3791BA3FDD600A8388C /* blocked-4.pdf in Resources */, + 4A79E3811BA3FDD600A8388C /* blocked-12.pdf in Resources */, + 4A79E3991BA3FDFC00A8388C /* unblocked-4.pdf in Resources */, + 4A30CE7D1BA3F50F00465842 /* Assets.xcassets in Resources */, + 4A79E3951BA3FDFC00A8388C /* unblocked-0.pdf in Resources */, + 4A79E3751BA3FDD600A8388C /* blocked-0.pdf in Resources */, + 4A30CE7B1BA3F50F00465842 /* Main.storyboard in Resources */, + 4A79E37D1BA3FDD600A8388C /* blocked-8.pdf in Resources */, + 4A79E3A11BA3FDFC00A8388C /* unblocked-12.pdf in Resources */, + 4A79E3A01BA3FDFC00A8388C /* unblocked-11.pdf in Resources */, + 4A79E39D1BA3FDFC00A8388C /* unblocked-8.pdf in Resources */, + 4A79E3841BA3FDD600A8388C /* blocked-15.pdf in Resources */, + 4A79E39C1BA3FDFC00A8388C /* unblocked-7.pdf in Resources */, + 4A79E37F1BA3FDD600A8388C /* blocked-10.pdf in Resources */, + 4A79E39E1BA3FDFC00A8388C /* unblocked-9.pdf in Resources */, + 4A79E3971BA3FDFC00A8388C /* unblocked-2.pdf in Resources */, + 4A79E3621BA3FDB600A8388C /* Andrew Footit - Hudson NY.otf in Resources */, + 4A45501E1BA40424002C0CAD /* Defaults.plist in Resources */, + 4A79E39B1BA3FDFC00A8388C /* unblocked-6.pdf in Resources */, + 4A79E3641BA3FDC300A8388C /* AvenirNextLTPro-Light.otf in Resources */, + 4A79E3A41BA3FDFC00A8388C /* unblocked-15.pdf in Resources */, + 4A79E37B1BA3FDD600A8388C /* blocked-6.pdf in Resources */, + 4A79E3A31BA3FDFC00A8388C /* unblocked-14.pdf in Resources */, + 4A79E3761BA3FDD600A8388C /* blocked-1.pdf in Resources */, + 4A79E3961BA3FDFC00A8388C /* unblocked-1.pdf in Resources */, + 4A79E37A1BA3FDD600A8388C /* blocked-5.pdf in Resources */, + 4A79E39A1BA3FDFC00A8388C /* unblocked-5.pdf in Resources */, + 4A79E3821BA3FDD600A8388C /* blocked-13.pdf in Resources */, + 4A79E3781BA3FDD600A8388C /* blocked-3.pdf in Resources */, + 4A79E39F1BA3FDFC00A8388C /* unblocked-10.pdf in Resources */, + 4A79E3A21BA3FDFC00A8388C /* unblocked-13.pdf in Resources */, + 4A79E3801BA3FDD600A8388C /* blocked-11.pdf in Resources */, + 4A79E37C1BA3FDD600A8388C /* blocked-7.pdf in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE841BA3F50F00465842 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE8F1BA3F50F00465842 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CEA51BA3F59E00465842 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A45501F1BA40424002C0CAD /* Defaults.plist in Resources */, + 4A30CEAA1BA3F59E00465842 /* blockerList.json in Resources */, + 4A4550211BA40489002C0CAD /* noopList.json in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 4A30CE691BA3F50F00465842 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A30CE781BA3F50F00465842 /* ViewController.m in Sources */, + 4A30CE751BA3F50F00465842 /* AppDelegate.m in Sources */, + 4A30CE721BA3F50F00465842 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE821BA3F50F00465842 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A30CE8B1BA3F50F00465842 /* adblockfastTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CE8D1BA3F50F00465842 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A30CE961BA3F50F00465842 /* adblockfastUITests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4A30CEA31BA3F59E00465842 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4A30CEAD1BA3F59E00465842 /* ActionRequestHandler.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 4A30CE881BA3F50F00465842 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4A30CE6C1BA3F50F00465842 /* adblockfast */; + targetProxy = 4A30CE871BA3F50F00465842 /* PBXContainerItemProxy */; + }; + 4A30CE931BA3F50F00465842 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4A30CE6C1BA3F50F00465842 /* adblockfast */; + targetProxy = 4A30CE921BA3F50F00465842 /* PBXContainerItemProxy */; + }; + 4A30CEB01BA3F59E00465842 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4A30CEA61BA3F59E00465842 /* blocker */; + targetProxy = 4A30CEAF1BA3F59E00465842 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 4A30CE791BA3F50F00465842 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 4A30CE7A1BA3F50F00465842 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 4A30CE7E1BA3F50F00465842 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 4A30CE7F1BA3F50F00465842 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 4A30CE981BA3F50F00465842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4A30CE991BA3F50F00465842 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 4A30CE9B1BA3F50F00465842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = BrandAsset; + CODE_SIGN_ENTITLEMENTS = adblockfast/adblockfast.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_FILE = adblockfast/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfast; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 4A30CE9C1BA3F50F00465842 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = BrandAsset; + CODE_SIGN_ENTITLEMENTS = adblockfast/adblockfast.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_FILE = adblockfast/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfast; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 4A30CE9E1BA3F50F00465842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = adblockfastTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfastTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/adblockfast.app/adblockfast"; + }; + name = Debug; + }; + 4A30CE9F1BA3F50F00465842 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = adblockfastTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfastTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/adblockfast.app/adblockfast"; + }; + name = Release; + }; + 4A30CEA11BA3F50F00465842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = adblockfastUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfastUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_TARGET_NAME = adblockfast; + USES_XCTRUNNER = YES; + }; + name = Debug; + }; + 4A30CEA21BA3F50F00465842 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = adblockfastUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfastUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_TARGET_NAME = adblockfast; + USES_XCTRUNNER = YES; + }; + name = Release; + }; + 4A30CEB31BA3F59E00465842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CODE_SIGN_ENTITLEMENTS = blocker/blocker.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_FILE = blocker/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfast.blocker; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 4A30CEB41BA3F59E00465842 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CODE_SIGN_ENTITLEMENTS = blocker/blocker.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_FILE = blocker/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.rocketshipapps.adblockfast.blocker; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 4A30CE681BA3F50F00465842 /* Build configuration list for PBXProject "adblockfast" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A30CE981BA3F50F00465842 /* Debug */, + 4A30CE991BA3F50F00465842 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4A30CE9A1BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfast" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A30CE9B1BA3F50F00465842 /* Debug */, + 4A30CE9C1BA3F50F00465842 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4A30CE9D1BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfastTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A30CE9E1BA3F50F00465842 /* Debug */, + 4A30CE9F1BA3F50F00465842 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4A30CEA01BA3F50F00465842 /* Build configuration list for PBXNativeTarget "adblockfastUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A30CEA11BA3F50F00465842 /* Debug */, + 4A30CEA21BA3F50F00465842 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4A30CEB21BA3F59E00465842 /* Build configuration list for PBXNativeTarget "blocker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A30CEB31BA3F59E00465842 /* Debug */, + 4A30CEB41BA3F59E00465842 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 4A30CE651BA3F50F00465842 /* Project object */; +} diff --git a/ios/adblockfast.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/adblockfast.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..6c4dc370 --- /dev/null +++ b/ios/adblockfast.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ios/adblockfast.xcodeproj/project.xcworkspace/xcuserdata/byoogle.xcuserdatad/UserInterfaceState.xcuserstate b/ios/adblockfast.xcodeproj/project.xcworkspace/xcuserdata/byoogle.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..9b0dbb2808012be49cd61a3418675533d99e9b90 GIT binary patch literal 18820 zcmc({34Bw<7C%07@15>T+9Yk0u1VU`G|ko~v}xJ80c9zL77Dab()P9uq)kmy77>{% z0-}NlxPT(GWk+zs1yMmn1Qb!g1;quy6&G+tMETFnP1;7`J^w$SzaM=cliWLV&dix} zzGs=4SKn^8x!eZBNdN%_Xutpj0?5C>iK#PLr_1JOo0#gTpUyV8U6WF+&W08nd0dt1 zcC<$WxM=+&QSfCD2!enZNPrad0~tUKGJytU0WHu0Jum$clU;?NH6Tu`f z8PtGUFa@}P8+3q~U>2AS=71Z)TyPV(6)Xp9zyn|%*a+?do4_`(9Xtje2Ty@#!CvqZ zcm=!)-UP?NyWkW!3(kR0!Drwra0UDh{s31YfDlrUh71(JC>RaJPy*#J9;UzysD_zP z1GAtW=E6K^fdk-RI0Tl!5pX1|gjH}noB*p~Eu03M;B?pq9k3m`VF#QEZ-VpT0(dK2 z4)2C5;7Yg(u7{nl3wFZ|a5LNicfu#&9{3!59=;3@f~D{kcoe=4kHdH22k=w)8T=f6 z2QR>j@E3T6Vkks~QxQ}gC8Ok2Jf)$sC@rO<^pt@zQrXl1Y9KX;8cY>aCDd@Lj2c0W zq-v;IY6>-#s-vb+R;rn5q1q@1HHW&9noHe8-9p_)Eu&UY_frp1o2bpy7V1&zG3s&Z zS!xgU9Cd(tnL0?lLLH*squ!@ZQy)+tQXf$tQ)j5}s0-9Z>U-)3>PMQQ1L#0Hln$ds zbQCS6V`w=YPp8r8bU!+S&Z70SfzGD~(S>voJ&LZNE9okFDqT;rbQ9f9yXjf1^9u78^FDK$`GWb9`HK0L`HuO4`IY&d`2&ei6pBV-BtcRX zgJO{!C88vxL>WkpvXBnxQ4X@8d{ltOpb9h=jYE~F3XMk-P&Jx}CZWlw2C=9KHKP{P zj&4MA(M@O`x*5$!7~PKUKzE|0=st8mT8-AA4QM0Ugtnob=moSF?L#l3{pcn13Oa&b zMX#Zw=uPw?`UIUtpQA6(*XSE`5q*z-M!%rn(3JoX00YqY)V2=0{R9XGAs`flfk+Tt zU0$i1!On3_CZAqAo{-vLx4K+iARI(s3e#Oc1fnp5PvGi0QEHAMufN$~%F&u~axGd@ zZeF&wu+(7E4$aOjEX*Ei$T6FZbs|YwNolpiIm6X%ZD30r4IQm)o7=}Y1|)&>%^()U z0U3~kc#r@RF~R{j5C`F49D+kPgJh5b6l4U6AQhzHFdUBgv4mm~j>5HdqBx$ut*y~9 ztIAqmWObIgCfHoIdOJI{=fzN`wUw zCD)QWZ{Bgwsv1E~ClO~Tjyw*`pg+h3d6R_&Z6orSD12pIWZes$PV1a5(!esYymE{O z!-IWGGyn_(>D$0SFbE6=LqH)Y0>z*Nl!Bo+8jG<6OK}X2#c^1MFo!?6P z3BQDO*_zw@DAe*~O4$02=4O7`eM1$P*;p5^YlOy7o1Lw&x?5_5pQEhxY>$mi1uYV7f<&BS0H)fOe3K({Y|hhFa{# zci=mT8Pra;dxTNtWQlIa5RQV3MmrkWx=JFmMys=tmoYC>;T18)34*5wmVrD`C@ew&rd8T$|s(_V&{4Lp7WGW zf_dO(FrPpU1{}BrET|JjI~@+Uu&(@6%K71oVw>4ETZc;+7;k{=Y`5?xuH9*CwL0hg z}GwR)SUF9&j(X58Mw{6BY46 z-6%(cM?_P5af4S8Pm5Not*!Sl4;F2W?Cdd3zP`QhumNY{9IVFrI+1>20}+yrER>+q zWT<6swzb5;lhgG8QKj42(ctcIvH}`B$fLnptih2dz2pQtIgR3wgSt4X(OJ0Rrq%TJWPhL z1MCEk0ItR-{PE*PO>)~>Sz`08?bwL3F{l%bYa(Wquh;9xyNLSf>*qKe&30B#%yb3` zF7+J*joo&(F)iEB6}Ybs}-egesrBeQVVPp5$k8 ztyeF+idrhNz;t`n*L28S+igs1*@n)>|AYv6T| z-U*IkOD8yn^Lf{vCK$OF^sk3KJ_09*DG~xFaX}||8xO#>RilYL_};z;J_OO-;C*l! ze1HeyL3nUC_=p(589apOyOR%S)PC#;gu2;E;)~jvJzq;~#Lqk0tONxJ+DZM}vUZa8 zu#JCyK8$s=vTo-bVZA=**Xs*h$XlQgcbx}6@Zrzb;2ZEQ_zqkE7s2ryViPdf8L99j?lV`LfF1nsJ5~%jW zjdD+LB=gz8HQvSh-j&WKfXQciy`WL!dq+%{;C6$fRcCE)x3hw=>3C}+qVY}`A{YXq zH^2ZG2!miS9*IZc(YSmA425AZ97fiuquc#CX?eUg=#y-)wwHK$@ptqj{b1tS@oj z6s0hhs3DBO6`e2+kLC3^ia<<{SLC7EL@I+kWBcOn(Ai4`Gp$b>x zsxFuY)A4vb0as5UWO@b9JCF%gd|Wcx+T3Pyckq5w(JLT7hP~ZXL)amJ|L3u2sD--P z^2#3Fp3?=jz~UQ;0p|FP#01TF5}u5!D^x=kW%Qwv4-2N2SB~y*^KR1XA}S;{1B-ASjywrViMt?90}h45z)n~;$>muyqK(*! zrx9n-q$=FAA-Vq2Z%2F+7zM|G^e#9Wmg9Qd&;={tSlozNTsuL~rwPIWUX%Y{JRqD1 zC)J4({j}lF>e3A-!y0}<|GC+~a{4f%Akb`k^4WQq5>0UHISm-i21p2*o7lW zs5*BpNoPEnO|=8eT*I@u7v2Z&hpX|8crLyP z&)Yy!(h+biNF`CY7T-+ba$@806NqQv)t{uF>?}U+b&a#mnqake@a{tH|JDmOl?@J0 z=;`;;)163~gf|UNTRX{vNdFkWCLZcM;tNvS2y)i<_!PJWZsYN1E5@C0JLdiq{yf6t z&!g}$d<$OKi$A;I(|%U}4BU+u;9GHZk1SO~=30pt#som$-_j~wb&l3EE@9_=p5Hzf-`Ek%^)R$liymRYS0- zFIg&p3jR~eP||WW-?DAJU&}~J4AQ$P5fw#6;|K7Acx^W&p`=s{eh5E;ALV78AlNvW z%1E1A*OMFTJQE{J;d6*RZ%B%Coi06zhIetO1WEB$z`+@3VpQyk*0WlWoW&bW@YHWJJg@o9}GVfWUF#*z4h05+lS zYgtC}Lc-fkT6?L97~kA-s9avOCdy3p$D8pMytSLk1F2L#-bR362R{cMXgp#po!w5- zaJJFo^6NxK@_e{;CR;|lwasd`&+)x4t{5-q6VK3_q8MZw;mdnu zEs1b^-bug_BGl409+^pa&KG@pG{uie5!>W&dXb0p5J>XrZe{Ukel0p&f2QWshKskYNKWlV4$YsXFDl7-h*rVE|afOJLTpz>;}q7qLt_H z^O)s-kU#Q+|EsO2_N3-~A*zp)>|G`wp?TE&o`GS!4_EtMET9(l41=dy>wB?;x}&GZ zop^t5kGrVle)vnRr0(%S9Ca@~;DtD9HB9cN)=&>n58{{cA^d6&%u(y8uD;+!byFMg zLHr6YExwx8vnYI(NHwH=h##J9r5^U{yo1__591>wBqm)202lh*f&KbDK|STy?`i58 z{2D&$W7<=`yC&1;seL4Pq+X!*;$!%YE>e(7B^E9?dyfa^LB*?+yweuyrUZ_Xd*1c| z62BIu|D}|Xa*aZUcg^)>ZA}iHXDf~%O`l3fZ*{}Bnun=3Np?vcpPzY?>OA!|^$kA5L7Ic192~~M>HMVo`8hj(^12Fs zCscU$e;zISGE2UY$NS(v@u>8qy2T_2>S5t+=+UYsvYS%WK?<6z^DjL~%s8jsLCU|r zEc!YuNOhfc7nACN-O=n5*H6@Mytsa*exWW=zfza+C-@xx41a;Y+DKiYey9GRuF?R1 zjeo$u;NS37f*rjf8Dicw{iRduB$ zWmRLw)m4^`DlM)m8&h64vXms=e{E1Yv7)fNvZq1HUnoo{t1K%TRXUE4;c0kM1X@jE zBsvpc#19L=-uJLoFo_y2Xzc=5cjkNh16Ue3W$OL}GKYQIDUBJ^GfPeDQ9{hJ` z7t>^e?JvS9qel?hm+)mD?a@5#a{Q~0_SnBedpteq8nkQZT0;8@{=-MRj;B2h|L&vR z@ONl8(bSK?Kchei_jr1mZGrfi0%E2%W zMsQHX!DtRjI2gmhI1b7=n83lLZS;2fVR{F>lYWGLlzxnUoPL7d#laK~W^ho$K^+H; z95it-mxF^iSjfQ=e@NcV8#@QX>qM3RD{JSobbe3PrEBR6D=!F~Na^Mup?@DN(eptQ zpMeS6^Sai)>|PSsMb(MM{*#IMAi2%qX!q2Wr@I_&efb;`_=xL7RsRb5>`b^-J{O=i9iw~~8q`xH)OMgY5 zr@yAZ;h=(pN)DF+t1#*v)~0$%-i?2D@q_T_y6dX;Y%mmC!O(<^Vz zRNP{9TFI`NbDXuUnVmA+*2osx?PV^Pr(&A+r%t|H-@g}M@lVRCe*eTozF2I|&YL$u zs2ckwa)p7{n+QWOv@j7h2Q$4B@etH*pVTsmr(-l*jJ}#P6T(DZmz0Q!5=donkW{lg zGVzca@g&;k8Jp3R*F!0eNxUwlBqmv)r01ZaFQvhkh7I&k$~9*9P)cVs*QJ!jXa!2y z9L(uUX|7tq2-7o}b9zXb7|V4@!AcHRaj=?) zL75MyMzgK;th0CDm6R%Ee1^|93U5eQ(`0MzaC&PY-g-On*JQ(cCV@gy+*6emRrW}w zr^xOf6Y(d%ii)jmGp(L|r`}+xx>3kw`MP=0m=3qy*2emG^+F`Gk=aZFZDtb($9FPY zI5@#G556`tvduB8txw--Tcf*$6z4wfTV!K)Fpu*pzLR-`d6apKgA+M8iG!0lShIn7 zg4xA9$vnluS`JR(;8YGyBL~+eI~=V;3G_RhHN_;UXPp&%ZHbIj5Kt9~#Mqgv-7CTp zBDz$exK>tD<>(ohFzX73i&WDcZKJL2s=*gL0|T{la}4IJl$`!%omn^w$?PT3KC_R5 zbvSae!8k%|Z`V2|jP{A(0Q0h6d6PNBki#hdT?LLaCwf(&o`a1&Nec5e^KP$HPjRpT z*ZxIvA26R>S8`{WbIhmAXB=cX*u=qR4%!HX|1iVz{0zV5$X0OVGQV)J)!*{32!?0>AI2JcX=?|}-Xku^f8WIw$VrE_pDKf6e_&#qEgiExwzWg^Xb4&Eee^$bJWE`D!k zYVTm7x)6BpL~lId}&tHQ#4+5V}X+nV{4+yvx=$0g)UPXk-#sss$exD+k)hUBn|%%`q4y=gZyFMf;7hK5;z(AD_$fDAV{315w6PAC zMMrkYavEp48$DyvlCwCr3jS4vom6I9JO>fAzQ+0Oy${D*ovr;%6~4u&Mbk(X1x-Oy zQ5^@DbMS5suINTqRF4`sxRQeeQ6J~m-9XA){^f9Q>70OHWk)N2CRSLiO19ZkDit0RM;xcWc07I=8J;Z#F{1kca_Qqm}paxH!45ZM&_>ueUG#fa$egB)DT!H0Md7btP16`n zx!#*1!6Bhx;SuC|fLE--?E$i*T<9jJfa^Qltc%>r2*dQG%8rHxmL=QXC!(T5#4)mK z+$-slNHK#^S8N=)>Jf}XCzMwXC1oDcve;pFI8P=fC5NOalq&MP(smY3_%cxB3EQooy)%l>gcOg>(J?r4bnu0ek+G zg+Chl0Tkb;(mjWFME|8FU-j^`>_MF4=m0Uym(fAq4EUq%p0dE9(edFNd_)l0A#_-f z4%>we@rMURRgOmMoD{1&#h7n4q!f-8edXKo7XbQonA{1%iM`bbzmLP@ZQwFGiQYnQ zqj%7|=oESnz0drFN&G|v`!ol4b8rs_pXcCS4!+32mq^%0fV_9>4tWb%PyNHnoUfdE z%^fb}tzeO}^Z$1Woanp|#yB~x&;83)Y4nr8=Y@a2Dvd4+toHrGRKTYh z-cSF1!aj<4RbaRO|Hig%03$Fv@UQH-UIWbof&zladyYzY09^)@r6% zNulB%l6~)G&XOyrCUU*>ZnT2n?k@B+!OuPD06IoM;bZhE`WAghu7E}bhy$bnu>rDx z_<+QKpnxF(MFAxNLj#5fj0hMNP##bbFg4(YfZGF}4LBNbB``QJ zAy5;T8(0!p9XKhlCU8n%U7$6vA&?Dh4zvZ{6nJwW4!kAs*1$!9w*}rFcxT|Uz~zAt z1nvslA9yP8T;S!P#2{l(NznM9=|Q&!tqbZ5>JHi%v^i*B(BYsrf=&lr4Gs+s4~`6u z3Kj=TgJXlUf(Hke2U~;Z1{jd+hJ_-*FSA`dZmxK=sFAE4#BSA}emeY8L`;M-Vn9S$#JGs6hzSuB zBPK^QM6eOf5w?gK5v>vTN4yg8b7XR4R-``C7-@>^ADI_9Dsp_}L65SMSi=GkP8hvZ@-O+2JAB=t| zdVO?P^!Df-(T_ww7X3u@lhH3kza4!h`h4^yF%;8cBn}h@i=)L7af~=lEEgw;^TpNT z8^tTd4~o}{*NGn%KO%liyi5F)_!;qQ;xx|) zyD4^S?Dp6lvAbjU#~zD)JN9(!`8X;rEiOB5a9m+raa?KKu(-0gk#Q5_CdbvrO^urt zS0C3H*AzD|?#{S};`YZ~l!;`CvJ{z8mL}^bQ_Biu!(}67qh%Gcak47eG+C?6Et@Hu zExS?1$ri{K$`;F($ZnUdkZqMcCEG3ABYQ!%PqtrnOm&KZ!pV|5^N(@n6S(7yo_yPw~Gb zL?mbu@)E`*+>)>=;gN*r5?)C-obYPG(S&0OZzh~h_%Pv2!nuUc6TV9LIx!}(B5_XQ z6Nw)to=^Na@lxXD#4Cw^B!Q&Rr0}H3q^Kluk~AqcDK#lQDI+N}X<^ceq*Y1xCf%QO zG3gJo2Sg<^$>WpjlN*zpl3S9WPd<|TTJr13Z=~d;3`rT5QkF6@Wpqka%7m1ODU(xb zQ|6^Sl=5QAk(8q;$5P%*c`xPtln+vVR6s?LB193Uh)_rsu?m?YUXiFsSEv;lg;vpD zk*lyMDil)`jfy5ki(Pw-g^L&M3|*K2?0H_)c+A8Kjgd6O>8H6s1zBR%(Xp>1X%o^K(%7`-wCQQDq@7HAJMG=H_tW#zOVfv?m!*$NUz@%y{o(YT z>5ugb?ibT9uAjVLV!w`lxAeQU-=cm?`km`{vESu>zh{69IwK$>G9x-enh~2J&q&C~ z&6t{D&sdeQHe*x9j*MqBUdlL_aX90(jAI$^X1t&AVaCT9XEQ#{_%`E`8mS}HQEG`g zRxMYn)ah!qTBFvf4Qh+JNIgb9QC*{+siy~i>Z9s+)aTUSs4u90Q2(s{HIvFjnL(K$ncgRcKY(!P*+FLwk>Qr}ioB8`=-FA8XHQKhu7xJ+BMY ziFAp&be&q4rPJ%Obp^UXx$y?x60F?u71R-5K2{ zx^udVx+}V?dP$~(D^;`7Y^iS&d>tE6z&>z&F(7&xer9Z9zNPkBEt^R`k zd;L#_3d0nG-QX}d4IPHrhPj5D4V+=QVWr_-!)n8WhINK6!$!kq!;6NahK~*38lh2a zR2Vaj8l%?O-SQTxh({xZc=l++f^ceBAh=@pa=d z;~U1~#*d7j7(X?BVLWgA#`s%yV74SXEjuGylda1(W}C8ev-7hDW|wD=&92NIpFJ_V zCVOhOHM=33&30tpn7uN4TlU`Uli6SApq!|jVL797%5!RR>T}qfmYf+m&YX^%**SA_ z=H)z^^J>nyoNsb2<@}cOhY6Y(Q=lo>6k|#>rI=Kvbd%OZ{*OXT{Y`l$tLZM&9@7ES ztEP8M=S=5K-srg>>TJt9J&b-9Dlst7_Zr-50(!6nbb$Ru9Y+g&= zjJ&qI8}e?>4C<9#RG>AEEno26eWBHgm~*K-j9J5{~sOZyo~?= literal 0 HcmV?d00001 diff --git a/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/adblockfast.xcscheme b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/adblockfast.xcscheme new file mode 100644 index 00000000..d6eef05e --- /dev/null +++ b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/adblockfast.xcscheme @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/blocker.xcscheme b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/blocker.xcscheme new file mode 100644 index 00000000..e377339b --- /dev/null +++ b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/blocker.xcscheme @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..690343f8 --- /dev/null +++ b/ios/adblockfast.xcodeproj/xcuserdata/byoogle.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,42 @@ + + + + + SchemeUserState + + adblockfast.xcscheme + + orderHint + 0 + + blocker.xcscheme + + orderHint + 1 + + + SuppressBuildableAutocreation + + 4A30CE6C1BA3F50F00465842 + + primary + + + 4A30CE851BA3F50F00465842 + + primary + + + 4A30CE901BA3F50F00465842 + + primary + + + 4A30CEA61BA3F59E00465842 + + primary + + + + + diff --git a/ios/adblockfast/Andrew Footit - Hudson NY.otf b/ios/adblockfast/Andrew Footit - Hudson NY.otf new file mode 100755 index 0000000000000000000000000000000000000000..423444a5a24f7a85b5621ac6ca100fbab8d52f38 GIT binary patch literal 19188 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 + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/ios/adblockfast/AppDelegate.m b/ios/adblockfast/AppDelegate.m new file mode 100644 index 00000000..30b410bf --- /dev/null +++ b/ios/adblockfast/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// adblockfast +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application { + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..8ce3f366 --- /dev/null +++ b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,80 @@ +{ + "images" : [ + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-Small@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-Small@3x.png", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-Small-40@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-Small-40@3x.png", + "scale" : "3x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-60@2x.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-60@3x.png", + "scale" : "3x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-Small.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-Small@2x-1.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-Small-40.png", + "scale" : "1x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-Small-40@2x-1.png", + "scale" : "2x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-76.png", + "scale" : "1x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-76@2x.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..2a757e8b34a834002239b18b52fa07735f77d855 GIT binary patch literal 63223 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 LhinTP@%{e+y33?h literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-76.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-76.png new file mode 100644 index 0000000000000000000000000000000000000000..a378fc65c05d59f1c8da54d76725e874feb8200b GIT binary patch literal 37305 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�r+fVBt@_mQ;tG0xVkDMPeGQI$CLwd6eP4c zaHL315HWSt`RY9v%GV~y5&maWw!IlcO5wCg->3@gX2(owft=XE+7cF53iX|=l}lZ?(J3!mRFnQnV@t9 z2*^v2*fZUW4i_*8HS-T+^c;usw2s z{<>ERA_Lh~{y@}n3RH43^_7)NT(q6R=8>?d!&MhR4GWMAQglI3Q`Sak5md$ iK{%iw)lk9R`0}f+W3^wIWyBG6>e{)d_cqTVll~8a)KNtM literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40.png new file mode 100644 index 0000000000000000000000000000000000000000..84c25212d2216cf6bed4ca4e28ffd448f00d7bbe GIT binary patch literal 24741 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 PQ!k$peje#=)93#mNG*tg literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..49d68aaeeee7bf22d850c1554c6bcc750ccc6581 GIT binary patch literal 39181 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 PQ!k$peje#=)93#mNG*tg literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@3x.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..def9ce7bb0218b6adb74f8b4aa4f5ba2c5d920ea GIT binary patch literal 63223 zcmeHw2V7H0*Y^z|y$d2D8n7W661qf+0t%?86a~8h0!D!#L;+nDdwneHT3K9s?*&Cs zv3Kkh)Kx$P1(d4Nz7rxL+}wLfLSXg%lHc>JbI+V}X6Ap-ojG%+uypuP4-M50stAH; zczL?}!oP9c|0~PEf0GrrErfqmqC7{%Ac#d5?*B<~yIiIti0Uwwo7?c=lh_<~%p`Uc z*~`t192LzDWrZ_A`c;x&n7?0MJEw{_rLKdQB>Xj)?W?a$_H|vJptq*GxrvJQpd}{T zUh4Z?(it#7!RY4JCGsm*Calo+>8-v@^@UQl$@Z1=cPv?UyYk)49aEmAR(!ZubLzQs z?!l6z6Ze(Ul-1XJTKm{0sPA*_r1S6m8&|Kt%eLq@SG8*tqOE))#3ZJ=3kmr)+tIO? zX`0dngcSE!O&Lk^PE4b9TwJS_@49I$DPaLAjkBiDVC4ioq~DB{uDg+b14#)<8@u}< zTNRLrcY=emkl_?$Vvji=9wP}!-!{!8A!GhB(I;(PgOJ-Ym$)O7`XUGKk6bnY38W!< zp@XkFATKBg%_|_(6FGVsNlVvOJB}!;BQ&2S3wt68Gm(imyL5>|7HmTF1{Mc6e(iNw zJJ%eL+H~A8rK`h$xnqMs`*7T;H=#bD?F(IO6d$&S` zN#oVFPODfRdR(jDDP(KjtALUyE;a+UtxkFQGABFx#h|OMV;HvsX4QmUo{$z$9sYf` zV^u}jzZc$jooh92u7|?6e=pxH9kQ$A{XbO}1Z93$pp-y!y(}Ny zsVm(#uPCwFWxCY$&z{%1J*o|P|F(Cfyz^UIk`%#`I5Ce43$Keo2WrP^a_HzXm{>(8kOGTyzbh5zjnE;p1B#C_{r^P~NZN-wqV zou=6FQk%?6YE={M7Pxl3df8RmRW&4`WAwzH2j{t(ExLEq*nA@ONk3zoG@nU})<$Vs zTpn>o(v+z#)M{UwG~%ckF7T^Gd~DMSg+L z)1~JN4k#& zK8p11lGl4*qK#*VE^BYS3Yl_T$>FcwbzdpY3POr0gvwFd3@aPQNA=*U1O2{{2NQc%nTFTE42?ZjBS5p zko|BpEUfFpOIhKzP@`G?+@F{_IKGidsOvO#Zgy=Tp8xJ z(`W0k30bMv$!fudC*pdWOwl;7Xxd!ctKE;?d-=z7^K%=kjn6H2+P`m`gPZjr>wpu! zC4YswC}nM&`t5JdP?cP>JsV19FMFd`)bo8$qun+`QY@Kcr|e(9VSV5M&jUUOJU*Sb zJ6y0QY4`a7=SEe|)$D&`P>-=aJi=C`w@J$Nd+GOjkLsRw-cIzg!xsCe>@wPR&OP>G zWz%A zK5pZ#^mE(ASjX7#Zo!(AhmJd*4*cIhtre{6W3#$uMO=@#zN5Qhca!dez4N^bH~V_0 z?C!a{?~uMjZrrlXHH0On4#^L0M z(NKj-)v6*yU=CUwbJ!@ z)Ud$&+V@{rXC=42)AK4T$uIG-N0>oaO3eI{CCir%o_EJ$gR@1V(e>9i&u0(fluaG? zZpNdsq{I`6mkai094WLbWEC#X{O7LCKRvgMvW|Ih<)+)eJ~|t)h z=7ych?LrNvt_e8w{OIXjvHL3+MF!60&e8v5IcGWAzp;8VYQkOnw9_|F-x+p=y=B6} zw{CN~)P~f~sC|g+N$5rjlV3Ww|J*ThmEUIkVRCV$3q6Bbe*9%Y{}o$P`s?>!HSf^8 zoJ)sHCf)qJ`jAOQ?#A>r=`78K!)Jed_CSg8fwBC`Z1o-s7cUH0A)0&^~{C>91|Rx7~_v z#cgA|tyGP_YYbCapvS(|sY5h| zyiTNVX}5VgIl{_`e%^BapKDf6b=_~`y*4>4KkP&3^g9Qc3y;@ai(G!1+G(BAttlr~ zA8a#`V`9`SV8fr5Yyhi9MfKEr#;-0_!g z&%1PrH06`p2-Td0vp!`$FBms0kUHw^DaMaQNk-24OP3wi%P`oWKj(#6W?YWZV)pHe zn==18x$nT$l#u(Ok3#c4yrFCvqq%%_`j`6u@V6^`^!gOz`M1c2g+?<|%WXbC%@~tfQSE%|LdFQv z2=Aw%Pnnfol_x4(4lmuG_icS;#JEF4Bc>MIkbfj!t<*&``FYBdr^b(*{C!tF>-EV) z^G4?jHAzLW6b(C#5&!%9`ui?X?(x}q6)JBlI%&{fOhGeQxvNl(AD%3TK=@H8Zp#&uEK%`s>p3@n753K6|>w!Rht+k{RrZYZYa0+r6G0 z-J?4F&bgPdJqiz{4ojU-+OMGhOSjjHpSp~x$$U|iIcIWO?ADTpnI0923+LajSyQ%3 z%dO3-O{?xK(pdCqOCM(khxabg)p=EW-0p|m@4m&LW_!(@!v^iBv%fw4^gR9H#)sQB z6mM92G2)M1)%j_k43A`7zkI#Zg| zd$6Z+t>N0WwF>eZOR9pcDH#ajn$GeMr zLF{Q9CsR{yLHys(c11+-3yO^Si5;LwjblVnEiGtN93lVVVZ?GAYE&4ea16(t6+tW; z;~yWzqyif=G6vcJ&BLy_2eBIL@>${G(_%Q$3=TUQTU>wv7lDvqzHHRA=2u#Ts&VcFg4u9GNrX&wGUuFz@T68dTz;vhyCUP+x zUuJ`OiJ%JDF%?A#SZO0QkO2@_V>TqJeg=r$7=AV`_8e9yPVKolxMIvW7LFJEvx4rxpJqk3wxrwGQD}YWG@5`C9w$nNH#>wC8egx&78Fou_Wm>)-O`e73o7mT zIs`b;I-my&VQ?5CX%XaYtOq&)`q1HwFlLOiWnHxe2*RA6jF^$E7*W#8m?n@XR4mLKF5dm+eL6%!1?r`A8oZ6ULpApV-c8h03 zI#Rh@@X$z9fXN#GgOR66zERBZaCU5yY_8!jKx1?9sEsSkhXAvY-0zHwfL| zs-vKVBmfKt6Gwp&k6u@nJ3Dw9cOY}53S~7^!!ab79?Fi6U~rsS5nvJ2sK_u!Y6Gz` zCx^ueXEwH|I%Dh~&S^~Lg2A&tt}jFnXGDUh5l0E(0c+|U6wU^BE`$OIVVNn9+E{B{ ztp)T<>l@?Z5k_t?$9U1 z!GXpIrG(lsm=t>ln;;6KkF`A|G}J1{!KRN@AA4(udffuDLVCR-V>pb+U?%8=f-G2| zI+#HVW-{&iP^@XemK2*HS`a13#@>cv8EkK3W7Q|bp5XvJ5wBVT;zFuDSurrE#W#k% zsh&Z+ucFRdp)-QHz&Z!BBcY4tFhjU~8hA1F^oELYzofb!^q5=*=!D^8;xMCQoI|78 z5oAVGR5&Y`!PQ2EcSGi|8-28Cf4 zY)i3punDFxXfOzbFzu~q*3kDk1P5{PL&-K&h-Vet?2w;hn|K{IPqlz7mTGphVC5Bo zp#!TZ@SSmnEuI=weuIko0Yc!_2n+;{(7V!yN3%nw1v8`TtsSBg;jEx&Msz&c5<&tn z@HXNS(9Q3D>2Btn9kO~UO(j%AY)3wnjjR;T@rMT@%3;edkt{2vvjbtqgYvh z=iH!1fKNaVclt*Mv*h}wbpsE`2+`2|fm|;?d|Dm9HLdPPwdDTuQ&un^Ejy|SS;2g? zY=h_suG4Szvp5u4K#Ds{<>BWC0WBtX#)T%KxrejjnBjr^IEu5S6||~O2%Uo|ISN-& zAm^tfuNx8wJk=Q$j|yQeh^SHdAvFPe;|-oI^52FgwTOD2QduElfh&Vc2A5a}h{Y_k zE*V^6As`mB%(`T7iG_ez%rfhe!6g;~Vlm6CO9q!%2#Ccjvo0B2Vj&yp7G76M{1%dATV zmskjh#VoTf8C+r^AQrRCx@2&Pg@9PhGV7ATB^Cl=G0Ut=2A5a}h{Y_kE*V^6As`mB z%(`T7iG_ez%!JmZ+Hgq)9P4m0jfE>H=yu19;Q9)3u&1v#g3RcKAPMsk|Gz`nWZ*;13roV<{5C*W6%{=X8eNcl9Gdgx()p_5;)*w!giZUkG8KNU>R{F8 z>-8&uazVE$3yMYp?&2qpX25J zQuN;&=$aot-Yr{z)YSY^m||AuHvqa#TRqIG^N8Ste7Ss)fZ-R(`VD|q(AFUaEC1j= zVuoKK_jdqVON$t((#H?J{ri@f=ReQ=4JIsdDk@FFl(lM^hONDVwssqBoi^0~N*>a6GO({_+I zgi55NQ8X?8CD1=U=5nq0*dd57i&k5yaVZ+KH%VBeX5L$B8kR`Y$3<_&Mj?olE(#daapkcVnUbDR5%qi(qzu8(0Co&Bu1h>K<*{VQ80O)PP zjPDa)_v=@--wq~P(j!s3! zOK=cN9^Nm1_5`9%qR1+?Gw88Csf~U+QJ5v;X(gaP?)(Qt)`7Vj|iQKifLE9A;Z)ytzdz% zs<2Ry8I`UoD*Ta`r|sMiMVHoNi_c9zpE#1cWpk6&)pB&{vF`6~E7yT7liIX_1=%J= zFd4vvh3OhJYqO32fcq?*B}geen+%_kAVrGlmhC!9?%mFu9!1aw!O!#(i2SC~vg45aA%Sw251VR0f=K~ob&F3t{ zuS5kcZ9E1T72YPqgAa0aCj{*Ixo`38hCRAO7eDZhs{uUMTkq6GSGSZcH!25L?X|c zr(|S|%YY!ocW&V2>biTNvLLdIqVOL}9;6d|8GJTaeCaru&3{BCz={00Ya5Cv@uM_> zE=j*juo?~Kqt&OuSr)EwWl>>y#w%eukD}$^gvx58Z-AmSJVIZ8{BXk~ehP*PwcZwZ z`Jay+mez`oG=YYxHeQWk>@pl5jF-!!7o9tUx913g7|>Us#1#o+K%Y+@tNH#NC4%ut zA{j?=@WP~E)UY&+AtgRZYCxAhdQkcx9kT)u8zax0M=-?mqzaNxV2T3~)95t&(DC?z zUiGD@;M6e!27VUI1NHG|=buj=<#URjfW@Q2b7yiku6;Wv9{PF^R1jU5nDgU~EqDwa z!or2^5yf2ghWS_$pnyqh{DBS>7X&;gCpLbaV&JlhXI`Cjc5+3ue{UYY1kEf<(YkwMS39jj6@= z?m!5T$Il%|o<9Ru9aiHi-n@oM1JGgq#f=#VEz5x~+jZG$UYJ`tK!2_~>mXQle!A<@ zRS=-yKVl|eYCz!ms#B;Cc)}Fau&{(?5FF2fICxu+L3mxTpiT`d8$6)Dq@^OYHDIkJ z_raOT6_nzo!LCt6bqkul??@e(l-2Lukpj>#<`ka89x>pR;$b9Mv*J6q2qJ3wegT5a zjnZ;*5GTq%u%{7G;Ng3A7DViHTn7lyFp^-81oM8V9{dkO3`HW5)XdD`PMgg_I(im4T3PICjh$a`BU&Kic(Vu zfF>v%vJ^D6VB?u)pT6K(5ySfuuGHm7hPC+~xKI zm7hNeDiJ*mUzo1Dr;ghI2)BwZ1)Nd<8gqOA)oSLHCaVI$guFdmHxu*McJNS`C1Yj@ z5;bU61V95PY(^D#KdPX9URu+xPrH$0G_7q#v0q{F<^l~LK3+_+jc!}v@=z3*q*RyS z25#`YI+PL(OKTKG>W_LuhIg7aqd97uJ2U*2^&YQy*cOhL#iwJgrSftiFt66roX<&+ zP{Iki5{QVK1@4o$A}IdmS~S66LJ(c!RigOz4H&6V72-d_I4;WmS_ntvY*@>ek}LsR zLDZ>Ma!Se~##bdMrMW;81a6dJt3Bbb=pydy8RW2+VCoe@m-Y4fRq!0Z=OJ2|tmnu4 z7kqs1{J;}e>)8u>UeNRP%0i4r7|PJee;euO!v;K&Ah4Zt|cGhPbIO8hSQs+tQlUH}@r1=ttM zFGe^4vkU^HV11y`LQG8!#PZ<|3GjTIYg}@2U6-%n?`A?(47@i?pqsx{thqqfRAFzA zBaW9ttcxg$gdj?W9lmG1|B?T(JTs&G`BPX@fG+?Aie!%}WK%qpK_T9LZT@~f$qEIj z<^tVD2iJ!KzYVW`Fbu*K90Zkydn2BX{kgM%fK7rd*tP-R1fGTB%?VJOPb4Up=<60m zojlIwE0E>KWQFw*EZ_<=OP2zlS|R>6`0A2U%;I3}0+TK}vAIAKbi}Y?k690x;C#Jy z88fR{L=p*B$_)a?Lg<574=lOCpo+;;Q-QrLPss=!jl&ctAU3z_AQ+AzysHgI`viYA zHD9h>{_yt(;Q+26m$+#alP)>~Jaq?n^6U;?B=71aJUtMt&;2LSNND~0`-g1IS+1Ol zYNL@EPcI?8xj++i9kAxofjOC5dTlL4Bf(*S^$v-nIp|iv*;rW0a&*z^>x9~l1AZYf z(4Y!@p0-1Vqo!1!Phc+(s&?&;E?xZR<^m1w0bZdHip*NG0v1V2?%yRI`tURe)4^+m zu&-8MXDzxTUho$>5bi=S;Z5)0UBF%+qp)y(5#R{ntq!a8ZaO-~*Mpa6F3`$kQ#{o` zhaHOqxuR#m6iyq!?dt>!PEF3s;WJn5-UBaq%P;gx+6AM~Dg3p0`2N5q__=}!?!2bi zzvcoB=S?7LEb;OLasA=^4|KjTi{nm_#kmbk+p%AhKtqoVkrs8D6|W9ouVJt9fMcgo ze^!IIw#2#31-foxQcGNh1i9)ITDy^>AWSOCW&vUSFbIE0+9*s%QDBP!4`^`ti!NP2 zt_HmE?f|cx*G+^^VMv6_WC2RNGeXKHrg&RtP?c};Q6!)NUzjw*`JAseu0i~_Nu`o8 zw4caqN3gR%Or_vf=WJdlyr~7H=F^db5K@N*qUgLwO)FbWx&*`~fQB7)+|~HBRJ<=s zf+Dd+NF;4XXY4GAsNkr;=G7*T(ZLw=@o|X!xcIPoK;`w71D_ zPJ$vaMZh&CxUmsaq)8&|6>1V_0wuZwy$FsZ5eQ;tVFR7@za_+BOiW$PA+{eit~uhE zvM{x2>*ZZ^F_k!Gizy4u@9i8PBL1Rp63gJKAX%-T6_ zR+mM~MP_ecge5NNHXj>k@I%{=4>Db_TwYDBq3{+GXNXF0jf@pGh(GL%Nt zb?_?#lfcg>Fb+9EAXsmhFC3f~ye9{acW1v`cbRO?02_YZ)pM(`R2bi;`u5Z)E#&v(FnQ35^9 z&8n>}x^OOg-D=)R6A`sR+@mFc7Hu#Tv5o?4a4hAKk5`iuci1S?Avg?nbQAA37f>ux z5{5qRVd=BUO-7}K)jXM;!)xm~1aBV*o}e%t zw%tHv8I}a`mP>?1geje(<6!I&rZ`cO<2TIURz6WnpG@KXy)2l@YPxY zWhfW+vwhsT4PAj|JWC(wvZs#;cHK3js?8OJ@CEEn5`7k$zkiq1w)==UGZd?dupLP( z{#IayfG6DG#&aU!U^-kQ26J7wC4gXqHq;7o!Fz$*-=tDQDfiJ3lYHzusL8#|aLB3V z$9Fgt(WIl@%trDchMggTJNtP$VM_HnK3Xt{3K5%5G4XI*0|ppg6Cg@#aV(|DEjyxA zQiPeIC~E3?U|(~SCHwf2g z72mnZjpUr<-t3`l+*zrkar?0o;nIYE7tMvUi!kwl^=R}~&HBcQ^{7T{EOZ8diThJ4+IW#}KI8zB+3 zN)qu&4QO!bo(2qS(wt$+M>~5(qN@JhLQ?aiVUp4$$^aECEJ2U_dt)Y1?WG1Z?)e`% zIqueRx+DLzOU2ta5>@s07LtzFQTq5H=7mHs8H2l4As7ZA!SMa>{8`Y$H2(nm?+Cec zfG$aIxJekU1%p^V{Do32dpcai#=lGg?sI}L&G(#asjuY!7Pw1iF#PuJ-}lQGl|Fe0 z6I}8i^IK=z&2ND(zmn1cnx_ut8r(B};+%ot*W>?uLYhGTp9iZs4V0SK(VR;B{~#*^ zx|QCt3}_k9t%N`;6(h4~8PKhSKr0m^vuGL6t%N`;6(h4~8PKhSKr0m^vuGL6t%N`; t6(h4~8PKhSKr0m^v*=a=n#8>11`KsS>^gDY{{wswLHYmy literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small.png new file mode 100644 index 0000000000000000000000000000000000000000..94b956dd3a75d19116be1727228725e2a8afe818 GIT binary patch literal 22453 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 W(rP%SbcTM)6T_JtCOe!N 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 bmekhfbz-X548M_iTy4*>6I|1rXDr(4 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..f3eaaa5880c3f565135898a7757efa41b1395eea GIT binary patch literal 30051 zcmeHP2UJr_^S|_7rHF_xU;&X3IwnF;K#GDWMZoejBmp8Nm;@<4doQ026&0~QyJA66 z1QfA16uW|=0wOA)6af+VPYB#xLJ;yk-~XKNoZN$Cc6MfV?r&#jXP0AEO`PDaqBuYi zK@b&B4_9CKBys=AOTzEym#-JVheC`;FdIS42Xp^P#2;{)gCL4N3>TM)6T_JtCOe!N zgY$H8!Nstcp^Qj6g2cZ{^$YX&tI%<5cvI&*e&xc=~W8tB3U@+l9(UoCj&VU2^l{DM|9Li&J(qhuFGweA~Q zB^~~!(w^9cHKAwJMxR6WRJ;nTjp1T5cJGGFmoLjoOJ9t;<~)^hCvaYCSl*1>z?R6S z`3^rD>fc^^KV*^B^hNH{jc@br)p;El_+XR5(vYGL>)n5zS8Drd@Yv{@XGms{saDA( z&DrZ*cdV_oI$*TQdDHOgLm#!#-WQuSOOcChkyEqC5_31=4^O8`eIIYE9>mFg-+&-B zSOys2&hA(;dAg-<2sl|QIP-J1K=cd^R@~7(%bN@T(PB-Nd#C6Xi(^F&g>#p=S z%at8?MW*PA($AT8OPz;Y%X3zDR-`Q)$eKC)_+n?1<@Zk+n9d|T8Es&bJ1Km5QjDs3 zUcd!a#~8IA6!~3OOtKd#NRPQC-;ZMWYNbTT>Y%~vus>+DH+$T~Z~ajo6n@`uO5)n2V9yWF(M{n%g5`dXxg`Hid2r$?G8BvJ34Haf0+ z?8bmolaEVft*WO!I2|XgxoB*zf}M1nGmbK7j7N}H(1aHrhj9ak*l4^`uvd^;Iw{ZC zDCzL{v%@ZGG+pZ-Vr97^$ir;#GtKq=2OZqh`^V&uQgw04D$BK(+*}!EqLq2XybkI; zUZZ!@-@@MV^S1KsYTKCsL8cj|e`#;Lqqt?hOxAVTYOiPJho2ZdoN8eAVl!kIUba_MDzk zl6?cGMAb`=H#3Y-Ikr4@k?pl%r|-Y~YmRBwwibh|HI7G*>?OKbkFyR;_pRL=>LgdP zZFb{M&IE;WlS9e1^H;yosviD+xc)&KuS`q&w1}fyleY#P^Efu?nEU4(yR^zfsRwh$ zW(7AdQXO-1obfbc_ptT(GO6W$Fa2I0Qaq&N?MSLmGd~(}K!0zRYux4NLsi>$UHWt3 zE-&VxHwiiAKL*YtwD`9~{Ww(bt{fzrt~^AxP&vQ9!*$!)Oa}wP&BAY!T&7Bh_ghy738{^O>$mT_ZR$&iw$8&Nm*50f2cIBdN4C-15qzTTM!haVi}HOlMe z{d@QK-G8>-HpS8Mxm9^edCK#Y;`1}7#7{BHIGk~T?s=wk%E92OjO^%TQ;5L_f&!*Y zPj@?!dSd9atP@#>G!A7>NSbhL*R!yzr@m#}&Ny;j?^M|f*}}ApsEm1(un^s_^Vid^ zRwd;m&AT}7KP`@ODl1;99y6F?FrR&vrA3-ddb1;cXO+{u>vdZz2w_1F)E~UCF3IS3 zclb3%s$a@u_b}bCO!ku6m1|awUwqd*nQWe-f8+J7oYHZe`q|UpB|fT8O-WD5t2|tI zvdXTCQMICI_dT24!*>N+vmai)%bnK6tPC1ZV3}+iS5V}_E_VIly4CefN|>b& z@g#nnttt7a`7DQ5_7`m~I^8f24Zim@C^g74a{NG|xoMhRbmXPtpOv*M-lx7-Dw(Uh zjc{vvOv2v$yt-wFbdH#7nvu4S_F6e%^iIkM`xN#ebk5!5^krvSuSc&rPZ+dC?si1_hT}59c*P9ogCG5;m^?R?I}=6^ z4844R)g9v2W4lJ&ue_Ijr*MP)&g$K5m6~~)?>1!|SUx@wZxHk$=lCq*8Hd>kg^DHG zG9#8xmObupVReRS)Ki~hm4V4=^K*tJdPgk!^U9sYSI$X9d{zojEL%43bJ6q4={`Y( z;No+XAInqq$=a({r)d@HCTlNvVNw)droV!D=koTV&1a7syOv3N5c(*z;=>#KuBob9 zk0yUeR*hD9`Rc4n@#M3W_20)95|Zzm6lN{SaLL?%+2KMq{m||F`=gxv|Msu*|KV>} z_2~6E%JatPf-3#F+23uxJT07>-Oxh5eW@@&BEb7;=u>*LXLEXkQ`)Md6^&b)qo$vj z5H-88}A3lxF(cV zG$<4|3{oMznzMH9@pp2M|CnPCWQ8BEZmndx15?^JWGvPeNmnB?$Ow`HRYqS zN99kexxlG8Q&`q7@Iv5@lcX6@pE#c!T9Y38+|1gUwIeNaT0~}5V$Qj_p$!%KyX^B{ z*X1O9(`kG5bQjU_bxv&}v*CI}eX-8#`7Gm>{JU8%%P{zX}UUu`HfFMKhH1NR0h`7CT-zOr|bP59%@d~OG;{!mfBYPlWL7GL=fkD4F4cbkhd3! z%8W9n(3l}~^Z2M3C`1v&!6`n5LXDtva3SVP7b66A(lO+Lt14g*d=ekz81GZk+ftnUQ4PD(9bH;rPm3)i@Jx3Y8Jf zJ=6|&AP6e)d%$y{B$g%zX&e+w&;wI#{M4sS7%WMP3Z!jlxR;mxEmLK8Y| z*n$DPg`K~ZH8-nRgGqbT21ZiQ24pZAg+u9+6|8JmJCFoO6DCr^=xnlOyW1E>cS#Ql zdoqK~2#KWovnbK*7z&FXO-&%XQ6kxNRJ#YEUs>~+LubXXU~dxpqWGdj=!Lk?pK)%x&z5miG1zgiaoR01$TIal^^B*4E}k zduvNufT@!wOfoi_!68p%!n?3L1>0GCSrjOY-vUv~orH;z5MvW4Q7|)nU9Lym?ZA&d zyDPV|Ba%UONuWeK5V%s%=%R`d@&>?Q=jl~0m>wC)jO$g*ITAK#;Zi(qSBFsuguWzq zopBNHi=%L;;qEMEY>bE)^f3$o4=yAyoI5FuI}8_YvMW855*x|E@rK8>kKgVvR!9)n zu6DS=N9Lu04yAUEpwd48tOraSFgqTpeJocdHI}=PIS{&a@!fEsQAwdpRuqLpW<)_m z5MrXk90+`7S4j?o6G`tHQSHGvCX&;Y%LRiMf81J#6iJDON+TXm;{j_#4vAz!IY+|- zLc+q7$L(sh-77%{xHISNP4cBj(-_=J$t9A)W|QGYk{L>Z{i}V_y7yyVil^TRm8UB? zHkLsn5l7O9L<>qNKGcpv$J-NaLhzK4*7o?&P^%E4%}A?}_SVEs+Zf$$c0Hrn97;5m z4t8N6a|W2U2Ft_{OB$X^vA4k6*jicRDHcT7HmvOER#Y3?P+JPM(=ufbA#hByRha&(>f|ww0h_q3S&udIN|XFZghqpH@te^4!Str@y0Yd zi!tY)y)OzDuG^anc}*@7n8nu(z5mB|W>Z9YW5z!XZ{90n)CFIWJApi*xNv$jx6bOR zM#4z-Y=q4W<-|d$GKRb5^{oix+3l*>^8nOv$Z&KTna~-soeV)0;ql7j3fUnccXeOr z9ZAoJ#elOgB@&Z>L{45pZ16qq7{`^j4&1nFxNoZorVdUUB+UHs9J8R%tZ8->JjIS` zi?<}&P$BifCP1UxTUl6JLC&RyaPbq+}M$n5n^R1P+j0NfTL2S}c{$>Wp@{m55}7uqdnqoF!Zdz{cA} z3S%2hza$rCB$EXP5IWf!#5<3C7`9L?_?sXM&i#`hneFTDjPo4pVrNOTv%_1NL*>jj zgOS77;U51;5SHB9w0+|Noo+lq`5M63oSbL#3jfQl%B|lr$+{%_b6oBksUgM9YPg@ds4)7bSUzY z5a!ycJ*0SCxYUCCGy-~|hKV-b*7>je=D*RuVxDJIJcvl(is2H&B@zN635%mk43|g< zh$JkIE-_ppAs~{lIJ(4eiG+Yi!s6%>!zB^|A_usFKJ zaEXL~NW$Xi62m1D0wM{Eqe~2zNC=1|ERHTQTp}SLlCU_s#Bhm(fJnmP=n}&v5&|L# zi=#^nmq-YRBrJ|DFOMfG@AWQ9XRU5hQUaf-GEuAWd!XS%Dz276|fb zCVc1GHU!aSZklo34MB`EJYC25$4ejwje}oEw6%fg|IEYv=D7c%N9^vuIa&V}x=kNS z+nSqyyXU{(-P(uu!PoL#JH8ja`t9yY|6Ysl*DR~bx*#Dd+frMrjJHr4&dplC@%hc@ zHkOvOHZ_5-;NrJi*MFm8rbq@85npex$9nm1k8-NonxX)p|2%5|UgC<@mj6baw1<)WqmS7|kM zr4i;304Vco9$x^M(yD4k%U1IPrmd}X(>kON$FM%R3&Gc1`2`)@fSrI{&JYIRG1}YD z!wYDDA6q|EU(SX#hspo}X`%l#3d;HZ>czL4*U)B9MDOl`E1ypsLG`sJ`1bP{k2Zm* z$~uoWVUZ~e9mZ=a;EYgyOMP8sW(L~i5jufWW&7))%+F~@QMwD!*4Fs`U3E_8kMa+_ z*9>3Iof(fZj}+l!^-4 z1mfHEJZvOrj`c))Rc-A-m{FT+^CynS z{Br69+6#o5gCO<_gW*=G%L9w1OS@}B)5B|E6ss$*ORE=me^ytc;xgJgC=CRpVeDdu zHI9V@rn~CW#j0-E0JR`DKwrbfP1T-Qoqh51spC9;TT3tXT`%rp(=9|jIv5aN(oeND z^UGWnD_hvT8sEKz^jVdCq2YBAR#<=@6q~3u-iNo3G`)W>(EE#KFYdx}L6y-p&f|c) zXcrJrRersaBT%Vf1+cV|i7C40wKg@PUD7J5C@qxeWt)H-15^#WK5FjVf~0|V0RahE zsIO46=>|{7N&;QJHx=c;*$Jhwy9Ua{5`6HmT$Gkp=4aXZCj|{fuVBlq&dq@{BPt_= zkdOc`A?rbeB$-j<}H{@@GLd-(3A(V?UW%UQ5 zG;A%;sngJAcLFvf72A>EqAJNjMne-Tpk_z>gmD+TD$kt(cOk?f8}cNf;!!f`<<{p{ z?m}9?=3VUY0<@H(qV6=PalHk+M8z~*-9KRp58zklUK$w1{*r!@FEhrKU!$Siu7nVG z;d~2|1=Gi^xH}8nu3BAMD%N&-6gsxz?$X`ffY^XN4;%fE2g|l6Rh~VK3adNucSMva zK=6;2uv1rOUx4*q_qd=hr6+30cx$TC2t3;Ci74N@6Rt>l>V=mXaWJjdqdY$|e9OCB zwqq+7(LR*P=&15I!@l?m@;bhO>W-sPMF9e8-(GzM6~4ProtSLft?A~8&9wqXyEm21 z_@}P!y;u%ZXK<>+a!?w!Lx_8{`3r*YE(k$6hnu^o|DPdP1-RSNn?V)62qYwQ0)nx^ zzovyB?jJ09ptJ0p>57 z64Ej-bpjVZk}@*#e;EBj3)>~=E|iD^XyH%?LI#yqEfm5;aJ<DKg!2xQniUL}#g^ykE7XlvVV@BF&DT zHe9gGD(41V@$#g>j>c#g*zmCz06iJ%6S{CTf3qL~YXVXp{=_+$Yp5jQr|wAs_5_Mb zLV8j#8Up(WIHWjy1RTZCE+C+~FJ3%P#nKvXCcm6cYj|B~z>32Pbf^2|?#l>T{gX#n zWyr*OAz@e!&`lr8!0GlS)g~z?52p`UL%nP|t*x!i&3(W77ffUV9zYX{G67$KDXFN` zT@sF8@Y9|DD~_aO-+cu;y}MhPd5$Zmp#g`Vfe|rqSgkm)R}OPo^eb|gdl1oL8dMF2}=Q8BtALneZP7+n#-5?K`f bmekhfbz-X548M_iTy4*>6I|1rXDr(4 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png b/ios/adblockfast/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..d1fc8a2900790b9c45bd6cc2f71dc31fe1c19b9b GIT binary patch literal 42695 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 YE!r@Obbb5C}=?shA=N1Pv7LgJACg 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-1024h@2x.png b/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-1024h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3df8fdcfdfc09cefdd21b109a3974e9beb75be GIT binary patch literal 114712 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-568h@2x.png b/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-568h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..1a166fd2d0d3b947ca5eb954e0eb35bc5f24b584 GIT binary patch literal 154965 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

2l(nAslRV5e zSI31c!XcW4&82tEpY0I`Wca75NG|+fSDp_Lmc6a0oOO~{6$`5Ug%ttw5>S}>!r9^h zyB$h25(S^q{>%5s+7=Qbe$^Eh>eOF*0IUt_2}#Kxh_BC!##IGR@M;hbL8pD$621wu z+4SR?xZRe?XAd(ae7*W^mPU*lrMaZ3_^+Jr`HyeG%y!$DCzcddYn4}!&l}?#fYZUL zvATWr{qgL_i@U6sU;Zx7^7hIhWbgkQ=>e~f^^J|!;Z&B6^E-Rr3)Clk7MQ`2O^+fe zWE4J7OBk3)Ult7x;avuFS)pohZ9v6MBiq!L?L}3euv=uI8{b$$ zI%D|K?in|x?)gxnfb;4S+Jls8+*+KO>OF()M^5^p&IiQh7|uix4)Y_IM70?upSn`8 zGIZ6Dbi=GAPC}x{=6X2BQA8h)%)}K;N#r2(z6v6?b~>nKiCv z1!@^4@0vTt!_ClmyB#OP=rYvl?@>ca&1}#md0Ket{5!p*$u zcxK^u7V~y5yu{<4@AyA+b!XGf`rX}sG*?yQ4fsqlo0mxLk;mIsclL|FZsv1Y<2>tOiCME zX+ve@e^uFjt(*y&=~?h}EXvT@rK|M7dy*~gX6I@OKXN*S?3x-1wp%-S`Z&7CKS40A zOzA6~yL`2u>lSmYRqU6fQ{cjfE znWGD8j(EMnoa{QDU+>mE{&ffcH;o@

Q{zP=%eW#>En)^R@EfnlR-l5BkWvq${}$ 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
m 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

MOm9VO@U9Y(niPp9p6VAor{@H;b#ITZDACT zyv}2N!NDQi#8$<8z*>LfR$*I)>`8;eMi9E6UGDExBpL^*AS-u$iL28K=gbWdP01o& zzSWPgi$*|q(J?T3IpMx!wrdIOh+|(&Ldos)Wf{tq<^`;FQni!OylLHk5=V8Z1WTe| zl><5oG1m53WXGC0Ycb*I0=(@5dVsVNn0@Zjea`l(6KhBc;6(6XnQMj!I3bh(zqGXFSoBSxG74yLWeQeA;HMkVmakv>tXPR0s`|+=eVu9oO72NU$w{ zQWv7Hz}8=A9Z5~Q7(3h)8V1Hj$vgE{*-}@0hf!Fx^XTlxaMoBy`^V|=Ew|40J zM|q;vt_2!1OEH|Na8q51i$HPfJ9}l51~n@}e`A2lXW~Z9C!BIJ%{lJ#g5NDpoJ~tx z8Pw8IyvC<=HGgL2TmU@V=vv1rh&T5Fe#x#avSnr7+R%k0m+G470)48i7dkQiO1o*j z7}>PxSM?WKJG1DH zdkty*i_H#h{`s$^@2%eYyWVR^8=!6Iy@vGP2lJoicnz5UG{~8jb@BRI8&+lZ;Axw95Rd;{7s=BAYXGn;=tQax^J^}y$K$Z{(DgXeG-T(kpD;y-a zhSpoB2>c7)MqJ$<06@h2_5%S(O2GvHaD_}oMC9d7tR1ZFO{{H5B}7C>ZS1U#Of5hF zfXi&LtEv)~Wu>EI0v>MQqm7j4Rir5U;pfmWxOR5Ex}+h{4~2!$nbR}V^(pcao+AaP zL&5-kA)p^Vl!snx0eG|=@ZSxo?~IF{N>(B4rdv{A^{w zxWBW(B%xa|cbz!c!Xk)pTP+}`$OCF=GxAm4wih!5aR z0$`H~KdsUV>3X>((H!no74U(fSmlYX-lJH&*aL zkwAkw@P@FhBei-(upC~;ViiiTf?r2maz`zjvL~mU`S3%OiBuI8?ezpY0z4Wbe5-ff z-PRR#)M5Cj7%urK<}&SsW7RIf%4=tSur1Yy zLeBy+Wp`!KUY#3kFZH`&{UZ`K1V3n-FPxZkox=uN)5yETlRnixTu#X5Jq_h_YI9!m z@YdcC=w5~OP(;g*VDuktql)eM&t}h#-Q~%?PzH~Y0)pb>$7l!uJq89F?sN1veal86 zA>|IXjbG$r*_ZLnwr2rge_p1Gh_K!V2Xy<@CJBiLq%H$5!2Uq6d2<0EQw#AW^zNvy z1PV>r>18fQ=b749+(aO~oG(U8oZc z4+#H3=oHPM6TucZk1j}o8zQv)2Fs8P=~{ z9F_>pV@_J%{>*|rVzWS=^wdqaCy)!?MwyqJvJOld5vjlz9|$&~sz`{0b4R(6n6Y2s zM7PGU@DD=Tw_TUpyz;T^4lSoGA~x@4)YF>Aw17_T#AalAaewve)nep(CGK;ESO3d@+Z206WrSXfxf7flG8N*{X}e4q0>mJtdGkt~kpiD4QAwzP>Mey9IX_hs<&Cbs z9)`h~ZiUgYaj0=Ws6gLLzoGv$VT=DG85?gUQYAzsqCKuXj6KZ>`nuF$M8Xm)Qxtcv zogsMzHFr{q$fA@L)e;rzo0jsjGVzMd%DQr3xnbolh`Yls9ux!eX_t7OttJoom?q|J zj6uv!%tnlLQBhGv(YvDCqP`+tbpmzka+J#3bi3!uc~0ZZ+t_Bv)v;d_zJ|O`lnESq z#SqC5T^zc{H%DG$>SW}k?u6)se`R!ze;&5$w`)(RNw`hONN7tq$DPErZ!2vR#RcLn z=IY=&;YPJzTqfLTugk8ZuX|d5To-P$uvl_Qjvl70}_*tN9p@YApqc5v#Whi=B zvBN&V*dJ#lcCC8l^%}z(e-Cf#RkWP{$g7B9)y}EGi-ZH-7PJ-`!M805cTco8u8!oFow0*x_y*((PF<=7- z6tw_ih!%)ig-C}ThbDzS3sVW!e)tw^1%nMc45JXOk?LGHMQmQ0PvvE)OYWCf{$>8f zz|hV|A;ck~65J9@eVTnAqe`=T72Fg)D?C)-%rVOD%6^;8DVY}O`KW_FiyD)rQtX}7 zdSg*aQN%9C495&SwvaMoyc*~G1W1_>dsmkE!x9VEPbqPEVqZxMJ>C;yYRcj zB=e%e6=D?LDlFl*KKLei~Uyfa!y_mh$q{iIygTh#*`QDV?WD3 zcjrt*T10`emBZO3RaRwI#rx^RwW)=RPECzpp*`$x7`_sHMTFsj>4Vuo5+I-@=*H#1 zlP!vUA*JJPxL5Zk8+~Xq@-|Bzg{Y&Du_SOZqSd_ad(1_eJOG$S%y5tD$Onp zT}OFIrWy4b`X=*w_D14%@fP{key3152-cSMBC*2KCKf=~!z$<1XC0%c zpta-aCo|I-k2jgyg!-^#ps63;Mc?zaGd0{G6fwLJcLa|Fb19KDDKd35J}*WslB=Rk zS7a>^FAys05xj&(+IZ^V+mwX)w`6G*?4TzTT-8)(VoA=kmk!~lUrzUtx?W|zx=5T% z6stTe8ZAmDpyXJ$AY3r4*%~!6wC`O{evw_XYVDeA8STLrl!6(3!mP?r%je87LVcjn zEbi%a`$Z+Wm>MDP!7JZ3%fLAltmS~`0sNv#q7$MmVI83d@p-XIvGkUx3!YvR~Q?X zt}LFLZEb5!NL`U#oJ}Q6rIb7@VJNuK#!9?m22KjS&mq4?%A9DtaI&~MJW&S zs}cbY*Ox0HYtg)Nd#M7O&ie-hhxjfWxXfI~^t&^iC(|1`+S$!&FBAEJxU`;Kw*_Wu zE_Jun?K>aIdB|0tF^Dzx@O5j42ZhTuNw`&>a@-N^G!|Uw9}rMKq2i$`rgj%Bx;k{C zwKcPC_(a~*Gb?wT#`u!sW}bhA_v9RLW#D*fZwb1YD0w2OiF<>GlaGY68G| zEh@+&0C~XSvm$vmY19qs$Pj4?b}GSjzGHTTH?hww4XEuq?G`sC*Ynq)ZgG8x9}#`l zB2(0Vx159Fp^ExmsB33=Mat zF5QNS)EZPOzCC#qk1}QJ>>K2rn~u}Sx!$x|xe0qaxRVD_v~zT3?_(g`)HY?hA%g$3 zup@K}?=w1j>YMfF8XrPgFv=lqEsoT#E!x%e4*~~XkxTGK*Jfj7*JQ8Yoeu60=tb`u z`7t=n?AR&TIj<|P8(U7y@@UI93{}g&3(mon9Ni=2U3JEf=Q%j0Ibph3+I#U?YfF8t zrpL8Zq2hG*!e9~KL>fXFUygqP25yyWw0dH%C-szl6fYGgTe4&Jxt+?Wm= z$C}HRRfx$i>|WH?JgkY=q;FDkt*^=Y+#gU_TZ*hrQqN*@a$0;Sdpq1%TezR?7_g+} zHL}q>2Nh(M98|-f8o_Z&yz74Jzm{*-(&fF7KEc+s!OE1!gsm-$#P9BC@a1sl{hQ$D zr7Rn^xtxsFT8lF+Q)!=)aTDop)6et_x4$^7i_OVNr{N3Ey(CWKzNWk}|HK)uo?E|p znJidyV{rwlfB(MWb{jWbW|`dIb{Pq?yGSJ5FhA#&{KJ{C=>r=C8<36Q+Qg@UH809M z1|`yYI@-tUblOxO9&uB!Q}Z*O2%l%n>$wK{mXk#j?$R*3?0j{EsUAdAPHMRS7WhWL} z`C6|*VgsoACHZ+p^u@HZ(T$v0JbF4n86``ng=#1S*odhCB1XaE)y;O6ZQHhI`BYtC ze{ht;<9w0o#Ixeeajw~R*@071b6Sm3D^umw=&!ZDBj2F!GI5%;?-)X``MNw=t5$<2 zVxgqIve0~IVbJ~6RUc|-1FxG4iRHG(nc87UpW?{vq0eqx)(A0wnnxdZ_I1B4*U?$( zn}Mu|p1_`-Md>E;_fu)TiMz?m2`X24HxlP;a~mXV2hB*HO?P|CyBYNiCyPsK%_Dc4 zYQ5K{b>iw3*X;ETx3s-j8bJ@15uho9wEW;~!L*!Q8QevqNV zpo?IrHulcD^+DU*Q|Ew#U`=d(ia16q##_bZ;B3Fu7^RG=lv9~Rp~MF>2;A)TSI6iG z6afaIHK7Nw2$Q{~^~Hn*khG2k=E`aLIeGR4X_GeN38RA_F(%BWoTgGIXA0=v&Ar;mh@W7$ND-Fhb~j4QVTP7isno&a8bDc{{o*eOUu5 zWo>QG_DRPFDsxzf@BwmR1z|T**;3fG5xXvRC;D4$TFC>Gu>`x=^G)(B@~$OjBdJ90 z1BIx2ygK%|=jsbVH({{qs3BA4#5MdFHcvA2PRcV^<_Id2O{g8@6y!Yl&&pjtBdrx} za=$()!Ku(-thzOsYDsX(|9YGleohx(y4c9!+_ApiB^xnkucdtP z0Hx3T_2R|{00Y#8K=}mA5(&l543M&c@PZ4X==D*UMjf(wNZj^#kc9^Q-wZfdkn=vS}jJ~bY(_)=v=9wwOx6;UxpnPgu{H%Rv+ z1SAaf(yx+XvkowZlCI$vVw=NG1iOXEMC`FPGF(Z88_GHjD{97Rdd#QJd+;&xMY#I8 zcpWOA5FDW*T3}#dyr;l=JV-zPD2ld#@~g~l3YW;!7y1$vQU#Jc3P#2B%1*%j_b)S^ z24^Nl?c#4IiLS}fS}R>mXpC1r8D|eql$#L{3rBE#9C!kNt39Fx9Qx=_OgUG#UexSd2U-8{%o=SL80#i~h2n zWU-i1!Dr_=JXvq~AwaQ;FIiM5RNLO2u$?8dfKgbfLUMS>vl z$1i7{C5kG!+`})qFZSDkJ4#nqQY%C{B}WTobq`&5>jqX*`=BO*5F#ADE~j1NcIq&r z61fbqyPYvO>aWDi^n6UiY1tms7>RB<_+sm&x4bdewIPM$x%ZW*qNwKEhCz`Ipoa5? ze(Xzy>%-vkl(|zF8%vn|NxP^Epi~#;5vgx5zP=yyBRug3b}(DQ0+|+hRNE2j85^Uu z3Aot)L~ZYEiTFqks2`)*!HEE&^pWAk-(-7I(YFs`|~bW61VNYZn$fh6o>7d z#n1D6l3Zc$+0n5g-bAW5uu)wWxc&6GV_d9rak(dk`s_y7PjYZ5X5r&W0dmkENfu6BH$JYos*XP3}YV<{1nfU_iOY-^A2Va)}LtsPOYVT<% zcgWx~fsSRFw#Sx51bN%zBo?(Zh1?2UH+8#pd#>{?dzTKE5233b`1!N?M~glM@^__l zy`@N@Aj(O}UI6(TMz1>ca?;Ezr)YK*6cu8WG{{*BiGWYCJ5}eIC54M3ewo#t-O$lm z;7{-<*sgKNDwdN(9IBS?yVyj8gfHGIYsxm{*VVddxFCP&ynJ&b2jc>32VLn89Z;Or z62kn7KEw@Yg?NtWAm-4egQpv4r&3@tYt#L3Wez&l6BH!JG^cqb;#~pZJa#tSnEaP1xb?uY6l;`}$9(q#d9`0L| zEhx=&ep6;vUlzz5iJP(}94}KRZrb)wi6^v+tk?U1UQ4<&_VqZ9OkOP&_>7)6x-pi6 z=GUK+`<%BA45(0K7jF*rk`AALiJmncz)NGQD%D%kG^RA(Sa%vk9O3ksx@$hTYDY~Y zDMoyc_$pvBpeya2;EC7bi)=Sj6q_G<-z&WB`Ci!Bk1jK}|-Q$H3Z>QP0p?AH?Wl z3EpMEFFrvR8$APakOQec$k^11pX{Kqg^bkHke^JIU4~i4Mg(MHD(+?nQgoA5GH^3D z;5H-^6hPo};Q<@41UcxDx>#CR+4H#YlYO_#1AhOlnu(0`dlLt9elp>29g?ca$dig# z+kr^g895jXm|32Xa&j}Wuyb&7bJCNtg3C})*DtfW6*WC94_cYJn+ zMm!3@XFt0Gm-xv{92{(Tn3$ZMof)0k7_IG$nOL~FxtW+*nOIpFz%3Z;U9BASTo|nE z$$uF6Wd{hdH?T9caWJ*EBK>ApPv6?nfuD@*TStGre$LC%=C6*d?0>QYQ)F_{vteRk zWM=wzN`?l1>DV~hS$rRwp#c-f0%QrYan$$Bw~kA|vzf zm4A)b((>PSZSNrJ1V-=^=|6S*OVeJ-)ds|*0J67sv@-ySI)SG`{_ke*U~2S_#rY>o z-z5KW>>wA@|Dg6w@@-M*!?W>|ozvVCGO_1-lP34=Wb~ zGbi{BAJe^-|5)YkHe{>~O^satjg4<+IR0+qZ!PcJ0DHWlo`c^1$jaZ_-m~+4KGt?h z*47pRKceOz4*|Gq^D>0=o^15>MSPX%fIHnpEhf3s(3z++@>XQ}5PU}~vn3}Uje zGUj9YN9EsI{^eIZBGwkxcHn7(1lahP{$2II)dD}7l>hN$QUGXbZ)2h7`gi5ON&lw( z-BWoatn3~1tPDUBKml+Cqp7JO&l7!a5GyOQAp^+BfSut97l@TXj};utPdM1v^tp`; z4Z*VS^OlkMyZXPF23i|9ev7uBrVYWSK_Gpw6}=}6AP#m;h9^egWW&YIWyoO2X~?Fp z&&Z#v&2pGVK&TQ(H1*K-1a@%~fYKL+)e z-cKdde_g)+8RH-J|EB(*`*1b^S=|qAaG?K)>>qZ%H~G&N?5&L)ob~KL!p2~C_@9N< z54-=Y_@6s4FwwIz1{n%4{Q~!^;=T$W)3@Em!u0=-3->>ZyZ>(s_fHx1|BAKyv7-MR zi@#FHzs4@#w+)a79QR;H)cYQ9EPPD=Quhz9`O#kOTl`u$es9mo$_#!nv3&dYr|RFu z_f^$@uljfKebs+xDqER42(bR_?OyfYw7%`qKQ<6W@PQH}z`@SW#?Hrdzxuw0yr~Pw zLJepN&eitcG7!fT@Wj3=-Ix4ZP4$0ha&!EX=HDbgHGeGD-wuD@o;QBqEd(uC+?g9CI z@ei)w^SLMegXmHEb7ysb;J)e8hKe+Az z`F-&ZuHW;yC;fx#9+2M`|KR#PpL^0jxb6Y@een;j-}AXA{e$Zsklz>o;QBqEd(uC+ z?g9CI@ei)w^SLMegXmHEb7ysb;J)e8h zKe+Az`F-&ZuHW;yC;fx#9+2M`|KR#PpL^0jxb6Y@een;j-}AXA{e$Zsklz>o;QBqE zd(uC+?g9CI@ei)w^SLMegX^cNxQ0e>(2zbtq&9|cmNCA+Lwmr5_O0%5E4Ui`E)xLzt--HqA*@gTR2>XS z_}#+KYRKo_P~TermugZ3n{T#%wT1&ipnUKAXZ5en|4a3+G5rsR`g3Cc%Ng7o>aU62 ztNw2@xHr^a6T4Uazl8m3X?~6AKdixj8S2j!`(MuB{!ssiYw%x&`u}bQ_ub_l)jzO* zgzT?q`!8$oU)<$B?Eet5_txOPyW9`L|LbD&59}Wq{=U21^NZicrWeXt`*pj=1^u2Y z2czhZEr{@uO(nPMfXv9P;BEYk*M*L$DL13|PZ>Nt|H-&d%N;?|+r*o-k@!?MzF)HU z`{^nkp9t=zlhTZhq)orZ3r3h@{K$Ewyec|wdbh(%05&$v57&MdZ1$RQLf^x{#e>D; zs<^5F!8;h9rMS7QmYtIzp7O`;rY$zQy?x4L1xp41=mM6FD$AX%H4}g85tYB+NSwe) zg#rrc8hJw}V5iLxsZ#w?99%qN13(+;3IQ)WVmF>56aE|s%GsELy<4b8vFe>%-iL(x z6HaeH@F27|011w6qXc^2loPqqqv>|$gXx!%SJYCfx8%T0R><2rDB?u6-fE?;MU*zq--v_JR=gAP%inrI~>=WH>J7SD;sRe(mmDfGz%f|Ee8 zrOt85>-MgM?*t1j#1*tPDtLRdToQD**6eDlcaCy2F9d{!76Rx}K}t)F@MD6tzh@p# zPNRd{z2>{)7EU9hU~znPKwfJ)ZJR?i^|Ginw(DQV2ND{91>66qr}|X8Lt_$p+)DB0i8=;^()D%0U%PO zf+Wo&{coGfw=DHVi)ikx zU9sySK>sOl%S}C%#zqRsHgvs?L&sEu zr@?a4-;9&%<#vL2*K&8!e=?F26C4bY0FR3+wD7nP8g77zPp7n~GY17aoE9392aO9u z&Fwg3a-0GM<=l$D+2H1DW>E3Qev|Q1{2fXHIs`K%bV&$$jMM`_g2oCa?Cp_Ma>-rg zFfsvJIk#Z#*RcV6=Nq?UYED~&hYqVqt*;UQxVSzEbmK~aYikqn+S|NqF)rla4|A=_ zaCBEXo|i4Rxj74sjkQ)<&PO?ZIGW?!H97c%s}mDBxv4IfE!P`vMhK)3Y;3}kYLwQV zcmQ;~k6=6៉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 bZPQsm^1W4HQ_@~V5bzo38taswMcn)^{t`(T literal 0 HcmV?d00001 diff --git a/ios/adblockfast/AvenirNextLTPro-Light.otf b/ios/adblockfast/AvenirNextLTPro-Light.otf new file mode 100644 index 0000000000000000000000000000000000000000..36abb3bfd7cc35d7c4591021a7435d52c5032a08 GIT binary patch literal 74452 zcmeFZd0bQ1_9(tjLQcX7L?s3hOmYMqL7Yc$L?%T*5TS}ntYaQEbwe3D}WBXhC90KUQxA(sH{r&MipZDZ*l0B}y_S$RO z>#P_%Vni%*L(`EQ4G0Yn=Z`K_3_~d3Btmmu4o--QXy16*FvPe9BGi0SL|kmb)BSM= z5ZYUfP><+{gv3Fa-D0B=dfFHv?a0`Kj$JYbl$=M1>4Xp(m!4zFZ`S3b(+IV?i;&`Y zw%L?X6P@`z^qqmHM>aID7hG1uco(SqXXg}5y8pqn(FpySjgV_~j%iZ9Y+@XAF>T?4 z%{AqinP#Dfp}q))56jQ97oaTE1@PSj{XAmeQ-;uyvKDTsjY57ya`{7OL1!-AoI$_O zj*a;0&mMoW@-ytQCn6ZH(9sZGK+Mw0kvf% zS}04bEvt~b?1$R2EAo>$;czZPN8e~*kYRev| znR+(toN;jl0_;(*tSvJrs8K>~S%x%?-mNXm(a1&%Ys)UEeWUxeWd-tT+^Dw9HfUEe zhQ@7b+f~TBNmy;!6@@oRtu1q^PnxW+Evr$GckkM=8ye!BRan4yer>r4;(T|8=H-{zELqtF{1<$ePMy2((U#o2f|7hQACZ$58ORqG7YA8un}X8w za)S7QRx2;gu=6&v-E1o|X9V#hvMqK#GcUJ*x94RR6q{^jKF3tT11LVt4CC@`c^QT2 z=8Ql-CojX2X`!VIi#^?%XE$f?c{aYlX3Di^nr$|y7F!Ck^9l?2f^0Kyo|F%(*!g0c zrJ%r^%bW56RFTQb=ViW*Dj-&5&b8QhK*U7BWtekJwh8|<4v@*R*bB^bAxo~fMq*Gx z5Fcj(@CCdnH-jHhH#s&l(~@o$8|ik$tu&mSZnhPe07@R9YU9Tj+AQ`AOL~DNFV|j6 z6H3ZV6Tkqp@_=lXT)^FAD=5yBa2uFmvzT)Ea9d%4B@1BC^#@L{*i8J;yfjmZ$)0VY zkj#9B*>1_o6{!kn01*nz=>^groLIcRel0m-%##ZE=n;IJEiam$^K0kZ=br}wRbf;g z$_xLlbEMg3hb{75f;x4Q#?VEgN5B#t#M!kI|4%uI*S7p$5d6&{66t}~&VA+boqPA{ z708=1fsgnSv&jaBo5^RJiY&QVaD>2El)>x;l*8=6*gVLIC6jkD129JvuyXCVB8$0L zp$?IueG{mwL7DO>V+X;w>?iSia-kmqCv6A!`(>r1QD@-tl>EME5s9DSf*?c+_3T-74rvhu&kt)Ybci$$HE^Tf@$q{Y?=-DDd*+3>cENhZP z-ANrjuhb5WKC5RscdnwGdT3{E>?Kuz0E^42ASl3#@XPE(9 zfz6U0%v%cJpzM4Rh^{3agwbAL%bNfTig-}PRgi5-p8)3y4U&Gy2Em;Sx(z4>XP(RZ z=J`safx)SUGx7OmTPBDjpKh_GTg`M(25*OHpi+QsOm?781_+HvA0T#ap$RAqdJ0Y$ zNMZ$zlxDG73QEL@S(YNRlhsUst1Txl*OFHV!zomAuHBMm1)Y?i59dzdfZnz7X`q7m z0uV!K7x&cW>NJ}KVGbXfXSKpwz{em3R6^3Ng&<*kE=Ykr#{||T-INc6hB_Qv zo$M9Z3PFj&8CcTAQvkB^V2|>x<^mun%mrFxi5!!j2gJ^$cBR-%bs5m07Eci&Q7gge z+W{Y-V*~NbH04;VC4sO-Q$~qMRjbJcFvabOOHHDRcRXMZ#?F?P160qO0GyM@Q{8NW zp;WFiMAou{DhSFhD9G>AvE!RY^xrghqz1Hh!!~J4yiZpi4Zes@p1l(;m1FKPl{)HnT5!_@gG>Lp`x0?(8 ziOque#9S-2^Civ=fkvsd(UhjVJ>Q%TenYx*Io_0IGn=V8;jgk$3Z?!IZ=8waSL_uLvQpIF~{R;wjCY&P_VFPn3A|R03vy za|z({Oc6Qpq)fRb{KP^q4%ADa-iXPTQH#B;Zg;Tv9AIE8KB#N8U4HFL~0@RQVDB_$fLKoS(&`!Cw)}2cS-3Gn|T?;^gR(_LjJJtfI z2Wkdc2D3HUoI5$qOt(=8LI`vMg%DF%Fd1rgz%3g@G}A(*l25RJy`e|@*TCcGndMtS z>1DLB@o!a&2+_MYctyi}W-8%RBcQRi~Qb|KKaMmP0427aRl#fb~4O!qan2ieH8ubM{ zT~H^~89sRw4L!LqssKjiBQvx_pd6HjB2gfei^abnWPM{)5K4zRIVcFm41``QeAlmG z7i(r@2Y5DA1fLn=$Ps{n1zLHO3A1xWZ0u0Vgi>qQxiL27RP`ry_1|3-dJ-JXfL9c{W5tJzv=x+XssuIO0O>zMe#Yv)w2}%-n z8PG>*U_%rB3wRP`vP38pE9Z{rsZxm2J`#cc3E~;V0b~h#$_tbhbpIn@o(W0~SB{09 zP^wZ|*N=3bPW`F;yS3>&8?0pl7!()EV-y>@=kY*iN=ZAcNmnR18FHUGEzxkMa~{Pv4JpB_jT`M0K#VKdK|B-OLBwMrRcO>^C7(JuCH5 z%G33D5jq`B@h*8yV@f)i?(B80qVS#cY6GWEH8Y)UMr~lML_w;tCEV#6P6|<-?8J<& zPEV@d*1gF)6nl!V#ADQJsize^5!znQO;m@|J^l0PH$0ahm@`Pkm{LDiq@#2e4M$O~ zdwtK6=5u;B`L+AC0>yaICP~;)exWB4EMi9YM)yeZq^Cpe9PO3t9z8v36X@!6L_Iwy zSJ9o)7CN4ekbEEtjmjkLp(Ci@Lsy&(-;}Nrk4bV)$N56LZ|!)A*01k_N&@vAZE%W` z?W6oa?J4!a%(WUr;%;hD>1tFLP|2ZuLH9b(HECyHS%P>SMAN6}q6Wmw`8 zx(4+H(%_-8OF5vPTWAlZ+nZ-Wv8I%;0Y}h%Q^}-~R6mohO?4B6OxK`2)Zdfzof99) zo28UZ0|=C+l(LfDZU~Lin)+ChFHQGBxhM)&ko@sZs2i02ldg8kfb;B}+)kyJQe2`x zrLa?K|GjmgtNoSVBl(t2pGrC_=en=+wG*p!5d+F2e>K|aL)25w2{jI=BS{`T@f_F# zy}{7?g|sh8drEY3+7QZPg(BxrYEzz~w!jXvDIZ&*Ol2h>S|~?L{gT8r)aOoosfS2U znsO1HPbEj1>D(jb8|n6w5B*eENE|AyE8Q=sf9a$@9V>A*y-r`WmPU}gnW{xVrDM-+#Ji z{;!ShDDIMKve!?TYL*xj3!ZBfSlKAxt$|`W7Fu~|4~Nfau{{i05>Ob_2f}?g9!gw5jKCP$vU&*p`uJkPE zsn)}D-fgK&Q2(sqU0b>-OZGmo9O+8|XGbry<3ez4+OS-$) z<0MogNu%k>|Fa+W-%^jB0+slBy-W90580{1skb2M4~kE{HmDy-eI?o>;X-NpR_$(_ zcU`CVLbU~rEzy&4@~z~JPeC~wuv zofF=h@>ee@5h9+HFC`v%U8)-5UhkdI6LRWWs`;fGIHe1#pZ635fir?}C- ze;?QD2%OrGdjASjdQXt75S7Wv;tnQ@Yf_%4r$Ieqs*5CklKj6IkuxUO_Sr?sr;FBr zo&%LTr>*2c1JnD3rl)FyF_fm1 zcG8}uKIvvhTPY+dwnQoCw9=B4(TF9TM>R90D%};;1k^fFY^aALQCs3oYE25EMWXLy z7$dD_hgN!5rT94Gqm*;0=8|Ne(#H&E@IRpwJ` zB!^FUWX_D97Bss>th0;&eXa=8e(|64ySDmozU0USGN4$bL@JogAvI)>xg!l~gc_qJ z$OCCnQ=~(ls2TD?&5<|qK`oFT8ITc3)Do^)e#jrSLal+F+5(~41K9$BJVD?jNg?~L zK&tLQz@9*^-ay!36oUGqeyBeh0M5!FaB2pFqY@5oOC%`OArQ`t2G@nUJ#lC_xH1Xg z!X%=RCJA$W*+k)^AR(L$!8`q3(+}-W#XCP%yechlgqr#yvvMcQkYm^ z=yVX#WoQkfWX3RKnM7tJlfaB%rZDrF*60XhVBA95VH*%5h0xIMKH5EW{ z1ZOu59Y)pYYjhReK|i2h(C>i%$1)#TPuU6CSF+pkPvl?7%jHK5?;Bq5O?hwL!29y8 z`A&QvelVZUm+*7=tu3`JeOtC}8RRSTWqlj@did&my?qV70ltyG<9yAnPCb(ee-f8J z{}g%39XMeXIs%lx2=u;-?xW`j!-`(8;&E8Zp92(k%1KvtjPTN+n?V+X&qm3yz` z{*Qq@pfuno%8%oL<1&FO`vE`Z17A&N;(#{?0JoMfyO}+}p)-JA#{nPg0$xmE3YbEs zh=~Vju!_z{5pYup@Q}ny1?cb0WV9N%i1N}NRDrfLjX_4vfs|YWIiXVW0OW*9$yM|c zIF$wYXeLUCKcfS#&4ztj&}q0rodu`lJgD3Yz;zeF7<>)t{W7TZD_~S_p(*G#nu@+f zZv*#DLN|aL@1l3mcW64ghu%fsqxXO(X8@1PLXXiL^c2lQKcNrN&uA|2cK{QF=A&n5 z0dVbev=F^OAEDpSBJ?X{R$}xq`W=0O1oSB)=x@k@YS3rs6f@`GHpaD zPZH%l88k~e=#+WPB*p~#p|dFMotTbr#!k(g0Vd^N{9_;?6@iNKtba|~Al;1iv=dxR+sy7RGyxTD1JL$(|PPczQ6402HWq6)1F1P~Co@ zq`QF{9t^5B4%F%xP*pi#1K$BgS%{VblWztl*^eqgjh+LxxDO2R3wi}>Dj9dCIn#pi zW7;u2VDp2R7*J`cz@Bzs$?2dd=YeYcj9I~~Wp*(8nWM}}=4<8}bB}q*{LBc=WL;&wW&LI0vS`^z*%(>2ELS#3HdD4xwpjMLY?W+->`U2R*%8?p*>%~s zvL9s6WWUN@%8}en-c0T-Zz*ph?&Rh4R14m&sSl zx5@X)kI0Y9&&#jK@5+CaKb8M37vwMHf4aE1C|x)gcNb3=qe};u9xnY|B3(wfjCC=) z^BoZdH~lk1MYzzf(R^{;qtb zlB--*O;lbgqpFpvgQ~kKL=~YLs)|)5sFGBpRjI0URhDXkDoaFU%>T30A^(FN!^?mgVb&Z?K&BM*d&Cji?TVJG|?7qZ( zjr&&jz3vt6$K5Zu-*Erl{TKH?H7*+0M&CCgjXfHB1?3i6t)cOSxfV$A>@+aPly1w* z9he4*DCU8AS&#%YA=H!(IYFT`rL|(k6=Jg?#l>VR%(0pZ3*yB|@#3WT z29pxR_Jn#Y5+D;AGEqzk4F-)6r%{4;?$L#Qb?H2C1Z*%-++d=#Xrj1iq74#l5*x0Z zC~Y*Ueu*S;&7=$q%|o@=lORc|$oy7)|65|iC~?%NId zc@_yC%%-Vh6k=7u)Ui$U!!!c>4ARg9^lH(&=}VPJd7V?3$)E zWta=4MGM76A;}!ltQxLdDAA#~eu-jn&0^>27mJ5oQr}-9HcS>rO|GMU)DX+~%+$H�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 X^c<gUiOXmw-POElld` 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Base.lproj/LaunchScreen.storyboard b/ios/adblockfast/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 00000000..5a9c4a60 --- /dev/null +++ b/ios/adblockfast/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/adblockfast/Base.lproj/Main.storyboard b/ios/adblockfast/Base.lproj/Main.storyboard new file mode 100644 index 00000000..0acde6e7 --- /dev/null +++ b/ios/adblockfast/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/adblockfast/Constants.h b/ios/adblockfast/Constants.h new file mode 100644 index 00000000..fd43ff33 --- /dev/null +++ b/ios/adblockfast/Constants.h @@ -0,0 +1,20 @@ +// +// Constants.h +// adblockfast +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#ifndef ADBLOCKFAST_CONSTANTS + +#define ADBLOCKFAST_CONSTANTS +#define VERBOSE NO +#define REVERSE_DOMAIN_NAME @"com.rocketshipapps" +#define APP_GROUP_ID (@"group." REVERSE_DOMAIN_NAME @".blocker") +#define DEFAULT_PREFERENCES_FILENAME @"Defaults" +#define PREFERENCES_FILE_EXTENSION @"plist" +#define BLOCKER_PERMISSION_KEY @"IsBlockerAllowed" +#define BLOCKING_STATUS_KEY @"IsBlockingOn" + +#endif diff --git a/ios/adblockfast/Defaults.plist b/ios/adblockfast/Defaults.plist new file mode 100644 index 00000000..6ebbad9d --- /dev/null +++ b/ios/adblockfast/Defaults.plist @@ -0,0 +1,22 @@ + + + + + NotificationRequestText + Adblock Fast should be kept up to date to block new types of ads. Do you want to be notified (infrequently) when important updates are available?<br> + HelpText + **To** **allow** **Adblock** **Fast** **to** **block** **ads** **in** **Safari:**<br><br>1. press the Home button,<br>2. tap the **Settings** app,<br>3. tap **Safari** > (under <small>GENERAL) **Content** **Blockers**, then<br>4. toggle the **Adblock** **Fast** switch on.<br><br>To unblock ads, navigate back to this screen.<br><br>You can send mail to <help@adblockfast.com>.<br> + AboutText + **Adblock** **Fast**<br>The World’s Fastest Ad Blocker<br>1.0.0<br><br>© Rocketship <http://rocketshipapps.com/>.<br>All rights reserved.<br> + AppOpenCount + 0 + NotificationRequestCount + 0 + RulesetCompileCount + 0 + IsBlockerAllowed + + IsBlockingOn + + + diff --git a/ios/adblockfast/Info.plist b/ios/adblockfast/Info.plist new file mode 100644 index 00000000..ae8169eb --- /dev/null +++ b/ios/adblockfast/Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Adblock Fast + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0.2 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIAppFonts + + Andrew Footit - Hudson NY.otf + AvenirNextLTPro-Light.otf + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + arm64 + + UIRequiresFullScreen + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + + diff --git a/ios/adblockfast/ViewController.h b/ios/adblockfast/ViewController.h new file mode 100644 index 00000000..b20178ed --- /dev/null +++ b/ios/adblockfast/ViewController.h @@ -0,0 +1,13 @@ +// +// ViewController.h +// adblockfast +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + +@end diff --git a/ios/adblockfast/ViewController.m b/ios/adblockfast/ViewController.m new file mode 100644 index 00000000..f3e71653 --- /dev/null +++ b/ios/adblockfast/ViewController.m @@ -0,0 +1,1129 @@ +// +// ViewController.m +// adblockfast +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import "ViewController.h" +#import +#import "Constants.h" + +#define CONTENT_BLOCKER_ID (REVERSE_DOMAIN_NAME @".adblockfast.blocker") +#define APP_OPEN_COUNT_KEY @"AppOpenCount" +#define NOTIFICATION_REQUEST_TEXT_KEY @"NotificationRequestText" +#define HELP_TEXT_KEY @"HelpText" +#define ABOUT_TEXT_KEY @"AboutText" +#define HEADING_FONT_NAME @"HudsonNY" +#define BODY_FONT_NAME @"AvenirNextLTPro-Light" +#define BODY_BOLD_FONT_NAME @"AvenirNext-Medium" +#define BLOCKED_FILENAME_PREFIX @"blocked-" +#define UNBLOCKED_FILENAME_PREFIX @"unblocked-" +#define VECTOR_GRAPHIC_FILE_EXTENSION @"pdf" +#define NAME @"Adblock Fast" +#define STATUS_LABEL @"Status: " +#define DISALLOWED_STATUS_MESSAGE @"Waiting for permission" +#define BLOCKED_STATUS_MESSAGE @"Blocking ads" +#define UNBLOCKED_STATUS_MESSAGE @"Not blocking ads" +#define DISALLOWED_ACTION_HINT @"Tap to get help" +#define BLOCKED_ACTION_HINT @"Tap to unblock" +#define UNBLOCKED_ACTION_HINT @"Tap to block" +#define HELP_LABEL @"Help" +#define ABOUT_LABEL @"About" +#define CLOSE_LABEL @"Okay" +#define TAB_BAR_BUTTON_COUNT 3 +#define OVERLAY_BORDER_WIDTH 1 +#define OVERLAY_LINE_SPACING 2 +#define LIGHT_COLOR_R (255. / 255) +#define LIGHT_COLOR_G (255. / 255) +#define LIGHT_COLOR_B (255. / 255) +#define DARK_COLOR_R (44. / 255) +#define DARK_COLOR_G (44. / 255) +#define DARK_COLOR_B (44. / 255) +#define OVERLAY_ALPHA .9 +#define MICRO_DURATION .125 +#define SMALL_DURATION .25 +#define MEDIUM_DURATION .5 +#define LARGE_DURATION 1 +#define MEGA_DURATION 2 +#define FRAME_COUNT 32 +#define FPS 24 +#define NOTIFICATION_REQUEST_FREQUENCY 3 +#define MINIMUM_IPHONE_ASPECT_RATIO 1.5 +#define IPHONE_TO_IPAD_FRAME_DIMENSION (8. / 7) +#define FRAME_WIDTH_TO_MARGIN (128. / 3) +#define MINIMUM_FRAME_DIMENSION_TO_NAVBAR_HEIGHT (16. / 3) +#define MINIMUM_FRAME_DIMENSION_TO_HEADING_FONT_SIZE 16. +#define MINIMUM_FRAME_DIMENSION_TO_BODY_FONT_SIZE (320. / 13) +#define MINIMUM_FRAME_DIMENSION_TO_TAB_BAR_HEIGHT (32. / 7) +#define MARGIN_TO_CORNER_RADIUS 1.5 +#define NAME_HEIGHT_TO_MARGIN 3. +#define HEAD_INDENT_TO_FONT_SIZE (14. / 13) +#define NORMAL_TO_SMALL_CAPS_FONT_SIZE (9. / 7) + +@interface ViewController () + +@property (nonatomic) NSUserDefaults *preferences; +@property (nonatomic) CGFloat minimumFrameDimension; +@property (nonatomic) UIFont *headingFont; +@property (nonatomic) UIColor *darkColor; +@property (nonatomic) UILabel *nameLabel; +@property (nonatomic) CGRect onOffButtonFrame; +@property (nonatomic) UIFont *bodyBoldFont; +@property (nonatomic) UIFont *bodyFont; +@property (nonatomic) UILabel *disallowedStatusLabel; +@property (nonatomic) UILabel *blockedStatusLabel; +@property (nonatomic) UILabel *unblockedStatusLabel; +@property (nonatomic) UIButton *onOffButton; +@property (nonatomic) UILabel *disallowedActionLabel; +@property (nonatomic) UILabel *blockedActionLabel; +@property (nonatomic) UILabel *unblockedActionLabel; +@property (nonatomic) UIButton *helpButton; +@property (nonatomic) UIButton *aboutButton; +@property (nonatomic) UIColor *lightColor; +@property (nonatomic) NSMutableAttributedString *helpViewText; +@property (nonatomic) NSAttributedString *closeButtonText; +@property (nonatomic) CGFloat closeButtonHeight; +@property (nonatomic) CGFloat helpViewHeight; +@property (nonatomic) UIButton *helpView; +@property (nonatomic) NSMutableAttributedString *aboutViewText; +@property (nonatomic) CGFloat aboutViewHeight; +@property (nonatomic) UIButton *aboutView; +@property (nonatomic) BOOL hasLaunchScreen; +@property (nonatomic) BOOL isOnOffButtonAnimating; +@property (nonatomic) BOOL isRulesetCompiling; +@property (nonatomic) BOOL isHelpOpen; +@property (nonatomic) BOOL isAboutOpen; + +@end + +@implementation ViewController + ++ (NSString *)expandMarkdownLineBreaks:(NSString *)markdown +{ + return [markdown stringByReplacingOccurrencesOfString:@"
" withString:@"\n"]; +} + ++ (NSMutableAttributedString *)markdownToAttributedString:(NSString *)markdown + fontName:(NSString *)fontName + boldFontName:(NSString *)boldFontName + fontSize:(NSUInteger)fontSize + textColor:(UIColor *)textColor +{ + NSArray *words = [markdown componentsSeparatedByString:@" "]; + NSUInteger wordCount = words.count; + NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] init]; + UIFont *font = [UIFont fontWithName:fontName size:fontSize]; + + for (NSUInteger i = 0; i < wordCount; i++) { + [attributedString appendAttributedString: + [[NSAttributedString alloc] initWithString:i ? @" " : @"" + attributes:@{ + NSFontAttributeName: font, + NSForegroundColorAttributeName: textColor + }]]; + NSString *word = words[i]; + NSArray *tokens = [word componentsSeparatedByString:@"**"]; + BOOL isWordBold = tokens.count == 3; + NSString *leftovers; + + if (isWordBold) { + word = tokens[1]; + leftovers = tokens[2]; + } + + tokens = [word componentsSeparatedByString:@""]; + BOOL isWordSmall = tokens.count == 2; + if (isWordSmall) word = tokens[1]; + tokens = [word componentsSeparatedByString:@")"]; + + if (tokens.count == 2) { + word = tokens[0]; + leftovers = @")"; + } + + NSUInteger smallCapsFontSize = fontSize / NORMAL_TO_SMALL_CAPS_FONT_SIZE; + [attributedString appendAttributedString: + [[NSAttributedString alloc] initWithString: + [ViewController expandMarkdownLineBreaks:word] + attributes:@{ + NSFontAttributeName: + isWordBold ? + isWordSmall ? + [UIFont fontWithName:boldFontName + size:smallCapsFontSize] + : [UIFont fontWithName:boldFontName + size:fontSize] : + isWordSmall ? + [UIFont fontWithName:fontName + size:smallCapsFontSize] + : font, + NSForegroundColorAttributeName: textColor + }]]; + if ([leftovers length]) + [attributedString appendAttributedString: + [[NSAttributedString alloc] initWithString: + [ViewController expandMarkdownLineBreaks:leftovers] + attributes:@{ + NSFontAttributeName: font, + NSForegroundColorAttributeName: + textColor + }]]; + } + + return attributedString; +} + ++ (UIImage *)drawVectorGraphicWithFilename:(NSString *)filename inFrame:(CGRect)frame +{ + CGPDFDocumentRef pdf = + CGPDFDocumentCreateWithURL( + (__bridge CFURLRef)[NSURL fileURLWithPath: + [[NSBundle mainBundle] pathForResource:filename + ofType:VECTOR_GRAPHIC_FILE_EXTENSION]] + ); + CGPDFPageRef pdfPage = CGPDFDocumentGetPage(pdf, 1); + CGSize pdfSize = CGPDFPageGetBoxRect(pdfPage, kCGPDFCropBox).size; + CGFloat pdfWidth = pdfSize.width; + CGSize frameSize = frame.size; + CGFloat pdfHeight = pdfSize.height; + CGFloat pdfToImageDimension = MAX(pdfWidth / frameSize.width, pdfHeight / frameSize.height); + CGFloat imageWidth = pdfWidth / pdfToImageDimension; + CGFloat imageHeight = pdfHeight / pdfToImageDimension; + CGSize imageSize = CGSizeMake(imageWidth, imageHeight); + UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0); + CGContextRef context = UIGraphicsGetCurrentContext(); + CGContextScaleCTM(context, imageWidth / pdfWidth, imageHeight / pdfHeight); + CGContextDrawPDFPage(context, pdfPage); + CGPDFDocumentRelease(pdf); + UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); + UIGraphicsEndImageContext(); + UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0); + context = UIGraphicsGetCurrentContext(); + CGContextDrawImage(context, CGRectMake(0, 0, imageWidth, imageHeight), [image CGImage]); + image = UIGraphicsGetImageFromCurrentImageContext(); + UIGraphicsEndImageContext(); + return image; +} + +- (void)animateOnOffButtonWithIndex:(NSUInteger)index +{ + UIButton *button = self.onOffButton; + NSUInteger frameCountForStatus = FRAME_COUNT / 2; + BOOL isAlternateStatus = fmod(index, FRAME_COUNT) >= frameCountForStatus; + NSUInteger indexForStatus = fmod(index, frameCountForStatus); + UIImage *image = + [ViewController drawVectorGraphicWithFilename: + [isAlternateStatus ? UNBLOCKED_FILENAME_PREFIX : + BLOCKED_FILENAME_PREFIX stringByAppendingFormat: + @"%lu", (unsigned long)indexForStatus] + inFrame:self.onOffButtonFrame]; + [button setImage:image forState:UIControlStateNormal]; + [button setImage:image forState:UIControlStateHighlighted]; + index++; + dispatch_after( + dispatch_time(DISPATCH_TIME_NOW, 1. / FPS * NSEC_PER_SEC), + dispatch_get_main_queue(), + ^{ + NSUserDefaults *preferences = self.preferences; + + if ( + self.isRulesetCompiling || + isAlternateStatus == + [preferences boolForKey:BLOCKING_STATUS_KEY] || indexForStatus + ) [self animateOnOffButtonWithIndex:index]; + else if ([preferences boolForKey:BLOCKER_PERMISSION_KEY]) { + BOOL isBlockingOn = [preferences boolForKey:BLOCKING_STATUS_KEY]; + [UIView animateWithDuration:SMALL_DURATION + animations:^{ + self.blockedStatusLabel.alpha = isBlockingOn; + self.unblockedStatusLabel.alpha = !isBlockingOn; + }]; + [UIView animateWithDuration:SMALL_DURATION + delay:SMALL_DURATION + options:UIViewAnimationOptionCurveEaseInOut + animations:^{ + self.blockedActionLabel.alpha = isBlockingOn; + self.unblockedActionLabel.alpha = !isBlockingOn; + } + completion:^(BOOL finished) { + self.isOnOffButtonAnimating = NO; + }]; + } + else self.isOnOffButtonAnimating = NO; + } + ); +} + +- (void)animateOnOffButton +{ + [self animateOnOffButtonWithIndex: + self.hasLaunchScreen || [self.preferences boolForKey:BLOCKING_STATUS_KEY] ? + 0 : FRAME_COUNT / 2]; +} + +- (void)onOffButtonWasTapped +{ + if (!self.isOnOffButtonAnimating) { + NSUserDefaults *preferences = self.preferences; + + if (![preferences boolForKey:BLOCKER_PERMISSION_KEY]) [self openHelp]; + else { + self.isOnOffButtonAnimating = YES; + [self animateOnOffButton]; + BOOL isBlockingOn = ![preferences boolForKey:BLOCKING_STATUS_KEY]; + [preferences setBool:isBlockingOn forKey:BLOCKING_STATUS_KEY]; + [SFContentBlockerManager reloadContentBlockerWithIdentifier:CONTENT_BLOCKER_ID + completionHandler:^(NSError *error) { + if (error.code) { + [preferences setBool:!isBlockingOn forKey:BLOCKING_STATUS_KEY]; + if (VERBOSE) NSLog(@"%@", error.localizedDescription); + } + + self.isRulesetCompiling = NO; + }]; + } + } +} + +- (void)openHelp +{ + CGFloat delay = 0; + + if (self.isAboutOpen) { + [self closeAbout]; + delay = MEDIUM_DURATION; + } + + BOOL isOpen = self.isHelpOpen; + UIButton *view = self.helpView; + + if (!isOpen) { + self.isHelpOpen = YES; + view.alpha = 1; + } + + CGFloat frameWidth = self.view.frame.size.width; + CGFloat width = frameWidth - 2 * frameWidth / FRAME_WIDTH_TO_MARGIN; + CGFloat height = self.helpViewHeight; + CGFloat heightDuringBounce = frameWidth / width * height; + [UIView animateWithDuration:isOpen ? MICRO_DURATION : SMALL_DURATION + delay:delay + options:UIViewAnimationOptionCurveEaseIn + animations:^{ + view.transform = + CGAffineTransformScale( + view.transform, + isOpen ? frameWidth / width : frameWidth, + isOpen ? heightDuringBounce / height : + heightDuringBounce + ); + } + completion:nil]; + [UIView animateWithDuration:MICRO_DURATION + delay:delay + (isOpen ? MICRO_DURATION : SMALL_DURATION) + options:UIViewAnimationOptionCurveEaseOut + animations:^{ + view.transform = CGAffineTransformScale( + view.transform, + width / frameWidth, + height / heightDuringBounce + ); + } + completion:nil]; +} + +- (void)closeHelp +{ + CGFloat delay = SMALL_DURATION + MICRO_DURATION; + UIButton *view = self.helpView; + CGFloat frameWidth = self.view.frame.size.width; + [UIView animateWithDuration:delay + animations:^{ + view.transform = + CGAffineTransformScale( + view.transform, + 1. / + (frameWidth - + 2 * frameWidth / + FRAME_WIDTH_TO_MARGIN), + 1. / self.helpViewHeight + ); + }]; + dispatch_after( + dispatch_time(DISPATCH_TIME_NOW, delay * NSEC_PER_SEC), + dispatch_get_main_queue(), + ^{ + self.helpView.alpha = 0; + self.isHelpOpen = NO; + } + ); +} + +- (void)openAbout +{ + CGFloat delay = 0; + + if (self.isHelpOpen) { + [self closeHelp]; + delay = MEDIUM_DURATION; + } + + BOOL isOpen = self.isAboutOpen; + UIButton *view = self.aboutView; + + if (!isOpen) { + self.isAboutOpen = YES; + view.alpha = 1; + } + + CGFloat frameWidth = self.view.frame.size.width; + CGFloat width = frameWidth - 2 * frameWidth / FRAME_WIDTH_TO_MARGIN; + CGFloat height = self.aboutViewHeight; + CGFloat heightDuringBounce = frameWidth / width * height; + [UIView animateWithDuration:isOpen ? MICRO_DURATION : SMALL_DURATION + delay:delay + options:UIViewAnimationOptionCurveEaseIn + animations:^{ + view.transform = + CGAffineTransformScale( + view.transform, + isOpen ? frameWidth / width : frameWidth, + isOpen ? heightDuringBounce / height : + heightDuringBounce + ); + } + completion:nil]; + [UIView animateWithDuration:MICRO_DURATION + delay:delay + (isOpen ? MICRO_DURATION : SMALL_DURATION) + options:UIViewAnimationOptionCurveEaseOut + animations:^{ + view.transform = CGAffineTransformScale( + view.transform, + width / frameWidth, + height / heightDuringBounce + ); + } + completion:nil]; +} + +- (void)closeAbout +{ + CGFloat delay = SMALL_DURATION + MICRO_DURATION; + UIButton *view = self.aboutView; + CGFloat frameWidth = self.view.frame.size.width; + [UIView animateWithDuration:delay + animations:^{ + view.transform = + CGAffineTransformScale( + view.transform, + 1. / + (frameWidth - + 2 * frameWidth / + FRAME_WIDTH_TO_MARGIN), + 1. / self.aboutViewHeight + ); + }]; + dispatch_after( + dispatch_time(DISPATCH_TIME_NOW, delay * NSEC_PER_SEC), + dispatch_get_main_queue(), + ^{ + self.aboutView.alpha = 0; + self.isAboutOpen = NO; + } + ); +} + +- (NSUserDefaults *)preferences +{ + if (!_preferences) { + _preferences = [[NSUserDefaults alloc] initWithSuiteName:APP_GROUP_ID]; + [_preferences registerDefaults: + [NSDictionary dictionaryWithContentsOfFile: + [[NSBundle mainBundle] pathForResource:DEFAULT_PREFERENCES_FILENAME + ofType:PREFERENCES_FILE_EXTENSION]]]; + } + + return _preferences; +} + +- (CGFloat)minimumFrameDimension +{ + if (!_minimumFrameDimension) { + CGSize size = self.view.frame.size; + CGFloat width = size.width; + CGFloat height = size.height; + _minimumFrameDimension = MIN(width, height); + if (MAX(width, height) / _minimumFrameDimension < MINIMUM_IPHONE_ASPECT_RATIO) + _minimumFrameDimension /= IPHONE_TO_IPAD_FRAME_DIMENSION; + } + + return _minimumFrameDimension; +} + +- (UIFont *)headingFont +{ + _headingFont || + (_headingFont = [UIFont fontWithName:HEADING_FONT_NAME + size:self.minimumFrameDimension / + MINIMUM_FRAME_DIMENSION_TO_HEADING_FONT_SIZE]); + return _headingFont; +} + +- (UIColor *)darkColor +{ + _darkColor || (_darkColor = [UIColor colorWithRed:DARK_COLOR_R + green:DARK_COLOR_G + blue:DARK_COLOR_B + alpha:1]); + return _darkColor; +} + +- (UILabel *)nameLabel +{ + if (!_nameLabel) { + _nameLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + 0, + self.view.frame.size.width, + self.minimumFrameDimension / + MINIMUM_FRAME_DIMENSION_TO_NAVBAR_HEIGHT + )]; + if (VERBOSE) _nameLabel.layer.borderWidth = 1; + _nameLabel.textAlignment = NSTextAlignmentCenter; + _nameLabel.font = self.headingFont; + _nameLabel.textColor = self.darkColor; + _nameLabel.text = NAME; + _nameLabel.alpha = 0; + } + + return _nameLabel; +} + +- (CGRect)onOffButtonFrame +{ + if (!_onOffButtonFrame.size.width) { + CGSize frameSize = self.view.frame.size; + CGPDFDocumentRef pdf = + CGPDFDocumentCreateWithURL( + (__bridge CFURLRef)[NSURL fileURLWithPath: + [[NSBundle mainBundle] pathForResource:BLOCKED_FILENAME_PREFIX @"0" + ofType:VECTOR_GRAPHIC_FILE_EXTENSION]] + ); + CGSize pdfSize = CGPDFPageGetBoxRect(CGPDFDocumentGetPage(pdf, 1), kCGPDFCropBox).size; + CGPDFDocumentRelease(pdf); + CGFloat pdfWidth = pdfSize.width; + CGFloat maximumDimension = self.minimumFrameDimension; + CGFloat pdfHeight = pdfSize.height; + CGFloat pdfToOnOffButtonDimension = + MAX(pdfWidth / maximumDimension, pdfHeight / maximumDimension); + CGFloat width = pdfWidth / pdfToOnOffButtonDimension; + CGFloat height = pdfHeight / pdfToOnOffButtonDimension; + _onOffButtonFrame = CGRectMake( + (frameSize.width - width) / 2, + (frameSize.height - height) / 2, + width, + height + ); + } + + return _onOffButtonFrame; +} + +- (UIFont *)bodyBoldFont +{ + _bodyBoldFont || + (_bodyBoldFont = [UIFont fontWithName:BODY_BOLD_FONT_NAME + size:self.minimumFrameDimension / + MINIMUM_FRAME_DIMENSION_TO_BODY_FONT_SIZE]); + return _bodyBoldFont; +} + +- (UIFont *)bodyFont +{ + _bodyFont || (_bodyFont = [UIFont fontWithName:BODY_FONT_NAME + size:self.minimumFrameDimension / + MINIMUM_FRAME_DIMENSION_TO_BODY_FONT_SIZE]); + return _bodyFont; +} + +- (UILabel *)disallowedStatusLabel +{ + if (!_disallowedStatusLabel) { + UIColor *color = self.darkColor; + NSMutableAttributedString *text = + [[NSMutableAttributedString alloc] initWithString:STATUS_LABEL + attributes:@{ + NSFontAttributeName: + self.bodyBoldFont, + NSForegroundColorAttributeName: + color + }]; + [text appendAttributedString: + [[NSAttributedString alloc] initWithString:DISALLOWED_STATUS_MESSAGE + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: color + }]]; + CGFloat height = text.size.height; + _disallowedStatusLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + self.onOffButtonFrame.origin.y - 2 * height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _disallowedStatusLabel.layer.borderWidth = 1; + _disallowedStatusLabel.textAlignment = NSTextAlignmentCenter; + _disallowedStatusLabel.attributedText = text; + _disallowedStatusLabel.alpha = 0; + } + + return _disallowedStatusLabel; +} + +- (UILabel *)blockedStatusLabel +{ + if (!_blockedStatusLabel) { + UIColor *color = self.darkColor; + NSMutableAttributedString *text = + [[NSMutableAttributedString alloc] initWithString:STATUS_LABEL + attributes:@{ + NSFontAttributeName: + self.bodyBoldFont, + NSForegroundColorAttributeName: + color + }]; + [text appendAttributedString: + [[NSAttributedString alloc] initWithString:BLOCKED_STATUS_MESSAGE + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: color + }]]; + CGFloat height = text.size.height; + _blockedStatusLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + self.onOffButtonFrame.origin.y - 2 * height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _blockedStatusLabel.layer.borderWidth = 1; + _blockedStatusLabel.textAlignment = NSTextAlignmentCenter; + _blockedStatusLabel.attributedText = text; + _blockedStatusLabel.alpha = 0; + } + + return _blockedStatusLabel; +} + +- (UILabel *)unblockedStatusLabel +{ + if (!_unblockedStatusLabel) { + UIColor *color = self.darkColor; + NSMutableAttributedString *text = + [[NSMutableAttributedString alloc] initWithString:STATUS_LABEL + attributes:@{ + NSFontAttributeName: + self.bodyBoldFont, + NSForegroundColorAttributeName: + color + }]; + [text appendAttributedString: + [[NSAttributedString alloc] initWithString:UNBLOCKED_STATUS_MESSAGE + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: color + }]]; + CGFloat height = text.size.height; + _unblockedStatusLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + self.onOffButtonFrame.origin.y - 2 * height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _unblockedStatusLabel.layer.borderWidth = 1; + _unblockedStatusLabel.textAlignment = NSTextAlignmentCenter; + _unblockedStatusLabel.attributedText = text; + _unblockedStatusLabel.alpha = 0; + } + + return _unblockedStatusLabel; +} + +- (UIButton *)onOffButton +{ + if (!_onOffButton) { + _onOffButton = [[UIButton alloc] initWithFrame:self.onOffButtonFrame]; + if (VERBOSE) _onOffButton.layer.borderWidth = 1; + [_onOffButton addTarget:self + action:@selector(onOffButtonWasTapped) + forControlEvents:UIControlEventTouchUpInside]; + } + + return _onOffButton; +} + +- (UILabel *)disallowedActionLabel +{ + if (!_disallowedActionLabel) { + CGRect onOffButtonFrame = self.onOffButtonFrame; + NSAttributedString *text = + [[NSAttributedString alloc] initWithString:DISALLOWED_ACTION_HINT + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: + self.darkColor + }]; + CGFloat height = text.size.height; + _disallowedActionLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + onOffButtonFrame.origin.y + + onOffButtonFrame.size.height + height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _disallowedActionLabel.layer.borderWidth = 1; + _disallowedActionLabel.textAlignment = NSTextAlignmentCenter; + _disallowedActionLabel.attributedText = text; + _disallowedActionLabel.alpha = 0; + } + + return _disallowedActionLabel; +} + +- (UILabel *)blockedActionLabel +{ + if (!_blockedActionLabel) { + CGRect onOffButtonFrame = self.onOffButtonFrame; + NSAttributedString *text = + [[NSAttributedString alloc] initWithString:BLOCKED_ACTION_HINT + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: + self.darkColor + }]; + CGFloat height = text.size.height; + _blockedActionLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + onOffButtonFrame.origin.y + + onOffButtonFrame.size.height + height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _blockedActionLabel.layer.borderWidth = 1; + _blockedActionLabel.textAlignment = NSTextAlignmentCenter; + _blockedActionLabel.attributedText = text; + _blockedActionLabel.alpha = 0; + } + + return _blockedActionLabel; +} + +- (UILabel *)unblockedActionLabel +{ + if (!_unblockedActionLabel) { + CGRect onOffButtonFrame = self.onOffButtonFrame; + NSAttributedString *text = + [[NSAttributedString alloc] initWithString:UNBLOCKED_ACTION_HINT + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: + self.darkColor + }]; + CGFloat height = text.size.height; + _unblockedActionLabel = + [[UILabel alloc] initWithFrame:CGRectMake( + 0, + onOffButtonFrame.origin.y + + onOffButtonFrame.size.height + height, + self.view.frame.size.width, + height + )]; + if (VERBOSE) _unblockedActionLabel.layer.borderWidth = 1; + _unblockedActionLabel.textAlignment = NSTextAlignmentCenter; + _unblockedActionLabel.attributedText = text; + _unblockedActionLabel.alpha = 0; + } + + return _unblockedActionLabel; +} + +- (UIButton *)helpButton +{ + if (!_helpButton) { + CGSize frameSize = self.view.frame.size; + CGFloat height = self.minimumFrameDimension / MINIMUM_FRAME_DIMENSION_TO_TAB_BAR_HEIGHT; + _helpButton = + [[UIButton alloc] initWithFrame:CGRectMake(0, + frameSize.height - height, + frameSize.width / TAB_BAR_BUTTON_COUNT, + height + )]; + if (VERBOSE) _helpButton.layer.borderWidth = 1; + [_helpButton setAttributedTitle: + [[NSAttributedString alloc] initWithString:HELP_LABEL + attributes:@{ + NSFontAttributeName: self.headingFont, + NSForegroundColorAttributeName: + self.darkColor + }] + forState:UIControlStateNormal]; + _helpButton.alpha = 0; + [_helpButton addTarget:self + action:@selector(openHelp) + forControlEvents:UIControlEventTouchUpInside]; + } + + return _helpButton; +} + +- (UIButton *)aboutButton +{ + if (!_aboutButton) { + CGSize frameSize = self.view.frame.size; + CGFloat frameWidth = frameSize.width; + CGFloat width = frameWidth / TAB_BAR_BUTTON_COUNT; + CGFloat height = self.minimumFrameDimension / MINIMUM_FRAME_DIMENSION_TO_TAB_BAR_HEIGHT; + _aboutButton = [[UIButton alloc] initWithFrame:CGRectMake(frameWidth - width, + frameSize.height - height, + width, + height + )]; + if (VERBOSE) _aboutButton.layer.borderWidth = 1; + [_aboutButton setAttributedTitle: + [[NSAttributedString alloc] initWithString:ABOUT_LABEL + attributes:@{ + NSFontAttributeName: self.headingFont, + NSForegroundColorAttributeName: + self.darkColor + }] + forState:UIControlStateNormal]; + _aboutButton.alpha = 0; + [_aboutButton addTarget:self + action:@selector(openAbout) + forControlEvents:UIControlEventTouchUpInside]; + } + + return _aboutButton; +} + +- (UIColor *)lightColor +{ + _lightColor || (_lightColor = [UIColor colorWithRed:LIGHT_COLOR_R + green:LIGHT_COLOR_G + blue:LIGHT_COLOR_B + alpha:1]); + return _lightColor; +} + +- (NSMutableAttributedString *)helpViewText +{ + if (!_helpViewText) { + NSUInteger fontSize = + self.minimumFrameDimension / MINIMUM_FRAME_DIMENSION_TO_BODY_FONT_SIZE; + _helpViewText = + [ViewController markdownToAttributedString:[self.preferences stringForKey:HELP_TEXT_KEY] + fontName:BODY_FONT_NAME + boldFontName:BODY_BOLD_FONT_NAME + fontSize:fontSize + textColor:self.lightColor]; + NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init]; + [paragraphStyle setLineSpacing:OVERLAY_LINE_SPACING]; + [paragraphStyle setHeadIndent:HEAD_INDENT_TO_FONT_SIZE * fontSize]; + [_helpViewText addAttribute:NSParagraphStyleAttributeName + value:paragraphStyle + range:NSMakeRange(0, _helpViewText.length)]; + } + + return _helpViewText; +} + +- (NSAttributedString *)closeButtonText +{ + _closeButtonText || + (_closeButtonText = + [[NSAttributedString alloc] initWithString:CLOSE_LABEL + attributes:@{ + NSFontAttributeName: self.bodyFont, + NSForegroundColorAttributeName: + self.lightColor + }]); + return _closeButtonText; +} + +- (CGFloat)closeButtonHeight +{ + _closeButtonHeight || + (_closeButtonHeight = + 2 * self.view.frame.size.width / FRAME_WIDTH_TO_MARGIN + + self.closeButtonText.size.height); + return _closeButtonHeight; +} + +- (CGFloat)helpViewHeight +{ + if (!_helpViewHeight) { + CGFloat frameWidth = self.view.frame.size.width; + CGFloat margin = frameWidth / FRAME_WIDTH_TO_MARGIN; + _helpViewHeight = + 2 * margin + + [self.helpViewText boundingRectWithSize:CGSizeMake( + frameWidth - 4 * margin, + CGFLOAT_MAX + ) + options:NSStringDrawingUsesLineFragmentOrigin + context:nil].size.height + self.closeButtonHeight; + } + + return _helpViewHeight; +} + +- (UIButton *)helpView +{ + if (!_helpView) { + CGSize frameSize = self.view.frame.size; + CGFloat frameWidth = frameSize.width; + CGFloat margin = frameWidth / FRAME_WIDTH_TO_MARGIN; + CGFloat width = frameWidth - 2 * margin; + CGFloat height = self.helpViewHeight; + _helpView = + [[UIButton alloc] initWithFrame:CGRectMake( + (frameWidth - width) / 2, + (frameSize.height - height) / 2, + width, + height + )]; + _helpView.layer.borderWidth = OVERLAY_BORDER_WIDTH; + CGFloat cornerRadius = margin / MARGIN_TO_CORNER_RADIUS; + _helpView.layer.cornerRadius = cornerRadius; + _helpView.layer.borderColor = + [[UIColor blackColor] colorWithAlphaComponent:OVERLAY_ALPHA].CGColor; + _helpView.layer.masksToBounds = YES; + _helpView.backgroundColor = [UIColor colorWithRed:DARK_COLOR_R / 2 + green:DARK_COLOR_G / 2 + blue:DARK_COLOR_B / 2 + alpha:OVERLAY_ALPHA]; + _helpView.titleEdgeInsets = UIEdgeInsetsMake(margin, margin, margin, margin); + _helpView.contentVerticalAlignment = UIControlContentVerticalAlignmentTop; + _helpView.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft; + [_helpView setAttributedTitle:self.helpViewText forState:UIControlStateNormal]; + _helpView.titleLabel.numberOfLines = 0; + NSAttributedString *closeButtonText = self.closeButtonText; + CGFloat closeButtonWidth = 2 * margin + closeButtonText.size.width; + CGFloat closeButtonHeight = self.closeButtonHeight; + UIButton *closeButton = + [[UIButton alloc] initWithFrame:CGRectMake( + (width - closeButtonWidth) / 2, + height - closeButtonHeight - margin, + closeButtonWidth, + closeButtonHeight + )]; + closeButton.layer.borderWidth = 1; + closeButton.layer.cornerRadius = cornerRadius; + closeButton.layer.borderColor = self.lightColor.CGColor; + [closeButton setAttributedTitle:closeButtonText forState:UIControlStateNormal]; + [_helpView addSubview:closeButton]; + _helpView.transform = CGAffineTransformScale(_helpView.transform, 1. / width, 1. / height); + _helpView.alpha = 0; + [_helpView addGestureRecognizer: + [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(closeHelp)]]; + [closeButton addGestureRecognizer: + [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(closeHelp)]];; + } + + return _helpView; +} + +- (NSMutableAttributedString *)aboutViewText +{ + if (!_aboutViewText) { + NSUInteger fontSize = + self.minimumFrameDimension / MINIMUM_FRAME_DIMENSION_TO_BODY_FONT_SIZE; + _aboutViewText = + [ViewController markdownToAttributedString:[self.preferences stringForKey:ABOUT_TEXT_KEY] + fontName:BODY_FONT_NAME + boldFontName:BODY_BOLD_FONT_NAME + fontSize:fontSize + textColor:self.lightColor]; + NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init]; + [paragraphStyle setLineSpacing:OVERLAY_LINE_SPACING]; + [paragraphStyle setHeadIndent:HEAD_INDENT_TO_FONT_SIZE * fontSize]; + [_aboutViewText addAttribute:NSParagraphStyleAttributeName + value:paragraphStyle + range:NSMakeRange(0, _aboutViewText.length)]; + } + + return _aboutViewText; +} + +- (CGFloat)aboutViewHeight +{ + if (!_aboutViewHeight) { + CGFloat frameWidth = self.view.frame.size.width; + CGFloat margin = frameWidth / FRAME_WIDTH_TO_MARGIN; + _aboutViewHeight = + 2 * margin + + [self.aboutViewText boundingRectWithSize:CGSizeMake( + frameWidth - 4 * margin, + CGFLOAT_MAX + ) + options:NSStringDrawingUsesLineFragmentOrigin + context:nil].size.height + self.closeButtonHeight; + } + + return _aboutViewHeight; +} + +- (UIButton *)aboutView +{ + if (!_aboutView) { + CGSize frameSize = self.view.frame.size; + CGFloat frameWidth = frameSize.width; + CGFloat margin = frameWidth / FRAME_WIDTH_TO_MARGIN; + CGFloat width = frameWidth - 2 * margin; + CGFloat height = self.aboutViewHeight; + _aboutView = + [[UIButton alloc] initWithFrame:CGRectMake( + (frameWidth - width) / 2, + (frameSize.height - height) / 2, + width, + height + )]; + _aboutView.layer.borderWidth = OVERLAY_BORDER_WIDTH; + CGFloat cornerRadius = margin / MARGIN_TO_CORNER_RADIUS; + _aboutView.layer.cornerRadius = cornerRadius; + _aboutView.layer.borderColor = + [[UIColor blackColor] colorWithAlphaComponent:OVERLAY_ALPHA].CGColor; + _aboutView.layer.masksToBounds = YES; + _aboutView.backgroundColor = [UIColor colorWithRed:DARK_COLOR_R / 2 + green:DARK_COLOR_G / 2 + blue:DARK_COLOR_B / 2 + alpha:OVERLAY_ALPHA]; + _aboutView.titleEdgeInsets = UIEdgeInsetsMake(margin, margin, margin, margin); + _aboutView.contentVerticalAlignment = UIControlContentVerticalAlignmentTop; + _aboutView.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft; + [_aboutView setAttributedTitle:self.aboutViewText forState:UIControlStateNormal]; + _aboutView.titleLabel.numberOfLines = 0; + NSAttributedString *closeButtonText = self.closeButtonText; + CGFloat closeButtonWidth = 2 * margin + closeButtonText.size.width; + CGFloat closeButtonHeight = self.closeButtonHeight; + UIButton *closeButton = + [[UIButton alloc] initWithFrame:CGRectMake( + (width - closeButtonWidth) / 2, + height - closeButtonHeight - margin, + closeButtonWidth, + closeButtonHeight + )]; + closeButton.layer.borderWidth = 1; + closeButton.layer.cornerRadius = cornerRadius; + closeButton.layer.borderColor = self.lightColor.CGColor; + [closeButton setAttributedTitle:closeButtonText forState:UIControlStateNormal]; + [_aboutView addSubview:closeButton]; + _aboutView.transform = + CGAffineTransformScale(_aboutView.transform, 1. / width, 1. / height); + _aboutView.alpha = 0; + [_aboutView addGestureRecognizer: + [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(closeAbout)]]; + [closeButton addGestureRecognizer: + [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(closeAbout)]];; + } + + return _aboutView; +} + +- (void)viewDidBecomeActive +{ + self.hasLaunchScreen = YES; + self.isOnOffButtonAnimating = YES; + self.isRulesetCompiling = YES; + [self animateOnOffButton]; + dispatch_after( + dispatch_time( + DISPATCH_TIME_NOW, + (LARGE_DURATION + SMALL_DURATION) * NSEC_PER_SEC + ), + dispatch_get_main_queue(), + ^{ self.isRulesetCompiling = NO; } + ); + NSUserDefaults *preferences = self.preferences; + BOOL isBlockerAllowed = [preferences boolForKey:BLOCKER_PERMISSION_KEY]; + [UIView animateWithDuration:1 + delay:MEGA_DURATION + options:UIViewAnimationOptionCurveEaseInOut + animations:^{ + self.aboutButton.alpha = self.helpButton.alpha = self.nameLabel.alpha = 1; + if (!isBlockerAllowed) + self.disallowedActionLabel.alpha = + self.disallowedStatusLabel.alpha = 1; + else if ([preferences boolForKey:BLOCKING_STATUS_KEY]) + self.blockedActionLabel.alpha = self.blockedStatusLabel.alpha = 1; + else self.unblockedActionLabel.alpha = self.unblockedStatusLabel.alpha = 1; + } + completion:nil]; + dispatch_after( + dispatch_time(DISPATCH_TIME_NOW, MEGA_DURATION * NSEC_PER_SEC), + dispatch_get_main_queue(), + ^{ + self.hasLaunchScreen = NO; + if (!isBlockerAllowed) [self openHelp]; + } + ); + NSInteger appOpenCount = [preferences integerForKey:APP_OPEN_COUNT_KEY]; + [preferences setInteger:++appOpenCount forKey:APP_OPEN_COUNT_KEY]; +} + +- (void)viewDidResignActive +{ + if (self.isHelpOpen) [self closeHelp]; + self.aboutButton.alpha = self.helpButton.alpha = self.unblockedActionLabel.alpha = + self.blockedActionLabel.alpha = self.disallowedActionLabel.alpha = + self.unblockedStatusLabel.alpha = self.blockedStatusLabel.alpha = + self.disallowedStatusLabel.alpha = self.nameLabel.alpha = self.helpView.alpha = + self.aboutView.alpha = 0; + UIButton *onOffButton = self.onOffButton; + UIImage *onOffButtonImage = + [ViewController drawVectorGraphicWithFilename:BLOCKED_FILENAME_PREFIX @"0" + inFrame:self.onOffButtonFrame]; + [onOffButton setImage:onOffButtonImage forState:UIControlStateNormal]; + [onOffButton setImage:onOffButtonImage forState:UIControlStateHighlighted]; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + [self.view addSubview:self.nameLabel]; + [self.view addSubview:self.disallowedStatusLabel]; + [self.view addSubview:self.blockedStatusLabel]; + [self.view addSubview:self.unblockedStatusLabel]; + [self.view addSubview:self.onOffButton]; + [self.view addSubview:self.disallowedActionLabel]; + [self.view addSubview:self.blockedActionLabel]; + [self.view addSubview:self.unblockedActionLabel]; + [self.view addSubview:self.helpButton]; + [self.view addSubview:self.aboutButton]; + [self.view addSubview:self.helpView]; + [self.view addSubview:self.aboutView]; + NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; + [notificationCenter addObserver:self + selector:@selector(viewDidBecomeActive) + name:UIApplicationDidBecomeActiveNotification + object:nil]; + [notificationCenter addObserver:self + selector:@selector(viewDidResignActive) + name:UIApplicationDidEnterBackgroundNotification + object:nil]; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/ios/adblockfast/adblockfast.entitlements b/ios/adblockfast/adblockfast.entitlements new file mode 100644 index 00000000..ee228776 --- /dev/null +++ b/ios/adblockfast/adblockfast.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.application-groups + + group.com.rocketshipapps.blocker + + + diff --git a/ios/adblockfast/blocked-0.pdf b/ios/adblockfast/blocked-0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..baa6b8c7e82165175053c6f4f120d96864970e77 GIT binary patch literal 24556 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 T&qe3ugFuC_n3&|%o?-nzU*0L0 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-1.pdf b/ios/adblockfast/blocked-1.pdf new file mode 100644 index 0000000000000000000000000000000000000000..030709fd794e3114febc4b2d5f3612dcd3c7b6dd GIT binary patch literal 24649 zcmagEQ*>tCv*;b09d-P~wr$(CosMmEY}*|h9ox2_*tYY%?|<+8?K8%?I5%s~RaLX9 z=EWN0S5=ElQB<6ciJk?HZ1C{z@Vx9ke|B&fjt#&Fa4@!p31fc5oh`cIz??G-I(jyZjP;sC7Rb8mhzA zm*zoY%PVj^C#qbI9ZIhyE|R267RPu4@d=PdOpHLMzrDWB?|X8ukL&GfubcV4Z+Tlk zoAZDIWd0vio&w)D=HH)j$KM`b#~<U9TSo-}eb8245QjX~(tx{J`27?`NPZ@a_8j z{^PjzxaY&&|Kr)8|M}dL|4A>^YN2@f~4k8>4t-~)cEIa^<^_Y@c8ZP?O~hQI;X|Y`&b&d?}hK8-M!7(Wpuyq z9k_W2DQ{-_C|Os^#_Ot-ZU+lc6?-yZg>u9%tjN zefiLc0`r$OPG0T#13u36#<{jtXH9LK9Bk@}bf4?zn@HBRr=1BdyLRIZ$=uT~YNmR! zbq@Qn-YPdgZ*z&hhAVV`v{mod`7QUE^T#cx{>#JCb{H~$JT`PY>waHYkyIJmkIqE7<-c03U+@BH}lM@i#CbJx=p zPu}I@8c)A#XNz7kitTko;eNB<&zZuw8QIkjxh8`&x(%u1Xd@VYcBhkIiiOyN_a|&_ z+I`NTEt)2MApY&OmE(r}-zN$_%`j9mC};Zj=U-9G7GTS`eTO-yAH3T_-9Gv&-LWU} za@#MRZm+9}BpRe1jk-af&KqJ6cq8J2rWa3}pO+*oEv*Q;>n}N|wZ|>CwfosQ?0t0g z1RHy+xEpo``gc8v7Fbmq?*3iKHiNx)_!jJDC< zhbsnOV^}nyboy}Na*T503wLkI=1IkAELRSw?K27NQg8bF^5?4tz_r0yB5il8+pki6 zBZ_X{h@EXJ)J18R)S&z6HzG~4^E9unzGv8O{6sJQ54R9e?>c6lE{DDj+6|9SKNF*) z4G*JHPo--o2psp2`$ELN@GKb4y9TztToQi-qIa}D+-vlb8zTeF_RdxQc-!-Mc>`*# zhZ0Q38I%d*x#>0BgNyHD<;ib70H#pZs2>d8v3)}R8pOjBZuS$#P48DWLg$9n@yq!K z3Ky;&3_YyyO~QHf<0^+za_FDG5XqRJsPsgINBYG=`Jpvg*NP!skMtn~Y9Jm}^c~LZhQ+)aBGce>oR<8mss1u7;hob#YM2w=?e15XMhryLr3f_jy06Mv{W!n?Jx~oL;K8(r>g7zW zCsCinVW7;eR*K>{bTtA&?{nw+&L3c&8_M2D3{+hsV6B7yml_TP^Wd zqp7sk&$znZ3qA9s$1?iY2Z||%N;zfY@CuT`9deTkO=7godIr}o)51-qVo}tWWI920 zp*@2a>GTOc0A&)o{(M`iM|_#|CP{Wx&9xA&Hl{~GUg@TMO+r@F?bq(hkP!UB6hSdw z0vXqvQj=;>rx~%rJd+9m$Z755Ay)DWavuB3x{mAk;@15#d`b@n1cDQYwE^)+k3%Wd zP0ZtibQz==XHgs=&)w*uO?^f{C1GXc9l!m43Pg51jGI^y#KAY+_}>-AzCxOrf;tJ+ z-on}oVaUke&Jhhts#_%at2}R-KMyg2Gzm%(T&{nD>aNtu>(czr65Mzip?;b^*+1(X z|A{PI{YWoLBsQoZ>2rT3p5=}db&1&Yi-?x!2C74)b}#b#N5l>uMuj;}?Fa9`{-5YL zJl|?I`7+s~g(5|?=FmCIXDXKd#xa3pkeN)eyz9E5p>LxscT*KE@eR6 z!Zg)V!#5fU>{YyDv4E7sENP_uUWJDc0NuEpJ4}=Z(;1czI8OWN8{eF?y<{X(Hxm@b zMh(SYO4fyyeHD&+=#4rZQYjmE@OqI(l6HG@K~j|Chl*)b$Z@bCj~3`GwxXj77pYO$ zp`nN=dIvreELucR$PD`@R`rktd?RMmT{Wi89M84B82b1r|SXx8)T_eLCg>9_cXn_0Hcn%jysHiL90!%;SbUD zj=Gx7^M()>8q_+>LQ%!a>Decqtt$#Ye@@;DBa4}!)&MF{hQAk!YO`c};(QNfXwYl} zp2L0@TgdCWhhGwKy7KPC~y; zEUU8*N6NZ1-@^C_2x77k>m|16D73J3?}iqJd%ni)F}eZmB5QYCjbN%(rs#XsBUIbX z!%07(v1IRFM0t=On$0MFEBm4Y`M!ctU^_fQ{`wN0frECvWIENk4nVo7B+JuG{wapt z9jYg!cAD?-KvnVc2Lq?`;um!|*udqK8{83R#9JmyA$T3gl>tv1j1@t6v$i~kFt0ynDp{Es7l}0eB+bQ!!=VS+xqvC zVRDbs0b7GsEg*dRmk16P5j*g3jg?ySU2gUEyyK`ZU+chj#|sYXSp9QvXMsJX4_@IZ z#eKVG?x2|HSRlLKy*4K+aymY|KT%iV0fs3KPfb|%nRIwa2n@YjU5TI*cS!N43_mk~ z!60MGtsN>z7?;D7HE7J?Lqk}bISdtrZb}`y_En^KjvY2=D4pF&F~t_OyWo>*Iu+2a z{A1Q(H9SEUEMb)Da4e@NrP)$KRUY9PZY#NfP7*RG&UL;I7nIk0NxT8(L`G-*a31@T z6U8G@KLbkC0jCWQMMD!STIJ&;Y4E*=#hIDPMo1F6ji|@08YxM z1qlxj!vr30wtFfvbvOQrR_SHi{HG-YT6st0d|8r;Fwqh>?i+(Vn%B4>AB^?zwW-uV zdwQO_6d2mVpIsz5v3F5ZZ;sV|LzUh4B-%7BDPyD!)~i8+xetYGWIFo~1+rmth%9RN z0nWRhj?6&&)qAByHrKje*4Jk3Sfy!oVMFlHP~WNV!HOpt0f`y58Tr2yP>X$H?R&)F z7Jg8N8Oyv!6x(=7N5s~>fNMbBvm3`-X`{+KREjmd!SFD?TFKXmh0ISYp#rrAO_c)K z&Xl(hT1+?7J>_%q-B=_J0%R#*WgE$Vr~eg$P&3fm)QW9UnUWSVbM&}=;Fu%Kq@)@n zMXV14O9SLZ+F+>lVUMl^pp3rorz7ups7$==^5-}JQ!dQmnq|>G6WZbYHOaV*jtZDE zV3(S}1P?2DAxzGTNdr@<+}^C1O%Nk69hW%`t%a){${?U)nsFjBsHW=uMc_abEN%ZRk7A)_WCu%bXwVWH^`q2rNH&IOMT`Bz zMiKqz&2SdYm!y{&F_}POQX;F1YokmE;qlDwU4De_5Q!F`2@6HhitO_}C3iUa>$zp* zp^SQ8&@AfAsJ^;7jQK{PE53lQH*3#7u`C| zW-K~YW&#@ztFCf-O}+}gspEH^)k0SYHbT9{sK@5LzSUYhB5rwK^0Y|z9Hw0DYLncO zIyxIouHzONGMp3&Tk^NJs<3N(gBvC@ow0hhW!iq?K=^%o*dMA#_oLG9&Zl z?a!(*rewi#44Y+$E{iu`43$d{>-hI}sWIC@4%A#x4Wg#TcVc5VZ2U0~7xow+jCq@2 zhjPOLSW@Om`IdHbhAcjdB6y1?F6hWM$;7FSkA3ENe$tjryagV=$x>p*G* zuoSt*pm8FJ#RFV5{+gfJ`~DCJ%h;gewt)cyBv9@!oGvdsx>m+P^OVz*2UlbPcF9SE z&%~vVvA=UtXNZ^P6G)npBz-lV;xMkjlwB;BM?66?oEpUC4-)ds`K;@Eqdu^WvKkz% zw9$OPpN=Xs3;1H+f&;Kcr7m(sv@S53=h})bv*gRzoRgCOI#7RU%*8hf(B6A_oA6X< zr}6n?5M3n%0>!|GRZB0(S@$TRR_{na)m-lsetKf%8uXIRkL%APn4RHwl1S`=IY*%@ zT2{td0u_E?#3ZDNAXXnI&)#Y)64%%MvF_a^bOgVS+P+b(192A>Yun&KRNY$aLqya7 zEAR27$2AvMN(g%weSE_Q(G^9EJKIZU&~{~6#>JA`fWf!3^~)C?F@z^DpA_ctP?FLI zH|2AVI*OHtRZ@$=_gyVCiu%0v=?XZn|B>`Kwh)-{tU-1XFJ?E%;rVTkZ-yr zvnDYm)Rbr#l`4tvCHaeA}CBu58zQNX8RNIw=J+Y?__}t zd``VIws$(=4`Zpt$^eO_M~+*!jf-rEXjm0|N4p>i2$I^1Sg3$nHUtYtD`jWxb076l zu7lEF{^NoewU0)Og)_N|4v=^9^9TS^!k=8J-(vXnuu@|ylr1lWn@9^AFplDdOx%kD zJdgWk^e7yZ@`_&bHBoWzUX@l#Ebrdgz9=0a?|WiyyZfs zWFPZfPj(fubQ-@k;$(jYFOG>_Ex!)nToKynCWyI^{7pDft)6>~S7BF_%`gjL53u|K zdF9e8Un~Z+Pjk%iI;0PT1>E!Jtqv~9B{pU${M^y z9db%=jT(^bRxj5=C+QFQQOC&204t_76Hm+`Pt726LdJZLLi9-jykeMI7CdXaDFGBY_=P&m1qzsGN#=cD9T-XqZ&3ajO4I zS2l@X!@AHZiJVeqU1(xe7;Usp#4%s60Y={s`~z|mgEAiN_w%-Hdv>HzWZT*1)Ipvx zF~e=S=P@Wl>XXhfe2{n55cRAHPYEXHe5NVFYMG+#LYErfPY1fnL=xW z15Ta8-0&=lzD|PGl~L$`IGMHSCXUiE9HV$)3JRX>2PtUx&NU0CD6D%&?cv@EBCaeG zYFFNI7~_w7a7py@Xm%HyO`0H4c{7ZGR0!jO0-opu9keE`ADg7@ahH_FMzkdoO)&K~ zi%X%UHVb3rvC2PSzJzAof~xH)FexaKoz(=MY7BN8_l{PIJQOL``(1`3joZXU)R6PIDEF9Xl~~7pNQR&Dw}F8+rew(Zx1f4OsYs6_iu9XN z6rmDG1OU$~L=hQ6hi03?kJV54bwm1b9Ioo_Js4!nn#EE7 z=Ob>4V#)%kf&UCE@`?c0=ot??+v0Hjer79k?Ez4@GjQM8S4}&0O;73l5NGBMGk4lv zCmJNg&3*jWV7j|eU_ogeALwVWVS3?sSz#iB^lPCyCW8Y!;k3+@1?;tCRg z-MO|d20l(Y_NYcO{^WHe_4h*R%rs*im4LAvd0Bkx7+temPO*UWsbwzZK35Gy?aIyY z^J`kP8UQCQ5o#E=D76P=4?qDuWtZt`WNEqkBbwRgTIS8r4lB&&U<-)%g%Adp-3?RT&}{R*Xbbvr&iCWF#vvBzg0GoEJ>jO#)Lpefib3S1$Qzv_z$Y zD~R^;or6D;<0Fcxw%J%i1rO?so?&vu9o+2}cZj2wenUySXzMr6x?jby!#hoSgPccd zxb>dds^!4ZbH9)aS&BdT z{@eNT_|ZDj^W^}mOFji>W^el6E%kqP|90a4ZNLA!vT?C9{;U0W&+>nC=~X=)%>WFF zMi&2hI+@wK09gO4W3O!H?BMETV&)9s_%DHogT2c?dS}4DUH*Ss`f_HbRz|`O9snK2 ze+29-tn{qxTmUu}7J4oY7CkryAt#srXjwSvSvZ(D04(hEY^;pT0Cr{$dUh^00NXz+ z3kRp(zjJ{9&g|bv|1&>ObaF6JF>?Xv{F9!jI6x1;AmU)_;H2VcWMT&RcfcUx%mm>4 zPb&QU00uD+7YP-Ye})VH(MkNH{r@ZaAOHV#^Zz}@pr9xRVER9dnf|@j z|5*R`G=quhKLHu!0W1Ipp?^mj_Wy=t5H)kNGBHz@5dMEpI&xCoRaMq7!)LlUx@Lb6 z1IQk5ykG(IJdzj?N)b{4ieOZYo_pc3K4CSvID!9m6=uy-hm!+lDk zVuxGNHn7*#Z1>xlpCekpwd2;6HH&NCm39!tk06MC7fsLr)&foRtMfkHA7~SU&tN}M zK#?>-dw0#vAtYWz!4^Nd_%bs7NDenXUC{@ac5Kl0D3UubfBPp8bBK^afxw9^vGe+o zV;zDet27Q_Gk-&jKcrAGhcPi@7Qhx(5$_My+CG&X(R7TZr;#5N;Al-_ce3V2cPMUW zlI<2nLlo$ylkHd(`9Pa>sY+#n96nPnEWBjPf-s_I7)&0M7uZHHi=ks*Mcjdbz$6cH zbvhwMy>eORf_Ri#97IAyNEw%+uB2NXo{XBm-8QPc8Z*%(56JEQ_K=-spU)`Y`@LLNQ)2_P*?GNKx1lF$ zN+-#%ArY1xp}c{b@${x}A^uCd{y*6%pt1dOY|t%T4M2QDxfI)^phq3}KtxEuN$mx^ zzw@ z?2b^n5E{LRj_?Qp5`u7HeKL%o+ksXvK{qHEg+dkan8nB$!pkVQ+Ay9XLW-Q|;6ox2 z@hFLcue0QTeo_Zl6o@GDJ&?HIw8Q8HzvV;E0$8CwL489|)4>*u5LZE30@mty@L(kR zCw4?VFtVYsdN+2Z+c5c&TKlnfac@9qLk;?qU<5~Dz~{s@VQ_Cnh2u3zK~afp5{Qez z%EdC{k&1Eu#z-doIsk_XFEC2~i8+kDAFdU>YpiaxY%I;Vlx~u)E{k=2Fs3`6+<_uZWw2%Q*Z2)WPs#@L6b8_plkp8yy~INU=K533Df6NF5Z3Lv#5RYk#pIfnTR zLG5Q%3jCwsLL7$TIjCz)RUf-5)G38WE}w)h6-J7sOiGo}6sRg?O{_=GN8Ux0G{$Wz z;q+5WP+y^jG!I}vhMXv%m`q8It{{ykCcGxkCH+^>Q_xeSL>cjq{i0??dV7wxLYJto zv@e515=+{B+WuH|Qe}co%6XbMnL_ePntPf7eIA7Yk-zj;=|>xwQlDU-N?=i)dV%C9=-Mz{J)c3gv>Qb@OB;L^#3=C7$zbO>#}#>t^eW z_!1n&?+Zz%Ll1-}T@SEkWM(>tl!thSIERhn%254`hA%A2*d@_P(H+ro_pC>MXZB|{ z*lVryzdNZ?Ua9S=eNu>1%u_&9;wog-9G1|Raw_a96c!n+$*qm7*R0={=qqDp%4Xbi zXL1Z!zYjjb&+6JEyxQKZ9|z9(&XRC4ak_D^anx|qScloLGwn0SG7mG4Sx1^Iwc(o~ zv=6n9oAnt}GOi|7&B+?0xC*LkF3afV_=~qH`KnF+G-_HD$u~};=_S(Za0s>PwyL-b zE66ZtG8ohcF_0@e+qgtGen6hs#E808uj?V6BOBvj5(7ikyq z40D>a{EEEg-`63pi^!2ml!_UXQ(0ZyRyAy&X_`T>IkF^Ytz_#MDXiPn(y9_)&gUB7 z9rY>l%zCAP=Zn&e%E8>iG@!ktRiQhlCDfwQg4DEYI;(pdSRc%^(KGQK3A5feX`C+I zI%=*irvtk6T>A24>eX#wcF1?kJRv<1zmvZ+LGy)sgm)o5ue!KVc7*sYp`M@YwoTtg z??Y2~Q`9d=l>u|Krm3b8r;Febux_vx>3%xR{n~BAb4s8$rH?l7a4c9<+eq2hK7X5( zTZuV#8?+nTTIE~&YGrmDzjAZ@w(_n3!3j|XdjeMsAr7Gq%@5BE`vcMyVxSMSuOo<% zVcvjLcM%gz_(Q}kloyr_K@a22`6oRsYZdv0XPcUbpNBgHow1mx$Y6(L-01wML{to> z45qvIn8c9Sl7yU?w^*8(OqwRGR^x$qw01P0ln;{-7sH#>&8hr(eoH2N|6&hr|B9YP zH?{F%-KqJod}5|1-k?wG7c~JcAwCf0I|8l0{7|;$!Qij^A;d~jNBDc<@i5JC%&p#w z*+&9IT1Z34oM_shUWAEMjTDB|KA3_~^NwqS!Cl}%d2)Pm5fw}MT=|q$NYhKxf-sp; zWF3tj3m-)n!vJd$qe%O>)zXz3TA|=vf-I%8mU%~d?3e7LWHf0OS+Ev-qjkf!g@jq& zxY8u*(ZfOJf&B#j*!|eMADcOwyQ@XF+gI2}AKR4;Qg!HZjqb)@d3U|O_T9(s^Ef+z zo#fihg!n{^87|O1a(huJU#YI!(6aIRXju5Ku+nZ9-Lwvp?T{^o?d6tvW3}~08nOP| zqw&OE$Lq|Gs9R*e{HsAN3Z&D@~-f% zwL{~gTirk`l63dbLg zWcL1;#Nqn=Un35mJC7pXXqBgmEJc4`AUKJ*ZudrB2(NPyc-K55eJf5WKJ%VhX0;== z3zj#RBU*~tt-NKufu{irIr!7~bOKr5J`d4P8JUga7BVvl(-_%VTzT$(cf!M=w^0#T z;oKT7{OwH#^EowjHQN(`X|?*df1S!Vy52w3(kd-#xb%2@b9}ol!#-n{2|9994KDnw zPMfdox=tM%KU4RsW4j@JkKgp(8MdF=eGg;5b8x|nTU;xPPIj{mUg=vDze?HI=D-%u0lh;5Lp!xSYS8|l_YSYT&po|2=Z|mi@Za7X{6@)UT0i>?5#F(rUp&`0 zxHkRl%f3HR@8pp3@&V!TYG%FPM&8RE^Xg{28;6k{;jXqzgBv6 zRtHXis4qa(_K2x_0S%vivHK7AC5%G>4g1WVDy}KHAFf?iM^Q%t8XpJ{l&LLf ziV*oE{!E`zA06?2*ypW@WK7x1RDakN1i@!}vVVU;e|`*{1QH68;eF{51$KXeBg`>K zr=hP+hdaN~gykR1z`U~vYr)*XM|=tg2%H+A91z~*N&7k6>I{3z3VnWy4A1%$F-VRw&HKrqu->N<6y+j$nn0@-o?bJm4U*{ znVZ+k{Oe<9POd`6ar^u0(iRZx6|L-M^ZXnb{0|xSGvW9vSDl|4>9uIMY?NxQre8e! z*G4&d4N=b!@p}aOPuT5SyIcc-VEzm*CMDl@Jd**j{JD5g?Gs(}!(|iMmX63nAbK5+ zyB*J9&r2Q9ln?L6zYg{H5D}srkEmz)ZZ=d7zICriZu)YB9QxV@_g?45@=vfk1CDd! zSUjM_Az-XA7_}lnhrg+D_MRN+TjAZPjK7U(KIsJPuAV3#7IgCY;Quy2LOQcQ9eb4% zh8w93_&)#otXhw2DQps%LgPW9CD0O8IzvCr76{e_6X8hz%~Co2$$AA*Wv~sVG$jl+ z)3sa>Wgnr@XdiIsyE>_IkXRXqYdKFYdiLl-p05~YleUQ*Dr|cNSzl=eokKJ4a>oCd zwL|ClTN_qJ=T860z4f%bkTA>)N5uLPAr?*OS?ucp&vA(J<|8@ zdRS)EjG;GF+9zFIRLF`NDnh^NjD`gD-lLObXP?0RY?FKIjn%79zpIK|$%M1a#o42e zyB2lud9`H4f%X1mK7Q@zS`Q>~yx&2h)>NcfQo9mG_xVGDyO;_x+gZL;`|Rb&NfdHWMSCH_EisQr7Ts+vs(^oiJS{!&z-pc;R& z1y@9tb%vG6(I{hwz9d*(fMG)d;06u+>iKNF!yagUz8_g%{i$!#GN9iD8AB4HD(akr zYT-qOn)t(3=x#_qR&|&e!9QDhnZ->HrA+u&;{DXv+(OLkmBln;gQUOvUwS^Sdv$D^ z@)U2#JHJGGizl2k2(Zvf6E;lM29)NP62@?B%zyf_-2uo@~9l4_)5L>EYvA2NLW6-Vf!=Bm4`8Wk*FTCw!{5+uFxXm0A%#*Xj;h; zZetf9vPICx%HW+QD3xrfstwq5XY9VxIWjIm(^iUn5VJ;<%gEL?!FFq$d}>Nj1TsiR ziaOGmzq4(O*m#x3Bc6Lm^}r5+pug!u{8UAhrsu3}71Tqn(-~2(8u1j~o+r~RO9)rE zIVWY&8AX1NP@BbV;a18%dZxBW)L?*x$=LGI)6Io88w<5gargafnnf-~{0>Ha^OgR( zA7o|}F{_q1L!fwHl7*nTv)|=Jr{tKJUT|A(#3j>sa?Lx<3*Ln zwcUWn3yWC91hdIa8q?5*+C|BrNU^q6+}aBk{LCN1%^J#)m7{N{QLhm}PdGcbSo?bp z(zCjc5u&5^tlqt#K);8@gl9IXQm9UjU)D=Q9_!t-g)s2F_3-!R;{cpqPUm&G21gBS zQNorg6@PYuX}2<}$ZeCKyV!KWj*W?}B~#6v5V70LQ^}d@h7JJKEaSI`0;l<^h-6;E z0_RK@&QmEG6RPc*c*u!2Qi;CJC1Xm}ZNg(lsLPuP745G80}Bzevgp*xxaNptWe}UR zz75E^;5oR!u#%weR36gAwJyD7Ytx$xdRFfrR+2fye>ksJxOWE!!W60ZN>PojEPJ%a zJ3^agQ@vOjsnv}?@*~$jf1UmSYjK3!k~)Cie-OYX7Vv@(@d><8VMrq1l@&+lmxWv? zx85D;a7#av4yB4<(cQc@o!*C+0-jEwb~}O+<(G$ytC1_s2Ah+h9?{*TlM&sDyIWyR z_yp!J{H8-lUm-Zra3qo_mAb^NCy*i#PrY;yMJ7Bx zo^$n(?+RD^a?wKZ#(09>=Z@LnvSEawY4ARFyo|5P=+w#9Vdxl&xJY5nhrHQ0_&G{ZCh?U|Zl|LdAv`(EzDZc7d18drP)P4X z4!R|g0j|-AL~UswcLDx7w%&N80t-%Y_)Abtvp!|*PKl=PGwNgr=qpgO4r7)t4kBP~$WtbQ0d_+L|n9yZSJiz_N4QnV?b0cQ~ z1kO)u-D(B-VIN@~Rv&ubxl*Y)TUlBT0Gkum6i#BV4 zJ*PLwglCPh3r4v}gDV>5T4F0>f^^iB5f;l@+6xBpR0N?F6CU%@FT5mFY^#kDv*ck-pIFc z(LTAc)wDM;{^-mob`?YM&!>O#`$g}uf1VWeCsA<<#ap24Y z;E#^t<=FKHU`@4>@9%$6+WQb<08Pj%=%-HlC= zJZ)(KOx2^)GM|9`QFngXeK%Lv1{7CF6{;1XJPPg%qjRdS(C?czd)(5EF(`QD^1$$I z{HoE`-h&H>)cx(2q#KVPIh>7{lTwBseKiuYqu?@zWA{I%eqpk>WF{u2p!K!TZnDFG zi5;rFXg_GmN8M1|5H0XPQ($J`JVctSXve42e3tE0piAzgkKX0ROT}#aYDuR~W}9}r z+A4z!1{}LK7EzH@^p-!faF}T2LoeX5rY+Dm5x;}so2;`=qT5OabJ@<#Z{LT~=Nj+w zMHP^Q6+|Z>H@K*|N0EnrDUJicQMFe>=fon+`g^@A?@Xh%`IN@tIzVn=p z?~P9OUUF7)5mE4$?coWzCg|;pVG4iScr+46j9s4%ktkXSIHF8gY^wu zDgk^jst$H~%jzF=jC6d)sw63Yd23fH7AaLqQ!o_JRf+7Cp?Q<>a#SlpN_|$CjM|!b z44$E1LEb_2)1V2%Bxa+3BG!KC>;&ji(=f+iy78fitI7K4G6qT%6yh11MW$h(aU(l> z**R`8AqZC>xxg9fg;nM5Rsn{^HbNxI?OR85@;OhJB5Q#(eQ12cO0N20d#;(|I91IGfvnUTMv z?TgtqotCma>B=UZZ|qUmOdQe|pb{tF#ix>wVrG`_zj!*)YI>uEeA9w7=Hha0=^4XF zp)zLZ#(i$+BOYZcqc#7b{TDqnSJV&>SJ!8g%WNvXmV8Er(cUoeTe|!c8*ce1g}Y95 z0OWCXIZL9Nzc`Ku4o89y`X_8Q@F{tPoQ$v3ZEg373|dD*?s!(4WgDs=4aYFdUO9aP zGKEw(v5CGxMrb`XFSRKS_D~Rkli8qBwA4<+l~6 zsvVLVBgML0Sbtmd45>v|%3cKNzyl?JCz!`i&%Jzi1TI=n-&!-CGa(SHPIbMpbaA%U z+*04uREfF!=4%PhWwzj8;z9`x3p~9g12qdOJ!8c67Gq8ZU53-BJ+;>>R);{&W$kXs z!JVY_Fi)@Yro>A~<2r)LTize~#a-#|yv-q}+_f*x#kGHu9(jD*6S%-6H2sqh6D7p@ zJ>Vg_i~0A?Ah4fJqx5sz$LHpxx>Z9nE01DrY{luAExH*C-w)e(Wdtk=S#``JGV(3i z6IP98ENYR;4(J@8$>b@2wYT@k(*_IH^hR;%%rmzqRzI$zsf4ODub%K+RnD9_{XOgt z{+X}Q0)80;i*ng+WkKy@e&Z0hn4Lm1#LLN5q^1&}?K<_m8q2ISu!?q&FFm5NOuYkk zE(PMF<(03w?2C8tqWbP;NM}I+QvWQG?rW|^alY8W2%kKO)F4^Tt#%%OXhs30aB6I! zij{IfH>t{BOVB$(R~|tyu@!K#DtC+qyyvB~IbzKOiJCCG*`#>FQGNmN zJNLwq&eN4+5&IlCR6zC-ld@t!NHx zy`D{-s3|UY|F)D@#uqFQKlqpOow)PATeQu~llfBn{l+LH$e=spw7sq!zJ{q9!2Knb z2N_eT&S4BOyUUg+tBT2ZgU9{0!rP5jR?CP6_NBG;R)@7WLz?>0J;xP-XlZjFqxWmf zvq#rOIZxh$HV%>v<1W}qpsZnhW^nnzF7L4YQkdmk=BXEqx2(0b#it)hV8hy5=9Os? zP;gZc=0*nq-I*8H9On z^%-dNeV?MNyfSm&o$lCTHPS?g zdq{x=A77%?))U@F2CEEUn=vgxB29JOolh%1GyeE1Yp>VT zzzPHs8$E5Ui#`O5sU8Y(U$R@khYRw=I@`@i+!u^6gqDt#-Ho?8!Im02f?RGW9BkES zM8mu30Deg*`iIiFBL~8{7oF^-DbjO4k#ylIX?DdZMfrgosXwnKLoc{^3Y>U{I#U!n z570UbjS$Y)t~g&;Hzv7dWGvFoTNs3uh*)h6eNRQ5Hr~Gnirn3|NFYl0I;`ZYm z>4l%lAkes{F3$Aau`^qw^ciK5z5p_X0lSLR>j$(K8@QFm(rtlbB}PxI5wln?Y_iB4 zER>)iw7j;slUDCFq&M@JIas~bfw#cq^z5G6vscFlwOsasIg zwGeqW%q%^d9c4vUMeJ;3s1YO^9R^9{6EysuREW|@vZA}#7& zis;g6IH1|l>NqA?eUstuHmYXI55w1A(7hHvSx}D6l1(aNd_rPhiOrAed^@n&68iRVZrWvIky%8@qsXf^Q^ z$LsBvCmq=3v#{`s2Ca^wfujFh4v%w4$`qQ~uk1mh8HMtl3Niz3dhPq`OtgxHkKPCK;=e5RX9n??wbW-Pc<3`WWyvPXTO_oy zl%^v+mTr*uQUn2fx}1Crq;m1g-&d|+W-k>ybVQ8c?=Im0aGjRwXJkyz(CnH?Y1;_YWLe9}zK}lG_BvHaMEJhf3khx6m;N;sg73{}) z_Ds8i@d#bPN!mH-w(+Rjy#gE@+)`r@)0P+y6D=33SogsORaehdyVfN;wfW!`#DVnA znu`Fuw466npC_8@bNY?q5xJJCEUUCk1#&!vR<;8|n9nSA?PZdrP$(4GJt&cWjYg=j zC1oO?ngw32=qM05Leui@oUQbes4Dftuz~*oM)1#6X+;ANCEaqBV_XN1#M=MFEPm{dQYbs$j!M7aAG{b z9fW@IOaw~*$#+d>*z!i>3B}EbJe$dWEq{0uGXAF9)6${&^~=I-F6%x;Qu)Epd$EfX zDPo7C3t|~(lyvEmXhDfEd+S}wQS5gzcJF+zV_Vl&&O%*P+|$D0$>Xdb7_VpGgU2nW zDyhn{O{5y;|5wOaM#ZsoYj|*X2o_+_V1Yqqa3?qfcY+L>;O@-e1c%@R2^InbcL;++ zu%ID$fFww8x8ZWmJ?DP+yXRZ$_NqU%``xvxy6Q)-Uj4kuoEAR8(i4}6#A^0Vl(c6_ z5z<{2eCfQ}2yZ=lOAFvmsoSDbUVsoN~8$T2Y zEKjrXLdV!rLoGm0tfckVfS0|>rQnbn#+Nk5`I>%_i{^sl<@-yM!!VHkarlIvs6=#-=6%g z-O%zk2TB~A)nL`=$0%^jKq%{Bn96y4)*IU4}n>Yn?izFnN{WAXiVFp;{(J|%FdNqYeVR=OzDaNseI|xmP=O{Py>Uq#VfIaC!czV(siZx2hx)e7{{neu`V_ zD$&d-OSHGJGb5nV0WoYcSEVBoN0qHdu%H2V%(f8fInZA61`|3eTE-AdfQ_#CxT;P7 z7ptwFz&}wndfbwwGqOf_GDDYAz=+yeudw7aAs)Dg!=(O!*bjE1vq$EvA9heTP%ovK z#;&~o3Ec`yNlHn$1jvgx_mL49+#Xvy!rX+b_7HiJ`dPE$!Y?{AWZTe!W<9GV4B;== zM8l`9r+Z`~{mqr}o?`@OnY|$iq?}{hf=c(l5eg&(CBBDoe5K1XE(b$TBP4IjQ{x z=O8TvGU7KH;+$E|_1vTq3&?UD$RBDEiv?XbTE$km^lJDp`{F4vpG8?@E&e@Xf{SZH zGY<-b9i=(HU`pjqpY+0RZIz_PxGJ8h&O>R657IWrbfuf9^(99J2i1KY(vU8&O^p;6 zZphoW8FYrV_Uh!FzQi{h^FYjXESRu@N8>b{rBUdai-DoB(HY!lG?Ad;x2qS-9 z`J+Ki2qw-)jRJ-QKbCGA)M{!+&c*9t=Jje#vBXGPi*TXqXh^o_0dj=g6;E$DeW@SK zL}gyUzi8k~AilpO_4uXd-x;=t0rFeG(p>OO+i@Ssh4H*yk$#(U=1%9I)`o1FcbyeV zx1d3_(5%#WZ51SzkwF!nNK8K|+x(`y{j;WJu~T&;kI9%%|Akf=d@_<*Pan0G(k|%< zX|oj0uAGyuHouGp-fw)j!^ZYT^Y%qKhK}>dqVC2n!Y%jGRPA`;f>J%z62^VUu->UR za2$av`zhbnfL|Sk}VPYl6GWGW$p7fu$%u>;*%upn5TG$ z%ENc#9n#K=DY;$ z9BzHZZHuJV@DdUi6M?p9=Y2LU89u<`=ii=Vo$g_%fQ_Ks^LOj-y`0}3&tM@;Q7s5Y z0=ZQ(Pl<8{HpLCSzZi4I{-m-?e6^+RI^PhJh^?rZn@6e`eAuh-(~GauO(o_8M>$nw ziv|mu>!XPVP|!7lYha9`R)m|{-s(9~vz&cYLN#Uj!5P4j6leH~b{Nrh^oclJhI(xt zAjI1W1miv-&dkqz&p69gN9zmc^vy0QfQuXfCO zs|~TT@TG#$3Pt@$`puRO43+Y*^FW!L=cazrLQ<*Sl$pkX_Crt!TMQZic6A>GO7z@$ z5+S1YX{yWj(QFs6Qex$t%&|4=^uv1tF+m4knMo`fhnChCBPL;pzM7BpG;XSbD4-g% zP5FsRS1n#nv$rs=&s`o9);@qAf>dFk|I9|O8WJb>deE;vE`AcLSXJHA#7T6DGx2A% zX3`u)E2~KksRBsT=x!2bz0aUdV%+Bk|e$|p7)Que$@BePsprA z0j#AlX;{Pkzz*N;M@mTP5RGMP<2hVJXeDfLvyDoiYan=koMC9Dh4m6{}^w@yhLI!%^d;+tgD#4Ka)3 zYnfVuxnx3Kz&0hqj}bR{c3@3t$nc=XRp3hK zx?$bo|d0Mi3^t>)CzG-Hx5nqqx&Vu4=+0s!bg$xQoniqmDp-I2(X<@T3lb3J5(^^)2OkJuRvFs z*rPt}jbI0HpX1M~mGBqEaGaFoKwfV8eF@k;^OURkt^UmM_tbeTo#InVARjv{yO4d0ZNO2?xTd3g+SYiN1KclQevra_Vn3w|GRT$ok z%S@*@8&~65ffa66y^oP(mQp36)a&zcjRtnU6uXgFi>b8S$buI-p!=Z&>LAE0r}04q zJLv4^X0Pgz-#Hu4J&jd6d>P-?7VH+jcfgi6mGxi8tu~OA?D+b0M zYbr_Vvlap>*2PjTkxewagrsIGPN7qLHUTFa-Arp$Fx!l|0l4{o7C%~|bR9zFcZZmK z3Q#r5oA)zj`GiDO9sMI3d(E1Z(=L;KmsQDjde{<5PQwG2%rEZ*=07w%KcwV*bm_Ow zC)`O>`4hTvt!C21#L%34c53>|Av0Zo8dpgFru32_RvoQae32JBwwnMW1N6l7tAwJh z0pi+mLETW4k4aUg*`mD3v7PiOWD@ed7tGiPqYRbeFN~1eDu0}>v~z`(gLIaFc4v?|3;WUIRM=a&}Pe=BjR8v?i_K{ zz%vw%tfL_&*neB;NLRLRdrLYep{6=C?w!oYVSD(ok4&1`C{jVfa8#DhjgBxR0c^Hm zrkrDpJZ@GH9_41BO4C!3pl+(OECrPA!5J+P$@#BTq__lGT&x={Ttn;VgkM-%YApkJ zy77pISD%i;zv_pMHC6;lyNTgEMJw`NY(lNy;wPli!PZszKGGQXYe^uQ)cYN}lF}2x z(YR!^1or~fs}ebE-pc|HMsg#Tz~nb1;bu|NFh`^9(F?D1&3N=O8@y+%awpzI6ir7j zMw$0cg#qZ!TAg*>TmbQUkI_LCVXDDE)8tDDqAvh%C)*vd4u1Hr^CW`{%(0uedfd_c zUvU%EL<^1B05$XI!pf*DymC3e;mVX*A>0I8g{>8{0aWCrE%*}$ISdsA*O!)&H|4_q z{orJG#CzDUg48ftPa&m?7x+?_Qit043wZ71q_lb=TH$_$MMFcsN<=HSK zQ|Q~&j}7c)>Zh0qRfnWC*W?9jbTBPjm<kkx)Z=+u)<2rz>$$G5I~(GMSB+ zL`nkZ!NODU-s7$r<0WE-_u=v|54(cvFjI=gb2IY8cSk0B z${f*I(8gn&)R_GN08^LxhBPMuaV#zB7=y}XKJs;Bf?%mw2_amsR>;-2+YA~wtp=t0 z5HolDDJF~D^o31+NUUwVumu#;_?ttVF@KzmmN7}FHZ~fKPruZQY778WeHX4~G_Rer z*?F4h7h1m>!9U}~^YGt_BmGCw3RqE~*bpIn!_u23sFHx(;6uC8ZOo}HvuhW7#kH&m zJbXLJ2<@07txXc}*28NHlm zT*O&%7T|{3n=oP$XH(yV0hHSS4kvJ>Q9IfA#J;^3D=*M0(|XrEc=^e+E2gPL+9DJK1!oG#ro#pX9^;>nt};$V`;Pj1x@TZ2Ot zU+94kto-NgVSTk$gOa%(b{QS}tK9&x?VJeNfOfhbU~e@>Zd|z>ehpGkeE5Bw8H5J? z;S1?SK!DEN8;_@stcjH|J^R}4GEc;_fTQh>#MU1a@8o%Dv(ZJLKu-OQ-l zO2`a&#H+;oL|RsSJn?(1%6qdxhS^P`bV+q7%qF_wV|`g7KR_9!n~&~hd!{su?@5xw zbbxM0ZTegZH>(9oO4@f%csB&q&{#koRTLeNB?;FPYt9EO^(|t9K&k$H*?VvUgJV*v zWR@4SziLqyxP_Mjj!_Zg=PIuZm_EfW8f|R|dLF>7%)YREzBTApJN*>G-2_U!`PTR7 z9;6OB{E_6=yX#rcl|7B0hT!`oVl)g9IERXir zLA)Wr2dYM}Hr|N3&l;@tQ2@59euYcPqfmgi|9yN3zKW(8RXM;#1{ttZnb;led! z!F0+rOCLaNqWp{v+p4T-j!eocPtg+qH_vccEd>{u-KB9eY8=l#d4BySsN0VPx27Dp zx;t%aCL8h=A9KRe?T-6G{Ntxb^?8r)J1)7rYY`eujYJU8Udc0}Y&1I)FIi)2K#lXf zdmg?_;0A^X3>0X6bY0HYFOXPhLm{9D8u->)8#&iMw2-p>{keSpEG2kgV~~F&@OOdT z;}i|ZdZ7U}h4|w>$S=cs4IfLK4Ca0r1)?UNIMh@L$2G3Z#{le#M|tTm@B2lzv{~&C z>yMS#%wF4!vjsLdqbyIkiX7ByJHlG`@n4`WvjCt@izs?o#j^u;(hEP^V{Wd`>3di6 z;R3W+{ls@I5c90Z-mn8&)Q-z;X<6COdgba|4+T6ox89YBZf`c6o@&N6#ZEi~b)i3QyU*7}%UvT*w{ggOg_ zDh7V;vQd;OR{r-N!4wwiF2i-Gf*))83UK3CKPuT0^NsMG5b2D{Pc}o+ z4FXE4;&;5%I*fc;+37AQ$Jgp7&PIglekEX#oZ|~W5=RJ!YQh3Y9zus=Y>x)Vk&*Ob z@F7g=E*xp403vNCqoUBH6|-C{u&E3qUtEBb*J~&!Nwd8N=)Zs0+gkgKKPHfbV_ib4 zo7o9R(KuE&luVVK+)jP%-;DCx-BnSR)Y%zzoa+YJuUFsyGp(#UxlKa@U*IXCG@WHR z-VRWO3a0ILs9SM~UBK=`UYn$hWVX;1tY3-sHW~?S2=@Ed&td5(UTdThQ&}SHF!kG# zWE2(~ckL`zq096cPpE%El-&HFMaPed0`))RsIGpaB}S2qZh5_sWlZL2+P&jBFr;cL z(&u#In$u`chB9QXBvDLJQZ@#iMVR+(IeV?MF{f9s zr;vvMt}`L#c0+$Z@L=eJTNg=LJ=!>Slq|X*AtUMC^bazNJJh;Tu>&-#TbMzx`L5og z|6tk^GF$xJBmRY*z=3vB+%Pb&xa+tDmhLm8Hp4bwY|P}(5{v0CWh2Zcq^hA|a$A{| zPTHE`de02jHZxJ_p4+wY_z2-tC*h0}Mk?ORyIgLH=PSR=cl%+a3wC|%{+M{PM-=JV z`g{0u3BZ6>x#FwL;RV{>5?S$TGMw7{`<$P2ikCL?iA*D7nj)Q;CdC@wi*C5h&^}*K zmAvySLG1h7BbhReF*Q|kitQt>!z?>LV^J%*f{+k}No3XZ;a=3m)Qt`}si#w57WdR2 z6~}|v+9ZB=sDJM$_c%P@ZN_vPe5tZYxcdzbEUq`*F<%eg)O3B&WUXdOc0-TZaEDE# zo?cLfQF*BUT=z~(4(+$QbzH@76DPdqX9Z-4@jbnHTbs&KnWpzFq&3rca?!Q<_PSWg z6I|BcXN@jg$q)50!}W_tOv8Cd36?sgeC(u`HRA_h9pW;G*L|=Uj6r%KQIxD)PRm3+`=}5A# z0>@8^w-@0VA@BlZ$z#Jtt~d$g)x^b9d8wt9lRMPHkj~X#dMqADE(PsXt|0omG8I2# z@sle9{JX+AmkFd!V--Ibv4t9(I3xalnggBihkn*2LWc6A@R`cccV_zoMj~utSsa z$6?LutMd1n7uE7U&?D}J8q7(={qEd-MBG8O|HJ}A*-tFG+bQ(JqRTSENVP|Gh6;CT zjC|)FaU{bNYO)}yY5b8Sk}(Sog+Q`fxn+ix>tsAv)dIB}BHml?kc=$CkihG`sQc;I z&K1hRJASWkx446E&{~deS3jJX>)owH95nsV;Ti9JWIA-hbqlUvt7|j=ByoA6_rh-h zdF2j1rA)c>Ze36uZ=dO+JPt#J%iIN^=;l~aGs#gM+aaV9gV}1R?z33k3c?+zm@UXG z>e#R6J~Mo{zwv=Vi!Ao;L?bMYf-5c;>!l2?pGW>qOubf@LF(ZIPq#66A}j2MLze3k z-S0H-0+>U{2%=H%2l4`UklPm_<<)l~#_9P!w-IqtpRks+FJnK1-E5VbPhMEu9j=+H zW>>o=oGi{iy)$2ab1_(Z&wg;fn{yoO7u=~pkaKDvIo4B>7joT!EW5Z_jqkkE+zNQr zRZRoJ?xMJA%Rl%!VHPSSdF4@ZFE@5gQyC(_X0CF0R!^*))+dku~vs@h`%te zwv;I8BD(D2IPLUWE#3yV>>j>SLlQ;Ze?6gZ3R!MFP&hEa*g|O$KMmpjRpzzai5#?g z;!56ey{nyH7BZ8us<^=`cIAZr#`Q+qpk8?DJ~#l2@&)qvI;|(Bi;O&W>NF$hO8iE$ z&wS(1FZ*6){c^S2i3;d*UuBIPe7oM9qG~eQwL|BsQR;%Rn)pfeu2V;<;RZ`<)&I;4 zr2$NLL!xxs%z50|M^vr6ZXSGc-SeqBR``~`^l&lY3OUU%GSP2ZCe`pGhv{~b;+DJA zrGjdS=th;`ydVVWbR%+A`MK+kX4cHKWO%}&1{r`w*03`{aEWEV&wD-3s+yb7dE0A|BCtj*LyTMRjSVa z0A&8{slq2H$Pf9Ow&eR8w`8|+bb-FIv3|i`WOU`?Kf1_o+* zS-N}r10P&Z{7EP*T1N?Itf6$xmF4kVq z2N!p~zZ_uX9?aYSD9!iBv>pV1_8nZD<^S+Rd2oFBGpO!j{YM}7ul~QVPhWQ%TU-#3 zPZ$^UKNk=J1`B|Jw!r_6@jv**JdFLv1$6!^1`^>Hc_2prJq7^@{Zq#$_^>Pgt^xOotORXEpu$i|-2Y$l-@LGg X=fko7bJO_+`2_fISy`VwSHS%*_=>mF literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-10.pdf b/ios/adblockfast/blocked-10.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d52e9e822ccb8ac6f69144cf5b4b405f57d3142d GIT binary patch literal 21229 zcmaf)Q+OxeviD=#&M&r|iEU48+qP}nwr$(C?PS79=AHlEXTRq>&$&1^y;fJPRaNVz zpHF?en@mAOjE;$(1%_<+?wbKcoc>WzzDE2w1nZ|0Wipz*qS+;1K9tXlmHB3 z7S_%tj(|p#;tLFZA2r>2eLY+^+wW~Jr+prMeLg*XzcU#Ad~a=e%Dber z-43dmIbO^ap5Yc|&+4ymUmP>-t%_~d5U*EYfV-3_VFV_q>O6gUYGGR-tf8?xI8TwC z@Z@ouW%f+BZ8%S1Y59h9S zjN@)u;H4^0DGN&b(414v;bYe1stOpem#L;qbGhwoutH?&)ycyYnU65oMt9p>2F=%Y~`MS)?9JYVM#TiVI6T61w zlIv=?Bp36P>3XowNUrLGJGvdC%;;`wK{X%=EB)~7>@K0T?)4$Qn;l8b=~Y|gT65pN zxOW3h!w&M5KKK^{JetG6$X1k$x^-26DO9B7Xg$fwdo|Kwhk8t zAt;uo0TNqBCp1|*K5!hUm?k(nvt@#lB?4Yx&?#Fnc4pwO~nTM#oHuGjYVJ2_!)Focg5q*g}zHKi`Gmi@io%u zE>ZzsttUK1b@a&8AS=JOG?3e zIqGRbQCxn?k7Imf>(U@;by0;OB!N0^)V&nL<+zZO-YNs*z`~^P;94u3HA1k^+EUW} zF%Pj*`2D20L#{6cV8J<@^gzHtj_73SZqKJ113EU0{IUJn(Emg2> zlzAMcLjtCP8H5;v;vtOhZ8l9a7)bsK!7qoAL)DfkG>XbI0R0$(3WV5#0n*A(m8w!N zMZdyBdPPyaIpBB|4T<+Tdj0)9POX6rZBB0lP z=QujL#huO248QLFxg;d^01}6tq!Y~IaaJ|jep12>TL?^ju$%UTw`@>x`|5J++)|V; z_XNdRl%zMICENzQrE3cQqkqe_Z zCKRE93hV)>9`?xVF!$7q`Dph_LNY@JDn08FLm;VqqAvyL_l7`@M6bA3xZmIP@qs^~ zweJJi+Rs8FkreeMjuoNm<-s!nV#s%T)dyd>!aL!aHTtNb#3)xh;JBK`<-eyYkH|5M zkVRvVe1!UEP}tw&^18sW2N)mjM2|s;FYD8l>aB`Fpg3Ag3kK&vt4YRpr^(^ELbNPZ z*%Aau3g?x}#Z9?NWlcaL*Nw0{Z41?>itZUtAaB->Q3c12VoE?Yhy8~1mlL|mgeVlT zUO36ekmS%jr-2^vB`pU0%nIWKtUjp&mOp=gpc5hXNO=(j?xDmsoFCh92O$>nVK>&q37i~Df>_As7ql59u;1Pu}9 z6i+3)vgIx_&-xy0oG5`Slc3Q%frqlJXtGthBoVDsu8x=o3mSX&5t;9xHzkJ`}uK%J^{j>~@nW356P*(Rde_ zq-g+{S9zw(w0?h`xN_pzfd@yzUiD8AbaA#Q*c3Ivl)XQB{<4Mw=ddm?Cs1g~p!(hf zdq<&>S~KVwv09X}o>0gehd9Li1mPfuwg*C)p!B1{ePv+b0Z;;?t;JxI9!v#Zc88OO zS*UvUFdRge$p&))at@3dHuC3Dr?O6PEeNeFobw~H+LI_LFm)hX;LXa6BxFdmh8hDM zDRn?St%NDf4R+oz^E68fz;uJ3X26(4i9I;@13s{jTSQWd7@{+C`8chhs@)nV<%#;< zWDgHr41=aS_G1l5>FXjFq~a2MI(`hqwnew$f(7`L5&q*1!<8^6pun{qH%W!9`_;zQ zsibHgSQ-p0O9_E43};MNz^`7&9(Jk1KvKcv>8ZS6qYcIffxejbQ1cIx>JIXeB5wzj z%}Hbg`@+4rc3?l!Vh|so^y0GIZ=ux}MLaRGOLHOQM0->i7>I1Xa^ha_2qutBNb0zvfC1~I6Sk3hhZskvfXrxCe?P|KQ?j?fOaldiaNLwEVEOoFd2=p4XNfUjZv11X8*@Vv&=nz;41x^6x| zjP-uKTO+_#HC-wP+^1RuD@kGtJiVA^$8{UMr&wp!TZ~aPOl=>$mpfLF6P#D}7)upi zHtY|%D1T-04%bq`ITD?;;M=+gYli6{gEH+}{HP&KJC_eof;=5rw9TIF_rY(tn1^@K z!%w>SGd~e#KF26FG-{`?L3uQwJ|5B^#-Lyxq`<-BnbGgp!<=&H=|a{A{y+? ztV`@vY|evTr3}A%L4ox-9`Rdc)C?LVEh2&Br%@oeP=?>1yFj{S^%h@AoQY z1(yyJ8jytVJwEM)yoGlaCpCrm>H1=PGqX+B!+%DgDknD)<%tfXdg1pe#2_KXBDD9z zWWJVv3Cw!0Bd*_Pi0|@&Z96Sjkp8~yUI9O@d=N#^igh+(#nP)I87=>iGiBxGiL?xf zrM>7DI&_xifnSu319b0BNf%Wjb8AbOhER%;W8hM{w4a;f`(T>r#Urgi;WujqyQ)A! z7l9}t1t1pyy$VWD>7c}RMSN+1kF-(xK-n9)hdzw-Oc1dh|5-G(Wwu|2NN6JIu7qU- z3s<@?O%_n0Bpq)}tQWUhQjplGfUF)!ka-C_6g8#+I^B25kEILCvd)~B^G3of)}Bqa zF03AXo~Hiwn15s*O}C7*r5=T2@W-7n27<+1B^FpR3eXb8D|r)X#I znYc6-QI!b97@{fc1}9cwPS;Wwt+>Fa$2q?VZVE6n(t_lZ|jn2@DU|ErXO${KPi(d&`1K( z0J&ZS5XAU1-UQCLA`wx&^kL4adRXMBvl1fH*<02er;s;bs>aus&;J|(o@XAP5Zc3f zJ?edaFzw8y97gH@Vjh+qC3=K8U<#bD7n-ucRzhK&{?{SgcR2cTm-+$uWXXiw#`Ji< ziw3I(E>Iya(wmXU@d$nzHBKpJ>~?A7_Bi_xS|+K!eNmQM`d92IHRR+Cc8^|_2%%V< z9!NeEmNdtL{-qli*JcCcTNxbC%s1Zy^8QaeK&aMCAqGyTTwbZ$sxgmO?0! zLgzRkH`2BM>ahCuEQ_sB^F-c$5=c!6>nAL7ZS?>NvH&rX#0e+HuX3yfc;d*~!14A% zb#!6~_vWx=>7a2chZcrK)6w|iB_|18FSR#F9}JklLYWaH2~%y_>W`;5UAM#|^2b@* zVR|*EjS!Y3#I)HT3{6q%_1K&}ykthgQM~FZ0og`mr3Qm{tu{O?5Cw(%ojWT1fUIgs zN=vJ;J5o5d5M8gIK+`gA`%2eAoM5qNm_*$EWqc+tcR1NscAB#^f%!ko49g`KOqJWW zG?Ik}#vKzH1@T10!f`JG)kyacj0)N8A7fnIe-6I#iUpSK#_vm-+DEUOP>Ue*Q?yf& zKY?&1HNJ%ivClTB9MQMF^Bxsz8UHRA@G8%PfM4BLLyjAvP~e*KW5vi(a5%KY5b(L> zeUS?v90IB%CA35rJ^02UIx`kB{6qT+cTz5aK_e27g|H<^nGaq&g+eaq?MpceVs9-- z9L0!~6X0eki-nNViCo*i9chlx#Z_B|(H#wTqmyU*gmFLcY3%_hD!{%gy^GM2U<0z-_r3S3^l7x!DxJsyv#BLxD*-W>8}6b|Wr zObkG?ilB@QcEZNP;P@VdoIEZ0NcNCB5k#o@0VvDeUlDQa4kYycIwWJRay^u5ccpOW z8RERf@-J0+CdYIq7ptA_4{nhz&rW8@uH8*!9J^Dn-V;@Q(~$CC<@|oRAi?_M$r(9) zgm9?b4bD6+$&U(qNW37jg>Lyp`+=xv;$DBPw5L@OdixL=NMz5y~m)bMA>Wx*)OAC^~R(<13(?B z`_-3rKgPfD>M&*ism{y7pzyO(`R@UV#|8<&w-_N%*hK^&q1Jbea%1;xfA$gU@2MGtn6F>HWn6oE)EtQ7zRN{=YM%wIO$n9m^c6|?DTA`jLZObW)6CGE;az$-;srb zQ|BMa=f5iZC)0nVA_Ye~BV`k3fY#sgM8p6(00v<@Ydc3}djlgAz&~1&uoDx2^IxU# z@c|e_-JQjio&V}c|MH3d^>O{zp9+5VG~LBzz>!pKBPT3j3Lv4uUk)z~W)VMxto2L4k&A(2qz8qXUW}q9;4i zR?v4fY)`wHUt=138)t268)kPtYn?y}zXQProz;Q;Sqs$BZm$NkQBbFbUqP^tfDzPz z`wvV_!NlK0K$d^^@MdI`ON=(X+|v6ScWu%3DUds@{_#s7<`5=@0D=)+VdwEB$2X8r><`J6(<9LmIuQ2wPW6%1!nxO{+=!H}>3%{v1 zhbi(Fu{H+2Yy)W6p+}yIaX-qE_y&dAzTXWl91zeygj z^o$_1`tW%EEcT$g0H9!h2_(=|PG|&;@hpWK7qCw-ayrP80sJ~ptN%v*4?HOG!Kr-_ zcl2yX%>JzdsdfxLgtkG<1KfKc+7P|LBq)J#D9{Blbtv2i5utc>Qeb2vs|4a=kP6Yv zc!Xlyju?pqhhtEPumXd0ER0d?qcDx=14C7VRYNJpm2{(YRT<1vc2gvlfcL->!(RtQfjsRsA@9t@^YE&~=0BA9x63{n&?i_P*^{+RV0WwP0?s)pEg!EQ-Ba=9cl$xu>EB~q%4<^UB*OJW^zUh*EIqzP_gaYrl- z0bTi8(ma438Db*8LNX;en!FUAsL+NSmsE#dnSAnEnp>J4eIA7#k)PCe>F;(B#Q}i<<$$7k)dI1D=0V;N zNzu&06vJ@COv4DnphLD1MY8V1fW$Tw`3ixH`bDx5A{?Qm5|739X4z)$O_NPVd~uHA z&!wb`k!Qm5o@ZziG83&6$`ia3oRg+WC5S;r{WlgR?2_oD=&tCvC)U%Bxudx)_BspQ zKiyO*@6@)`-YLW>rYXQFag{PZ?N-oMaw=^q<(C;P$t?{mH!MF_=&NGp%I4g1=W_H| z{~Z4gyR7ew@NECE{55pRdzpljiPMXNjq?*Hjdhd_JJU9EBJ(8kjCHKpTobkhO!GwZ ztVNeGCF6El#gwcmimRZe_NI((fvbu6Yj5>eQT^wTi84tgwDtL!(-3HJ@vUXWYBU zBkP?8mN!a0DhFc+Lyz``R+;XKmQaIA16${{9OgadG98xVg2O>Oo?`;NF@3b2yM4j(&#jar&8v@T*|nH6 z*I}FCops)gul7$GL}|nX@u;!nvZOPdIauBBv^uo}wYs*%SHnBYyD~m*z6ib;KGa^< z-YOr4H-j&bFV~Nqr?vaDkF`&EFix;)=yRB2FflMyNIqC*XcTZ4u%Q9qfv!M8hDAM6 z?PUxQq2I!;Aw1A*a60H8PFVD`tkvY#9_>Hfecj!_=nO?ggonE%;>H)p#iL>{q%qvY zCd5ZXSHxvSy+qSQrPI`DHJXmaqBWxdrMwt~xaeM_u8tM2i#yU`N7siiN4NAW+Nn*~ zn~p6f6;pGy@p=Oq4%7s=g!p?%eqHny)=HvF9)ZXUw(Pq!>OBS=S0u+L7g4cPEL6-`1UJ7mFA0$uMAp;j zu<%m!FbuI4F$#B1TCCjuL@g9pNRXj)(lG5xkNuYUB@s=UMHZw1+hp0eYbI`zH>o&{ zeENKxd2Bm{Kk+p2>C0xy=H_D7>-rt~dw}iM3ZW)swN`tpL(WZSp!48Y?^T=)z(!)@ zeoAaA#sqiIHgb1aF<-I1SKqwp?sQbBLrC$Uhi+C2!Ft3R-TG$7w5i5&D~(up;g{jm zVdSAa*>>X9o`#Rw`_A-B@J&z2OUb9(zAKd5_RdA;lX`}shVI6E?Y>UU$@F94V_TQn zb+4*{mV-W`MVxV5Gjn-kk5rwd_)6Jj@nrx`T;^%drB~Zc&gR(GTHl_H-x6>P=m;bq z0UBPn-}tM7RgIv{h{5(j_0Zf^;bmu^nV+7Y$c@B9!kl=Bc*)pcoXg6O=s@!UV9h*OF8(n_;mbPf4rZgUotYACe5Vh5@yk}v$*oyd>@5ILmr|cFvGaj zocTJNj~8=l>uYzX0@CVqA37W>wt7B)|4gegtL4)9;gjRja})X%vr5pFo2qy1YjM$X zXVY_G-}IGwR1@0^?sN8`^U1LL(&=*&`zHq%Gz#M5mcG~PkM1__h0pHS0%QfEF8{PA z=a>1H(e+Uw1&lm(ZY6)s*UHE)(rK6BOs_)jr~d`>Ow0fd zF6MtRx69v_fC<1LZDH*6m&O0-9sb7qpP0=2zhVj-I2%~onf(*h*}(Yk4d9PqE>Cf8cJ-R!>(>Ue-S4(w(fzg{u$OkDAql`_<;H zbyg)&y_wWhnf~tnz9JOd4xKQ&e;qS=Bkb$WlsW19KB)X)7;}~ICGsQl75#oV>GOR* zN%KQ+_}JK=)9VWQ^L0hI!RnG{@b>Qg{W0uk69yUGNDE7X6>X3w5G8-KDl_m=f&J%G z_81qR54(uyuC&|6_dOps_=e~2&OdK&^LG4tV;XLKKIPbcJ~8iW0{5$n*q!`m6b#vte=E`+egD0+k%Ij1f_P{?wE~a80)-9>t(}LO_L78HPx&LLhWmF0iZYhzH-}t-tSUA z|Fmz3o83DdAux*Adwb9e%hYlXc=DbqaUPT2KRW!tZ~wfwZ_h)FQ{vp_d4KbU3L6tX z=y-ATZcW1!{O+&ddHwz7cElyb?=YRhU%vWo-z0a%g0{+pqDKC8v-dXYjMU!*IZhk86mplB^gHfm7tC%Oc^acyniSuz1|*YU0Mh-|;YXmEz9>+E7*Wh<`gh8{cOTHNN> zYVxwnTI1Vo6h_>1B57Nt_cVboc~Hrf>~JpYry~|S$f`U;;Q5M>_ZpX4Ku~RiRzqx@ ziH?H2(RqAS7_RyDu*jjSGj*Xtq@H{RW_X8+o}=MXBnEeCv4xt>;mUWEJ|R1ED(i8{ zIlbJDqQ~0n6DQd6A`Tu!z=ibh1BmsL)0|j;qQSV98M)sF?#wHn7v3DrGM;Z&L;N-j zfi{$UbCu>urLH_%js$dNI;Zg83E-zbPL6S^v5?vvEh2opt8cn|gmqL?A$}N-?a^~? z*%x)6PF~Iofl$SF8P=&umOGL=<%V+&UGuy}5m7iPdSf>G&cc-WPT^l=7kyAd-ef=I zL{EKpW)zQ!ICveCo00?5}gqFPg5t-mXONU+1`C z>pJbZqB`kwPiTC3!h36?AvyfUTMZ|hN&0=b(d>- zZC;9a@(>&cB$6W9Ak zJc74^UvR%T>+Ay8!GHhi`)s+V8e&U3(%RZ)>K?ph_i{C3g+W$InKlu+e!vcs5US^z zIMZTMpqgU*?JJ?aw(hKmG zcG1d9JIfWAwV58u*DzVKn)J9ql3r(uW64olDWi)H1B1G!Js3#P zc*fM8!+W6Un|bqI`>&r#zV!!%!SlMc@?|C6F-&eX8Z1o(V0?^1hl@sZtmjtpQ>bbW z0_`Ja3h$w#!Cxlx$gV_@&ZktukK_=PWVvW&pjXX&TC_b?F`ElKl+H!FAoiy8jjQ1qV%JBZzgiNNMM-Q_;e{6U}PF7u7sYc zF=6y3dcUg@(Nn}!8g8*EUW1nelBU-_tNC@MMrBsVC>(#a9e?4%pHdoi-KgxarYulq z+V&YBdck!}@%KUDDWE*QlyE{|BOCHZ&gk1V#8)eupUvZNT6s_QRMb9{_Re$H-nrq6 z#RGP5DT(%|6HXb-;5B4lqG~hl5aljCW`Zqq#btg4_p8_5QL<-!`&pC(_j zAC%VP&_Oh)urrbmU!p&$v{)-Eo`s$~OK@AIx@c~DpW)?%1EU1VE!i!PBm5vo7!~GhqV4E48L#W!k&9MLAmglf0wg6)ICo)qU%yTa>-H55Srecs;i7I@Juqi z)Kcn?4bgL(7BBcA$7kQ&`0{iRY+S%3(8?;%4wqB-+j|p0pl%kem{w+&1E>nQH?|5o zFzu7_b!DYwh1ZBq}rVF;{cdG%11#0+!rGHJ4+ zYq-1?KqKmf^}1(dR4f`?7&)x;D?j-rO_h{3lCW~+9nomyU-G<+4GI~vyNhD4(aC$g z+RQ@UoOo<^j&Q^nNqT6|DScaZ#9y#Win(s}OomdjyflVOGssf?AvCnzG5+B>&7z3FC>9zqFpd=!c35)a8kepTVOv;& z4C<{!{ruZo)*}Q4nE)2Ym%tWDs-tt3&|O0DX06F7U8f5>JCk zQFF?;Zf%C3Y?-Izt5@M6N`J>-u?PvA7Z2Y7{lO}p+EX`kK8cPh0h>F}Kf*)9Ip^T^ z%5lKw*MM<6XfO0y*9eT+QT5c;b?4U`ak=L)Iqiri-+XbNS=EH-Z)2_ybkf)rLUPYN zZ%nDw#(MqR_M{O~`N<<57pKqWsA-MaUblpjr~TMh%z=38-_fetrpcObclER3=jrY`4ndr7LuLeqc-=MCp_0hL0uAO|fus zz$1nz3GOw}P4`t?{e9`4XPzWP%0j8QTRV=Cc{uIK1Zeo_G3;^LM=CYr-qt!mDVoy_rpu zdE=dH%f0gcc?;eAk!3Lw#I8n3mHP8(A`Z^&fdcnWBw0-LX#0>VUFFp7=$rajpGf42 zsF2RR{?c$%2G`044J7fq_FaZ7gbsI6y9SE=adO#(7YTfvCX_SXYHlB@QH-EW%mEeL z$Y0|I7vMtvQxP$;&2ekEBP>jG;zoFkl+{aJ!6^|3G-)iwH@r{j(YS?eapAP--Mo?Y zO|a)Vp2)P@!6_DG^MVQ_Q7XrDU{yu;0U6_hB6Ip~T9~#XzESH1!itSqQ*v^ISeYF? z&WIWy!|fy1P1bW1)Mn6 z)>^BlGrOwYCrMRyK=A_*shca491O^@gYkC@DNrRTwhJGCi3%k25_7Ac^XfPC97$Np z;N@adLG|{cZ_HV|caZjAQgA)@q?;dM(!oRz#~(#?Cjp1VMNh)WUj~5I*zys>m*Yp6{TXll78bHn2>8k(6vOJP4FSA@o1G|jUIne zWmuDOaSzkNN1(a*9%;8cYg=XaYLn@PH!f9BiALKdU1DI-X?7o-NEo~QG36lxHEY>Q zcFn0O2z0ep{gS&~F|`$NmR3)C-pN@Mq#%L8P-BL`WzM_jN9zIT^= z7yNZFYr1Y)a>ecvAU{T+551f7o)0b&V4 zKH^rI2E>C-U>~YlOZm=?L9xu{g3^gHoO*5XhdMM0!RK?kyRoo_nf_4T;jvMVH%uZZ zc_H+6Z_xr=2(RlV@HwzyI?Ls5*!<#h2HR<7|NQAV5TwDAf~a}wg(Ae6#i@sAMBYi>`8MGo#rRX+v&UyBS=j-B07|Y({v)8%1OPKD9+oY2vUr8gE57 zWZ4V~8so8Ye2_UhwGSka9H)TQH~fVz6;}S3jVPDsn;1Mv+iDNq64F-XYl6#?4G{#V z-643R@*=0_kV0ynE&8G^yUXn$${ctBoy1_tihCTQ-T5sD83$QVwCn6$0`v^cMUQ9Sxk7}$M^aX zz7$FM7~TtB7@Y%y6HcU!d?hJSEYis;CMHB~5s}3nJH(zYW{c!P#hW+ap9Xf*2S0)r zMtF6#aJQA<>|^NH(+wy}(^SW474aWJKA$edX9`T}kqVolemsp$K%53-3@M+4_Q?iz3xEKgzFIUef+Y>N}#3Rfa zk%?+%y-yM@KiwX3@m!mZKxe7w)cDjQq?RI;XN(`J>gW?GDklVDcsR;64`pUIB|K(qP;%VX0 zZik!x3c0#g1nOlRaQ2H-VsUfoI2q{zEMZs$)>>y6WKsEit8_iccG1mCl~FGdLynOk zNtBR+h9-EY(K96?yUM5&Q!^lNY3&PzsfeKpSn{L=)MWMn>w1sdO3{ z?y?=X5jj1T^hPn)NH&L1j8xx@Dt-JT4Zj;cUO5Ir6)90wVDfmKpU$zsI6QK+obS#eV*da)9I`Vq`Fu4Gr?dgf&feVn=gX(^Exd-;Ly zK@ZVx=BOVhwFf5H{|KjDvdUA)o=&?R^#w;d=qs-wyf1Zq>t??Gl$!RuRkSvDY!D{V zyXxYFo|3*eW9-yPM;ccN`92RHq_7D1p|0lYO*xy$Tu*UU(DTcHFH>S%NpVfMrbR!I zb0yMu4>;RU83qH0lZ;xGOO$UvnU$&v;n9KFiJMc7Cqx_IvR#9f4-(SYr*pV)7nzG! z;DVAuK9?R8C4Hc?mNnX==dZh$e>v+}ueHfNywmjjj)oqw!DzRuUgM9GAkC$*{_{h- zuSl^kJ%@(M&UDUk7y&DK0dx=TdNi%pYLHjD5k0qjg-a!yWmD9fNXylQuT~$GxYCzyZHKHkcO29~E zt%!)mJXZDIlFt!(vvhw+eTF#zq6B-MfFKFYCBQAf-!4=IQy^;?ccPJzgzO+doZ5 zNRxd#ZGw8`jrJk_Sz;&|MX^duNz|JN2p5XlDm~lE)XPZEA)L>F5;k!sA|Nh3M^)GC zzBuR_v~^Filxxab!U-x&-=!86e|eDD>#15QL%I+365p6;z7jNWrWg8_X7mjWWqmG8 z4oUZWQDbg}gzhVAa*%El{OytTVkx4hP{7J0;}`4fSfI<`OS*=Ln%$OZMV%~>vew|O zDh3eY?FF+lEtHRDjgJet?6oN~R~Hu112Xb4mouW}O$BX5-*(ayU}W47_$G!Zej*>^ zSL|P5#OAO`267@LU4qEUQJ$YBkn34%=Ob1?LQPWn>+HgTMIcxbL{8w>*Rl)^Bwf3j zeGXkC4%y)3O^yD+*~2AkXYX(?r{-uSdf_-}t+u&UuvJ%N{%44RtEXZyx^eu`q1*=v8^LVFR zIg7K^IIa0=Fwl6*WBZ_5=W(DZifE-kfX=Hfm`6xHUY>>RvVV(2VR9-A34{u<;SYZQ zc~J45K}JK^dEF4rq`2HUNPqWM8s4%Nz*`yCeOaRs?~h&|Yh#={h&a&k*dX;uyAi1k z1?Cxzk@V)V^o$TH+1~yES!_5|nmb2DG()P@23|&msszWILmfdIG+X7{kR3gGP+ z<12N@efIT3)%5`l!+ld8#K4=RXv?;KO$tk4qnhy=!jHvz5V5UIpSg0XddCu}dI5$3@7y_%h8H?DA=^m#b8coJNeL1{KPk}mnj_QT7)+iT|%H84^d85&x z)vMa8XIlb1tGF95(t=?Hz?b*g21PSsC=h?nE3l9a4bE@_wJjCGI<*5*ODvvlcAKqM zlEHVnZ1xZzo~B>MeK*S;e>~;h0_FK(qD^_m&39v}#YJ=F+ER~$rf;uFOf=dG2(JK? zF;=ipc&*5s{|UP~eY*1eewe~dh!8nVV?EKeXNMtX2a(`7p8%;zH@;jN&j8_+BRP6Z z3l4`Ux-$txz79_?BhF+mh{1e6^Nr+~Yqg$1S%!1~EgLf4^;f9CoFaE{I(yEZ)tkz? zCTDh(7WG#4K3{t|lY|SYRlM9HZhg`0GsWs3Q)Vn)fwBWQoi7wI$21?=jQU&Dqa#pR zSI6eRUr}p&`>RE@8z(>1faZ=h-4!EHCVN>{dfS6#usYV9HFat6atoGUpR_$Y{+j#v zkvE7>l3(P#3PiNLUfN{5h@XA0FqS)^xcy^4XoVBV?p{Y!qcKaJPhLPH%@fuebYYdI z4FT*((5xqRw;i6HRZ*TpA^`i@y0?+&`vNBdxx0ZOUj{nyV?0L@YM7qG+)@6^6wJm# zBEx3}eZWD`C8ib$dz`vD?Dk$H5otu*dUv?08v|)ZkS&>=Dz~?khYV=JVbISy~MRAB`}ZQUVs?UFjMHA-%BhW^|fAyC0DGZa+g6 zw!1CE5Su}L3h>E4;cwh)4j_*U?BCq5ya7B&66+qSV6pIvc;f?e%CWFnP7WO>Fy(DT z8Dw<0<4&Ve!5zvl=s}2n?PCmq)%X4pDZBnrUeC$|q-t=*1nU@J1NL&)?E%8>BM9Y< z0nXu4`_PQ#o-8WOt9z0OBOdK0^pwVL>Cd`D#}JXcx0&9N>fM>zIB@dD3rn)rr)VpP z^{K~)@M!kV%QLKH)SGZd!#5beums!8pL~DGfq?=xM344*WvTh{v^v`m)$!Et7oH#- zm93#w(7;n0Lj>7o_HW0Fu?2n+zzl=+J2j=eGLqTRHd#rnFgrS$gk8O;>Xk+7!&S=K ztd|}{kDM*r3lz)wMJ@Y*9r?b}LZT~M_J^1(5j+OS|9r*Iq??fav6-=ZX8Swafpxu8 zqHnCDhLF}>VWrlB8Tp)p#TP89m$%!nf*gthu~;G&h)OYo0zuE-)Peo7h01k3c$pp) z-+LJ}U;J6aG~;LKXeo|HeDSS8eb5|wFG92a80y# zJM9>OI1EGrEeMFH9jCvqhe6Hef@4JGnuyy-ub>j>4h%2VC0OvRpdFDl77p;VAE~40 zuS6MgikS*NzI^!tcpPW*!G1gwg1lEjee38-j!wM4qTD@b8>*1X^rw@ePY;s;{-s1b z?t{^`o@Gb~&Au$iCOp+kfLFvhF*ZsdNVHDq_Y0T5zwGI^b#TokpfsT&YMA zOBm_HUKpSLTKYYp z5dNg57Y13;QYV3-wsTv6ID?O8KZ6klV|PN1O7zAJB$^VCWXkT+5XAa5AGgp97J#pl zS8cRr7qf$Xcmg9e)M;?r=~aMXD4uDCVa{L-{R}Fh1T{L+F~aFD&}m;JnWX_xQ_ShK zzjdJ4MR>#49|f0q?yb=!7@+3zY)fJiGN^C=Hm2mFq^4en{474M7?$4~OBb;SN(8nZ zJYmasYKsiQWg@9*&3mr?&U~h5)`3K5-EE_fyMh2>6BlcC!nQP~rbAkXa9Gzwy!gr) z5;t~dFm&Xu(-BSFrM-GnsdI8?KjIjikfzE7U5f%IKK}$dO)EQF+*jVz4WT3kGrmM2 z*R=GJQ|Qy3-FqI1+iqq3&;_c$Y?-?4PmDw%M=&74a%_itSe=qeK}MWepr6;6PxIUj zY$!N{a1h60S;JLh69_g1mRtzMpn=TK;$_{p1DNLu9D4Ud;TM|3Gy0O^c?b<7qvd8Y zcdX}@Vpa)?BsfU<^B+JT#|eAEx9P|rd7Ho1O@!cY2vn|Uar@s#thmR7Uh~YqpraHc z3;LXb^Q&n2%1A@4a1IM1Pbv8G)$fyTFr&&0Kmcb!E*$>A0e6H>t^{|+T-WUZ;TzWt zg)kO-h!e(6{!NJ#=SZBOTwx1Dftq;uXe~%IZ;msG>JcdgEXa%fA0$4WloUKDi zxr`)MFY8KZL)5|*bE~PNS>O(ER6V<>%uqm9yPlh_Ef+7ka09CXmgqcw#)0H4Drh(w z=Kn}SQzoeg3>wnXe-{+u@%4OWSIa>cXD4-}^(9;~>yG_(@R_ic3f-?{} z2rv%E3MaY<=ms(a7fwvEU*diUq(&HNE2xu;jo8y)l!}u9C4{}cH0qoPh$bpB0KbVB zDDSvZlvj%PSf*G4QB1j#+r-jbC0;9O;0~u2M&+Zs>(<>nC8Aum)vE2|(gmhguU2X* zG0M8hZywmrg6$8JHwogw;TBbnk+?#ojO6a3lgkB&Q)R2PrGZ@tsJ@a-0VqC<8AMs6 z-Nqs5SI9P5ZzMX~eM6AU|H9EK_LvZiDg_oETQ5l%zZfy#9n$ayb09i>I{EL9a(1BA z>Ck2xjk}z4X7bs9|5wPFheNskf7~z=hO9AU8`(QzFpPbt6d8m%31iDXk}YBEN}G^f z_FYs&_9e?viAY&0gHdFk8e?Y6%y;UXzUO;Rzw7!v*Zt4^x!#}q{@nNHexB=juIqVy zKG`B)Yqu#3e`)U2gJQ zmB<%9`~@+`a?kM#3!JLONBW2HuJL+o=+GnGxTPSrjdrew_u!$n z-g!%s$sI>s`AdCcA{C%sV%z)ju&c(k@C+u&$B#4we8+rjxW)z*2#nWdUAPCy)EakT zOUot+t2Nac<2XjVydhb@#92GMR9-2vZ6;@JF(BKLu2%eNauVWe99w(TA*CZ_Tc<5; zOg|`V)OR>tC`qnMB<|zD3$q$*pplq{r`OZW5h+{ev-?ouO65kduF*F`5&RdpR6}(> zQZM8d&P56sm<#iVSMR#S8E~@%RRNO9@0STI@M!M_bHR=hnqF@6@J1x0q+(5DFF&`h zP$j;HWd9cGkv70#l(T(g`u-{a28js-W@Ec@2X3Dj2g> zOYQ&!`yVHaFP+}nL_(H4QJaU~Hli&S7Kc%~uEsp?FUR6Yk7##+N~ZcqBP{WaAvMDH zhBUWUIF|i+N<`q8=Jso`iINiSQNtY__llJR>GhAy(cI z(y4nEm7TuVae+p5M4JE%GpYtq$I3nU^0`JoYj>}Saw7Ea8&Bs4mh;F!avPbK?{9}X z^b^8j<0e1xcguyRbEZ2bM=GQ1H_o@RD&8$*m-JJ(T#Rg#GIwop@jGiN2S=riSBB~U zhd2nMMmjQU70#!}UtQ&qt=8HCAM8dt23GQz zP6-huT}rc)Q^jpOMiIe+a?6`fZq{aPoaBbgPAoU`8QB0p4@>&5r&KfT;$k{^(n7Zg zVaHPU#X#?!igzQQ$VAy{4E_O}5=8BS!;BoZMi8n!kkV3+q3-%Y=;HHWZnxVGP`>K+ zwLX!_$XzD6s$4e?eeqfq!ht`|jkB6=&{WF>24KZNfq0&m z#wjP9xEv>Sd#OXwSXxO|sA^bAesr&3Z2y$mv2H@iJ7Y_2W9dI$T(QKXVX_qPI)<%z zQPF*Pjvr^qT5KNJ!aC2z-Bx!yr4{4NxcwBK`Rbhm=o zz_y&XZXDu^Ilaq&=9wN-CHtbiTTRet!YpJmOpzoY(C3`g=4SW+@I}~7a9$G!$IBs| zvoyS3Y$K509BaExuEl+o@9oP8Ez4ns%!Qa45>8kN=-Y>`zrj49q~pfRIpj1yx=BAy z+P%?D zQQEe10wJ4NZth4I^`2y@7kbcPY~_J86-{X7<&Z9iqTrwrg7}D7Y>gkp)lGJC{7j<_ z8eIo5omt-QgiFP?OBmLq*52oHG!@X@oGB1;3_kS7)R}0h+^7V%3(E>kM=G64-P<*m z(z{f`=^uA(NE!gF^i;h6?Fi>J^YRO`e0VwOD>u6?nShQp-PHh1_CbZiCywa0k7o2A z*N7aDBn2IJ`o?(#0~t=<5$Y1C4}E&=GHi=od`-{4P)Oha0dSx@wjk<|QeKiAXgcrK ziQn4h?2g+E#%YJ9d5weR&49HIVwQe4GXrv+?M|Oh$nJx)w-g(7m9oA`Jn#nCyH00L zO@1FzB~&VsbvP)oZ+F|%Z1eYN5i}A3_0SX}Oz2lOSCgpI1qMgi(Egwe3QL?>(qSWO zFwQme0w!A^VI|NuYp?7fd!Iwvp~{Q+f{Snc62*EiJQ3sndV=tr3@Fu+ZU5@n<9N{E z-~~`Jvj))>Cwi9hBrAn!BuYPlpU(S~ z|Ei=t)cS3KLig;e9EqOw``zo;%4(>Q)$v9T-S1 zO`;4+oiE~Ff8OC@F0Qwp4v%YwUHQ$^L?_O;^Kb)KfZb{buU!P9q}Z~cy6N3vFZXb* ztM;oMk^t*33nN+_@qxGYG)Hdd3Wvl-FpZe=6jozpDbS;wwv4fVw-TDCPjE@DOJ z+fI1Scpq&xSl`igDbUn3k=5kkUH`x$u>CqlcM%seFm>G7p}1M{+1SY8Gp}t!JXVqI zg-{F9dv@C6vPRyPSAYrS6JwlXt^pSeN3^|5u9W4)KJU-ksKNV^KPSu>61gU`Z5Q8? z!3&TO(Tq3E(iZp7Q~j}%Y)dy>%k)atPMxD^_3mu~_p5r$MI2H#%*KIF*IH1^sU0g* z#H}Wr#GN_eg*Fb!UO6uxg^317S@0rY@)6iW2|9B2j-IY;jGGb`d&hRk`{V|0TYSOY z0mwCad^S+`RDvVg5lG1jda561TVFm9H`f8&Jj8MPzGUJVS*+7hu2`C2;_=AfjA?kN ztF%x(F|(-RdR$Y^5NH2uJRbRQAsO6#LiXbO*<2ayMzWmKrTztbX>$*$yRXZr#R($VHLBSNA1%~>P{CcA79q$THHmGo*10( zMj!a3zAV9Q)a~5+kgk1~{>)-`D`k})^_H4DY_|)Ns@W?1c!zeON^wMD<{QWavqB)u z^sHsIn21@rcu=LI=(F!qFzZC?z36y4QI0Zijlp2)(ez$xG+V?xib)B7EkR*V2f(+v0V^lGC_gq@BTee0@gk9Qrh4R+C$-3=;fA8NV2RqY}9> z?{94f^0mI+zvPlQfXV%=OM9uR^5TdQS)n2x$3M!qP!-#^YVDI6r|NOQ-MfHlPD|-F zkSat-Y5MZX%%8}(BswIS6m!x>71+bJYu78gT6GO&q0K%5Ma84bF)I|ciH$S^ylnLz zeQ*V1yhN#T?%1U~AjPp7XaYJjX)q&=(j&zw)7J7g$A_|zFu(a2mO&$0_jK(QIS22wn=Y$WN9Nq`OAF%e1z@rZF>eW! zL)~jx;T>#;eBz$1x?t}Vf*`F?v|Vgthi+3j>8qI(8+oJjE~3z}u16Nn!gyFw)miJU z(t-R#LbU6B<2Zg^SHQF|Gs!gWB9N_6m@j%~epnu}LVGvQbg?LQJzAIr+BsiIB+N+Y zP<709DOS`WD8?(k(TT`1hIy$-n^U{0_Ky2Q4>$fdpCx6&NXM4MM|usNfRV}CLhmOI zZS}AOu9NClv4L4T9OU2YCB*mJDoC7_^8CqRn=xU2FSp*&Mmy>6T8E-yqN2<>zTh~D z%KMzGdO8j0FV-lHeP9DPS$}rRmPK&EFXK*!Z+GX`6lrIK5e~Q3n)@S~o0WbJcIk=G z%`p8>sC#Ek#&2R53(BvzD1Rh zoatr79(h2Yes!w0Hkvl<#Ts<~(f*Y>;^h3-7wEd3NsE~C0QIv5(^D^rxUKx~AkyUL z&k(R&jEuZs#VR)yAF~^M-Qev46;3f;+-p?4RVJNw9X%HFHaHN!dgCMWXOI22+k};? zbMvxYmmF>dfAvuS9kGRtu9zUQ(+(P+}%TtrYIEE z;!++(xhKwd#G_GU*+FbW^O(RxBRYAQtPpc**`PboUgVy|KKoNu%zPiPjJ(7|V^5}> zlbDUToxV^9nCi0%vKQy-dq|Cs_nVGoqc=>wQ(%;^dlrgrywX(^{{q*&51CFuLnfn1 zjdTeMXUWw6gCzM5T6`x$R8-Y9{!56f{NzOB-Tcw+ex4r3v=n|KBq~4a`N>U-ouV_}lX*6E1J6&5)_Xv|t)AO;wn>`tLB99HafM{9g{mC&b?q`ePa2 zv6Eo5N2oia(%_HS83q$Zfx+)ntNc}n@JHVV9ccO;=4PPkfAZ~UkMDi(U;V#%m55+Z zFE9+Mq6vom_kwDutE;I)y`X>ER2e}s#{Pam1OKwY5D13iUpBb93Ij_2mrh;t7hf1m zm4V6pQwN7@{o)JPKrk};PaQ&Coq@9d(*{Q{Sp9$7G{0}yKXnLo)n9Z7jbD6KVT}3$ z|MF$nRR6tRhE4rfo%%0(#mKM5|HQ&LDL($5!9Pk!+WAB>a-<1Wwnd{EWYS+`kwu^v znt>_(NSuW!160yQcxbwz;BFpTa8DHtPq@3fiaP@3hR|~N^z?wiJk<2T|G(r<(CKmr V<5>Slx+)Bzq5_tYF|#%Y{|86qd%XYv literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-11.pdf b/ios/adblockfast/blocked-11.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3af6b2a76f5c7956a7f2137a67e1a40350ca9bf8 GIT binary patch literal 20587 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 Ao&W#< literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-12.pdf b/ios/adblockfast/blocked-12.pdf new file mode 100644 index 0000000000000000000000000000000000000000..762eb59621ff67810e81be8137d234e8dda91d26 GIT binary patch literal 19641 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-13.pdf b/ios/adblockfast/blocked-13.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8424f5e149086bd595a4cb60f0cdef84bfc05d0a GIT binary patch literal 19070 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
KfgH`(uAj+BZ-H8ENb^355cS2J~8;$>(2cI)7t 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-15.pdf b/ios/adblockfast/blocked-15.pdf new file mode 100644 index 0000000000000000000000000000000000000000..15ff51d65f8d9e96c8ce91dea9ddbc650ae17c76 GIT binary patch literal 18411 zcmagEQ+Os_x3C*KPi#H0ZCf4Nwr$(CZFD-eo$lDSZTEiPZ>_c0f9?NZpVX`xW6UvU z9o2nT6}h6A1U)kYD;)Xo(f!dy#Y5rj@F*NRkO}BuYz@c92V|5rv$t@y1akZnQU)?g zSlPOoIsY@-8o8Q@nVC44ngIm_;9Ojt&5Z2eJVDK}xEl#35XHZ=#p{5)Cj;rkUG(&U zMFWNCbNk<L>Lq9FzFX&hM<-CS0G|NA0G|h5Z5fM}mx3Ex{wFX0AH9E54_|m` zzg~!L47LMCc52;^K5qI1qW#|%67Ky!?v9&XPIlIF{vLmQzdnE8Tljx|B(y!{pVK&O zg%wO6&I?B8-$Xj|gs5GVri}UO;90dr8&+teFXsKwf|1a6`}4A~F)8KJUfvK@qQgLa z^0vsmaB0^26wCJRf1wI1{}xUdIVq&7e3r%T;>2zf&iO=(op+P+oc~~iB=h5l?pdnW~A5QyRM_9q@y4~`r85iy*>z{c)cdI^1)vAM&rUy=NxwO=j1Fyb`tyEo$G$wcFZ*I3JG% zPhWQsZt-Cy*~2`8nv4}f;szq-1R`^^6!~BvYof4@os{oT!kzCa-(gZ*4&kD<2D=rm zddr2)cC&u^{Gp3riYxK5wH_1+5D4L=5wbbtmp6-3R8{hAhU>+txsM6XUOrrPxXIKM zzdkKVa(c$bZ;u4C0elC--3p}6D!SldawL_hXjXaQ$M*6gLGWX+nxWU%AyhJ2RY-^qwF@y3RG;B>(Dnh@ev6Nx(8A*p!}V?al%^(yhDA zyC=2QA%})lme@y_X=D0qZoZKd$%=&Z)~px#;fBa1PN8e&?fh16Dw5*uU&RAEKd4@T z8JzU&rt=r!M}>J8;cX;t1o?U}OlUU$29>z?90~$^24R4J5N!re1E3{YfV&Tn$?8BD zKrlM@6f@<>sL>`jfg`u*QuMub?OL=0n0^JzrF_!h+3bZK420z7o&>Qn8{i{Ux*_31 zlynBmMY6zLmr9(GWZK5ESH3)?_DpR^!q+SF1HMtiI26AMk$3CjQ3E}cjr|Bt-qtQxO05(@cFQaxaJ`Yam2XGWY9GD`V-OwQL8GgvqRv{nFVR3z-JRGhb zu_)T%4ww2xRD?ivpT#kZ7@Z{smE6jFaNT%xMMzZ%WOvVS}-kYtYfwot^(v}eZf zRKoZw(=OeEz8eI#NI?r2<<4a5pzvT06y=KOMFe-PB^0Ov$kSut4NI-G(R`pEBD@oR zI{HDjV~nvqUZMm~ctN0ojc7I>;3q>0CglfG;ZZ0Wz&)CtPdF{ji&H4CNfEXsO87V@ z=qy1&NET}z+MnHkAL?GWr6wDkI!&QnDKlq{*Dl8BM$efNfn_65frF$eBp6`c?{X*! ztkS`Hmk*VR>c!Fe(CMvMxQ%Fk@|mliv0I^aN53e@pxI zrbWp$xHrozN_X;)%*z>I)am;y!5)Kv?4X0U4K&3nQyEpb4iV<&VB+(^9Ljb^1za=yjH z=F-Rc95Hdj8`+p+Xbc{6aBMe*=E&d0zh8&i!ekqe)GMhhKxkv=)ZWzr$UMZWB2H0_ z5=QA`T1IrW^oiUYf?>_D5WT!!R!c_gw4`|EXYhg)Gtn&mVwz1f5kQW@D8uv$Cr;la)`C8@519?c&C zIJ0{qEVN>CKhRxy*-*nzPYFyY8PIFdxTq}K0^Mt=zrzF3#egKnzYtBm;4YULJ#}-{ z61gTSf8{Vqm{MK5P(-wmWNeY3^ef?sJ*$c>A@9Oqmm&WFV;_L?j5eI>%mRAnG>(yH zmQ%uz5ik-K1t71%m3DyX4M*-$oF;oKc!*4*1%jQnZ?*i;l)0tSnm(PFW2^8_ zVQ^&C6pVps2%++b;noJVD82zivw#9Lgj-o+q`J+zJ~dGDdUhmK%#K!O+IaVKc>OV!SNL|Za7iWN>5?!>};8p_BI}PrBh8bH}9vL;qiZfV3V*q$4_9s{iyk^Yj0zn zughWX=m*kmLJSWR`YDvI^Ytl!5QfKbE9BuzcKE9y;{o0c^nrtv@&^jkYK;618WDVi z9DVLH^~*Bn58@4nrm+bR$R`F|FdO(#o5qwrZq*9=Wc}T}3v>v;SrV2IH3Vc*_(S}u~~O+^@d zs4M3-jgd06G5ZV7k_1@@tsp)u`j-rR;BYA{OFfl(SmbE>S&lb#ZEpT~zpfuexG&$X z^De*NdePr;w)6xAM%Ne^x(J4Jbw5nzbHv^DiRVQUnS`RQOOPxz($a_Lq-Jdk!SwT= zSfnvM4lIh(Nk4JdO^?|=sJ1PT$Ae>39JObG{9MAZ_DNuqAD|;z=ObuzcR7&mkGV8j zp4C1LfP1#`-^2C9?Y&PR?S?8jBN9ytbLJ|cU7+?kN8?smjdNV%v26ARDrEZ2goE(? z9QGvD9KHtFUY9D2WK0tX@pB9Ekm$_jUDOonQMqR{6ff6PfY}4Ojz2px74tS#;9QtV z2cWp!12#cpsA$^UQ-W?wa)Y2xPDZlI+oB6*N>MPP-GGH=btUxcRQs8=Ifz}cn==ZU zW-+Kl?Y~*d*heV#_eQ zADa+7ERQR(AA|g+|FD%5;kdH`M(N4$0-dLd{DrbSk(L|DIk4Ht%3n>oJPiCg?GSwB zs-{FDC6v_DM)n~`yd)~_DWvbBcoP*(ku_Bbu`_=k@07^6Ys<=s`A{&PsR5bz2zU z4uN3(siO2`mjcjw!aPM_0oA{T^PXE)&v1IfUGZo8Auq2=X2DOTe%)zb+lwASbij0a zZ-jEE&l}rdY3;SqgKDF_@_r_qzOD=@nG$*gD!gG%_B-|s1b4$^V|R(v2}buun5!G| z;^w0$A}-y<(@(fn)>DRZAV<((EblpgFnTS0-jMM|0fMz`M$d@3zJKw@ir8akiVoAs z$vrxSKERchDrSyL2(tnUn1kXeIkcYX*!GDhF|@Z-s2;~WB)Wges@Mm2*!9x|Ol?Ea zR_WGkQ;)XdfL_-@)}#9$sv71*@X2goS*?y0{yLoSfwplBVjpU5m|_b%{8`DE30%#6 zp{lqWuSe`{uWESMauvFGtwi&t6d{xn-8(fw!O`8@ts(hqFdzfE{C>(!6}z<}7&Bf5 z;_b`VUnp~cT*cy8z~%TmPo2r!(gJp;fK`FolCvMK_dYDKDD`{f1!bn8KSy7cy!j~& zK=)@CQT$nw_+I>&bQd;~-5{9#I+|-aLU)oje3-Y%l!ds~l9O7BZ;kRu`l;PWqt;eP|<*xV&jlcJ8=Vi~~W@p>rFSraM3?ZDEz3G3e%|B=V8qvQR^zX>Z z!o~D&_CM$Uhb^gkIhp|(6^$(Zb96SdcLlQjmpLh$xj48vo0z!(IsYpl>R|8sPu>Oi zuWkLKR&r*hRz@NYoWLdcwSUH(Ffvg-1 z>}*UdKn@m81`cj^Ap1WfD<_xUzdrWgJNtK~|M56QX9p7%GgqL_Kid> z(nP<$7|=yUn;L!r!$t-LXoB|dnVUmMzKVe@e)jNZWmQUzHa%Z61e$hj(Df-&xGet- zNFw1BC4&Ni6JO%s^QXW%0!vkC8o^=t3o-eaM$Hn=%z{}2TU<+WF#OZ@x#F0%Ya%m) z;;;x;YZ|AUEkCwPaXXuQuOt?tNH>#w*P_H1+N?)aIveEZg=%5pHCGmd2|df;_X$Oj zZ4`?*I?i>}Js1c~>M(b=Ga%-T+cF=-v)tk^8X`*CxEy6A)9UDS-2DBnN#)I$nKpGu zZZFbPcIL4eA)W~<@TWt%I4HT6U6y6iRUQ7-mDcjHK|j`A*r}S*X)0`Jlx0^KUyx=ZgDG5Sz|vj-HU}j%j(?sFx}}=|h+i1D zV!Jf-xC1|kC@DCZy`VRk--Qk`Gu(J@w`E<@PnQH1@9&d$B6!_s`#o7<5|!g;galJ( z@?tuilATc70Wj1=XxBnGwjc&3Fgim-{6JPm@NFPSXrL4_cse+P6quC|M5D04DhQk~ z^D3x&h_xfgVvzSNgnTfEBa|+LMn9q>JVKzP5M20x3=`;fkQGeuEiy*2aCIVPDN>fm zGBTbvjF+geA{RRNh-g$IazKnFnKkGwxXgIzSGgu-t)M$B2TD#H{jj=Wf}u`B#xL+yqf1_Vz*s-dKE9)W zJGL&1J$pSw8`4T_SK!4E;vU7FXE)6@`b{v>fXl71FL5ti0Db`BP6E+rA7vt}HiS(u z5^*|^%$7_Q85iaR<|`CskWDG5Qo)rZ9NBAF*O>ZO{Hk!bG(LrV3c7SS8J02`byjnb zsG+fWs%gw7h~$;*gw zMHb4u=G&X)nt9gE)|m(-IZHnlQqD#miB5YSVa>?RbdIQw@Q-khnkJQ@2AK?BS(S0h zVpC$fViO+Njyq-!W;Qr}TIv7orcQgKv8VA(BS|w)15Hb)mQ{0DLSM?OwyRcHWU{8P zHnLu`{#atDiJPgI@yMUaGhq9B_!)8D&>7|3{%-v=bk2XCf}4%oi;IJ+hMU1Q%8rw5 zpFNR%lzqZB)@-Q_-vXh1qsJWdAI1-7rQtXP~kux~R`6 z->78IgtR)TW{##ryM%X?%cRvQ`cB|LhoT`WPdZsTZbD9Fb#YtOuydw)2Epdol7g*< zy=$zvVN*-1R${r3dx&q`x5O*wjTW9iMl&W4a|_de?ut%@{(_E3i&_g()2{iv;eBX* zINL_g#BVIz`oN@Vx_s-nrLKy8$Gz{$k2hPdVGFZMzH8PBEVUx#1a}5rKQiN|Mv}(Q zw&WM%8|#}20Um)Ufj9xQUiaP_KgL(1FR(B7_pOJO+mrW|4+RJ=h+5cFxKaoS2z6)y zcotYxNH>U~0nmZ2U?RqO12Wx3OfZp8QTH%DSat+GjCU7o20FG{ic7C{HBWy}4+wf= zaWT>1E~$j^`EkjZI7}H#4~YrM5%DESIdLEH3~`wZO**ZnLy1`JSYSCnCJ`Qn51G4j z)yw>rOvJ(EKHR}I1FLR&)8)Ez%Td+TOnsukfR+;tAs!LI4)Wh9w85$)+4@I=4v!;< zm6WcCkK~h4+LO3Dy;rl(B#4aA#?U#jjA6Yf6X|+s4Cwu%mw?>2epu?)v#MBaM z)~dOxKUSg5ugwc0*LrwAqyd9sB6*MWsTehF(LToj*o_E`iN1c+Tp-6hRP zhDnx<4JNoP@h+}#R&u6t48|po{yK0PbNJeQ67@l=Ia6dU>3D_UBIdr^AA2Rb$w%N@ z^NRMXKBN39cy685j@B+(-dv7qE#!bc|eMy_EDe(9B=&>-K z7{0ZcyT}s!v0d5A{l5HccVc>axZq)RQ(h6hUDGT09Q0N6Ve&YZbatums*qL?C+Oh| z`+4t4VP}54^Ah^-@qbhOe=zi4G-csnX89j@{+EUSjr{}6(xRdwMlNQi!2d9;GEnb- zYW`*W|3TXSMSqw73+9hceZv;K#F|4(NBr}Y2ZQ`E@S z$kxH)->$AkrvF?3|E>8)8UFPQm;V-w|E2Q(v%&vx_J6Iz_+NYcf7>vsxEZ_t$5=Gw zWdHwByR6%)sbsW~>iz2zE<#~A?j_igHL7Z7n;;0n7#Rp5g0Pc0!biHh(wDq=rEk~P z<9DqTnz1CVmYkKA=5l5*by8+s_y7t}o>01L^epv7c)v5#->U6?iQ@AuQnNsRwr-;pNkfB+@_ z&*#CnwuY+R5eK73PKfUq@nF@mfIg+ZM);4iq)C;rNTf^d*u-}&DlEYi(ya@x>7$%B)N@T95gK7&_t zh)m2CaAXJ|so>f-)hB@z@6(aYcrkMP6gC|mG!XPufwTAvSRm+##0L`N`05b^asSNN zUp!-tW;QYTX7ULss<@9f=qoZ#8|*JpH3RV~?9qqzax_bI>my!u$d9nAqvOwDIyDV2I!d z0aC5jpj8d}8jy-$)v@UrH1Lp_r_Tm34L#F)30HjW-yCx=M4%$S{qPN?2wB=O3 zCguYAPv;_}*LJgysn>p*D1~$~o|?d>$_)efvKxgnUdx8n&QD&=69bUB2aG%X56yRu zPBHn3RYG@%FKc|ToJ_qZ67+Ho$&r-(ZqfK5o zEmbi|_=>KFXU&CYNaUc$D~6nrN_~0}&dKo>2fJPTxmDq~`I_RMO*Gnt82S zJHFoSiEUW@nsXb~!wRFV^x5=n!tgn1hfwFtDe=;J`9Eo9v5bB!fwR9ZdzEA?oet`y zjV1-fEP!w_A1%EbX>Wu4LVJDg`(Sl}{j*##q_d%kt#7;>$IXL=3k6g3adF)<#X`yZDCbxsY&*hDnAI)LJ5%T`?HLq|yfqGw+$J0`W6|Dv z1s$!oLeC=Jc*$VB26M8+O|9-tdO+c41T&Y*ld~;-a;p_Rx9+o;g)9^6CXXG_F+`CX zkttFefWA+3^z!uxd24|r5T7PQ?=T`~VnebvRne}tFB!l!G#`b!_d%{J5wVBtN%gkw z586BfnPKQnZq1-tkb$QlAtbr<&F`2A5JWDqU3%F?u{ndYs4j(Ftu^yX>ZDNB!+jlR zyR%a-$sJD`g5Ql+uaQ?%ohF#6`-R|&oN_Ka;>F#C;O(EEXuMd%Lfb}H<>a*T3_1O` zp>5~o4)XRx@b5yK7&NcRbQ=C)YdJA=*5#HNf|GQpp#vRVq%WxLXef0J4t-`sB-JWT zRY!Nd>$>H>9*fAZeLY0EH#0$X0i_6^4NNU^rjBW#^-U<-hvYTH;T3*22#vY%>~y(d zitF{B9a5U9zSiTTg8S3KG5^yl{H{lwdDK@&+YGl?%qIu)!Ft_!f()ImUOirkf!bD zV0x|K+Cu59Js{@{zS6Y3rmiZIyS^%f(VZ2uKXILbdn!VLVAgg~bbmho`K%;>!O2Cn zJG91Ss^7?HC=dy0QPEqcpFS>y`a8dD>)Lq+xqD~`u{3e~cm}coDu8%M(C>EeHUeV{ zcWh9Y$;1JLyEjgbv@f@_Htor^Aj@X@C#p=UYo;p8+?iUBI4pOZblV?O)s|KG!qns9 zLg)~B1`_{gH1QcYG;bzI>UqDeje&%ad6f+)ohjcze)h7PMEVOFT{{g4E?h}Heaf*j zs3mfJ5Dla0jDviV?#tdx+wnLJ-oE!=epk<=Ep_?eBQ8k>M&duGrNU%u4guuWjDd!B>}Zac zuu{D=jUHJU)Xvc+9;nv{GfURWo2&4$#th3#=?Z&w*N{-9t{$+x$C8@1MP3ydtcn$X z;DHU3zdu{a4if05q5s1_T zT1iO4b>64DmoolBn5%k8%)RYb5b)WoFYa#pa&-m!TBH`S1Px55IC3I+c^umZONp`^ z?juJz{9vb`0A%WtD`NLB$u6P+uxd<}@7kOB+<26;kkz4}1yR|Vt1+l6H(`kdB`SiK z>vVZGGKN>2%NHH?v@?jN&*68GzE=&LK0YXfK^;@Aakx;75#D<2FKI-qmU?&+)^#?3 zMu4XKUp2nxt#WOaq=-N6>&Aw3#b3#kQTgJBe<-Sz&mUgeqKv$qY}cbwgBhcIae=Xf6O>tf&CEzNC8-Otz$K_ zM=fKDG49+$*6S)8c^RtUeAfsRqw5SnmOj0=yqHD%HKR_stuQ9yM7ej3DTo&%H03pS zxL=8SdqBS1kzP*2^O;P$XqqsZQ#ia6v^3B<=YN-#QE6aa3nvOJyGxdeWPJV1GdSexyJ{OD$BGH5T+1TpH0QDhTxiL`^**&p*FGJfPLSYWA( z4R`!?@CPj+I8Cs$$rnGn#+tBM))!P)0<1W~dn*!FEp|khjJwwjo}mH~?_$FBObcbF zJ`}GyEAni}c1W$%g@tDCH$Y{$C_(wsu|wDQ+fTW@w&M9VYCTY+;o@{X9#7>6HH35w zVjSRSlomQKi&EY4)*G&#C}k15Cd#R5$92yW(>~7SthJ`{0rfgic7-262IoyN)8riU z`&UMBm;Yp7uN8Y?UYzm~jimo;r~1IcG+ou>+)grLaGG_JU65}KVyA&3Ue5=4|11N} z+vMfS?&JK>*Lq@tCEj*0B7GY7 z{22n12cu%j?6B8bfe@53cl|E%9dF`>P#rv+?Ub_ls+0U9;Vmd;N!1l@@| zhAsz-DwTSB$gYx9XN^^AY!jpB;FjWLiCpR3tZBr&N{}9P(^Uz2Lvl?Fuu8tGO@?pT zMJkIY*hn+8mP6x@5Pjvnvm~vt)5Bm_VFMlifhTP`FM_pa&gz!l71WUmQu&^zp+zg z^|7v67fny6yVm`TGMi`9#yNcKg&|U~XKsZV6MF1vzRE-Ea5ObWahBV0Jg`f*1^|vs zwA==ApkWSp93>5!hgRS5r#C97lvI*?Lx)H3Ah6KTdqnIR5xZHH4ZvEth{`sEK-E7OwHq9_lF4#-)f2`aga za2PRxu)RcU|IWyB7$*u8hMw`C-bKSkm(z-wf9_Qm5M3s%*#J9x^cPps-!e+IrjfB5DBA9!KqHm)+x?#neh&t!!A|%Z&2cPr=}4-?gl^@)r<#+YwjC+ zbH}LV;OfvW>@K=WP(H+r-S0r+2dl!@7RHGDho>FIod&xFl zjRr87=_0?<^Ml(QQqt6n3QQZ2h>dT37-ckDHqK1Z1fgRk;U$c z)j=sFR{AV@X#_YvhaEzBcdOl;N8O7tTt}>|w5bcj|Gam~U2@7ykPY321&F-l563iw z>d8RMzoZf4BJ7e@C$uP=!_#5kic4CsDkZlCoCaHJpJ9}ZOqP-SEJ9<^&%u4IyC&jU zG+2^FUVKG`wj@|3paF{cRa}P%Am9Gt+feyCVBvpv8zSIKhyiPv22ww6m;&qS-X6-= zntE(x&UUAvAJ!IG3oC=rY=hWr7dH*=u~*;AIH2|Ap6<*e{PNPoo+P368nispW2b?H zElI71klx9uebPVp#;?M5wQ0M_%&68WZ3Bjk$O2(fN{ozba~SO#SDN@6J^nqvO`hjm z?hMuwR;`e#u`?|;&1dxOwbZ)6mURD}{tzbbC^foGLmkp2-lcxw(pwp(#N`fa;&PY? z!{qXEFFq%>7e(5UJoT#lWz(^X`mUaEgCK1$jB(ichfat`_IpYI;}%fPgSv6Cwqu8A zp{Rb3Q)oI^jdj#3KD0!ZKUF<=SI8;B7O5F-FM@5jP`ulcB%#Wv5!tA0e~f;3>FT`l ztMv?x|4>rayrHeAFFl;Y?j^)pb94mv^1_kzGTW7>tH+#cSB`xOFB$Ymjl$9TYNneQ zE&Iwcw{S6;SiM)09pEHYZSpe61PY)?53&p@t~zVHF(#Ac*$P@Ssh;+_Sh5**YbwC& zno#6iMV`1IpC0G`H1wc4gb-$Uac@fUIIDTz2YeVxlUb7hSDxU&oy6UizX)|W&~y+8 zSKlE(&l@4vSZ&mEQI!*wgc^pt`K*+~F&UsoBslk^>Ux=Kr%x(2y({@0Orx>VGQ=KD zq4HZJ11`4Kot0a}NYh!zm#tze6CDVZD{!B%IPbDnoe~5>Rt;G_Z`4;3#N#Do?T@cE zk9=FFOe|2PPdh_6Wp1cHAf`7uC7-j!hr&zTA9-sdw$2DN3i!##Yg6TNw zZIHdMr=zK*hRax3A2u9zBz6@kf5UtHk%{D|GuV z#hUbV;zzbUhUQB~X%fDs*@{BumoHUKLMVTf$WWO2wANR4Qc_@7MU<6Liuh&-y3P|< z81~q6rNX#eTD_O%g>TQQLXbY2=fb<&o~z(l=yC4XhJgAxsdd(vT2Z4J5|(wAlzTT; zp}xTnp&C6=yGQEw`OCOjujdmQYiK0cAY*?GSWF&pTlu`Zk|wl|8lXCB(Q7!CHqFNk z5EPk+Ly^2a+l`N(Jtl({jm(!IJ26RDAIv-{Z?$9{xrWt0M$D1#Icee<)X`SV<4=RSWwOQ`aXxVCJy6MuSSuC_(5nm6!q>wC*qTq_kr|jH522v`B4gC1}Uk zJw7TdCGo(O`6koA$O{fGjmPUOEPng>0J;%j=;)VY*1m9~Mmp7moze<3b8iG9_rF69 z{yx4H?Pd)o-?kNLD1}=}hEEwQwyHDsS^(Fb%`^NZyJnSsilARyG?ZAAjUf!LRanG8 zX$4DyfzjRJ7%EBfN>75^&w7X{z{H0^Yk=|(GY!ckL}ws)M9*dRiJ}7k>WdUVJ3=Yr zpA58BZ21?h@i7-sxmN{yb>cTRZVgR~Y~%Xiv2Ph4hA3j~SKqRTdgnXqxV;rci-M`{ zspq4{nxNVW*bw&!*JG~88rx)eyT9i+k;ubsPW)Z~_qU7Asp*B>*RL>YHs@+;<4Xa; zy^>M#kOne**oUBMkkvc;1j`gp_;IFqnUCjvh4DW_W)yH<#2LjAx=H3N2=JeW5jNW> z*R-@>jb`Oq5vWvPhzDJN16~|@dzdbNC~{i&L_i@>5&W@@L&^6$82K~xT(!BJ>v_+E z+=kVqVB3Ii*!AKcygUZ<9<<)*UDE9LV zM;w@Nr&J*JfY%blA{8C-8e2Z*QjH)qBT&-5i!(y}KpX7?`iVP9K)C)QrU4BbOtiB( zIx@*3CL7nX^*#VMyk8%dS|{KkkDi;jcfL9W6-%bL?bFZi1saRZ!;DLyY~me`q(7*~ zxg}JcZ-spau;@bMbcA8dB2-g{+rE#ymBfmswCG>AN!lf5DnaxUAs+h3{wO|xr&`y{ z{vCm!AHQ4Z4Ga}}i_uhot-dj$pB{#%8g4!uVH;!7MKtMmKs=uh_AisYxV-1Zg$Onn z(y5mj9y5_^r3f3zKcm}kU$!4ZXZn@MmdeId8T~XJ9-Ez1I4K}0Tby^^0-{9ZWOOR0 zG8vwJz{<7Fn5>c6cVii1n~djMvdbHy5M>1Ill_kO=9$6AqWA`(6g~m^T|FpufSVz@$_CdQ@W398|fr4+&`r}K>K!vkl3S}^gpBNP!##Z$` zXoxa5f2SodtsBx!$o^hg4tfjvM7+Q>T;J5Waw-TmkSaF7(gidIQCk$9(pOC)8^N)%5?-H99(!#`&(sheZQ^EdUf8K(z$ldF`dJN%-c^(uRy zLW_1zZkw{cLSX1xMJ=LEV-p+@qEH}|YjmL?5Yei)S4!gChUlj|b!GLA9c;%hBS;LP zw+hs}dDRN9C5l;b8>2*g%QCc z0Ug%YJDE>D{WML-u;}bkdx@QJ#@+)Q6L;YxdR#%K;i5}PqrDMA zSm78i^9}6uZrJ)pXx8q&4iywq*;RPZppUTtnK_4awED&}#p4t$ ze0{8IqS982z0leQJyMkaHR?$J)=*?xR7257Bj=`e(3y%)7EhgGWm!}!lHkz8PdJSc zsgTy;s*a4$9c``AVJBYaxpuHz2lJriZ$w3|1yeJ;tM6$N2o~VpJ*U{Xr0POpMp(-C zt>_*zRH1iggvKx}kj8CxXyA@EZ;AJF#{h)ZY0C;P@|>o}1|P73Xc-2j-EGFAI%S$n zdK>4yTy~BIe<}@JiTre3z2jmM*@-dHnW#rNLKJ?&w5xkj6M(B7HHzM)T5X}8$xst!zNAX%A-{rLetWLMh5}L$O zXKS<1=oRbgP=nezUDuYhnBv>WF$*Kx3IX#+dBKM(yH^9-%^UrdCK;=6I0bjSD2`87 z7O%+Oc?Kwzd6m_Et&z6`LHdmAPO+ZDx=9E@cixtCLSVS2xX;rj3h@2_8unv)#mIAd z7g9b204%6DV)O zi6HfRprl3^lrwffEPiNUe5K&e=h!vOvg13e%)kObBKEZQ7*+1kvDcr<2UL(1QwpUW z%Irqp38S%QpbvEQy0v=57aVFqdzkhxSyq=%!w|1xf=P>2G!0Wr_~ z>PBA5k-HdA>?j6$<;W(Jl}-6wA+pqy*g)ZYbEn5r@gpeF&qBJnMPqDp3!Vvh#ZNGM z7*lyxQ*nz`*_|}W3})oT%T_n;I-c8ItrL+M51b2#SNtxZ`=g4UlS74GtWgX~xOx^{40g7ar99$cT{;=|AFb=mQ;bb2 zVEcfzufo$XEEf$nDkCptmGKH=3CJULw@^430Y3D(INp7{M^=Anl*eqjznGE(5^u!)<*2q!OjMHT#)jdP?pzW?P^M`)kBq+vxz*v>?=DtywC zmRW*ppk9!9tOOCOw-$!;vBto4dT>5llKQW9y6FgSv|j+>^!lf1zMd0OR8o692yN!Y zWKY^v!6HDZn}%o+_~)O{4G+%=J?g|NE$Khdy)$Pd>=)q5Wl^_3?!(!m6g%8Q8a*j` zImzz~>8k2;-ROmn^AS1WNGx9$YZ5j_p6}srDd9<$QoxMFI)mUtRuu=cQ_Xe?sUbYt zwMw%5U0+5&0ki{-!&AZ_UPG*ENkfn@83ll9P%#+XPjm?FQ}l=V17d@x_|O{i zaFqqV`=_~tHpf-69doO0&pb0^d7batSYL){#a?09wGnDZC_UMn(YdBG9inDga{Poh z@+61a-BMf46<0Hz4dY31S(Ug(oMFGro$tL=o`t}jy;(pH*%C|jv!_$>Ysw^A7F(<$ zRAZ+^mc^So*3?B!(_{i6{o{04`HZ7kRvP^S%ZJI3XJKc0~ zVYqe^K6%)P@Dzec&?WqyUYr(9Ja!h(T_LkD&hJuaSV@Bi3H#{ zU%zR`?rV zs!>$GFywqK#5*63pgHH|Ag1D}N3q|s@@^l? z5pGVL)_vZ{*=rVeeIxgoq}#bBq+`-dsGDHox(HKN#3Z6Q!B*0bwl!VCHSrcKg} zijJFV9&J-Q&Yqja;lC9uh&k$br!!6()_YjNkq8bc+v%||5QjT~NKS}QiY!m0>B>Mb zHUy$3$a`31{fS%9RE<&(y`KyKca`GUY#=+S{V$=-C*;T_*t%iS(b4D$1dNP74A`_n#v+Y zTuwW$Av)9a(ieD6%`wdjZIs;qmKb|Q{aN5Ilbj6_5A3G>i6RE;`%R#Z$d9IbFL7<@ zP(*A|W#rS9v^AG|G7MG)fj6%m65+sIA~;?e!nHfx2O?2==Z!*2#^(6m-J$R!viw9Y z1PIYp>_;{I(PVYKXK$v2O~6!Cx#j<3y0F|n(7&$`_87gQjlVw*W3}2lTVi`PRqtzgwI;#Zk1ypVUV;&!WNN)w zr2;hI@z&91QG+ox_qAk|VMf0ae_xB+lT&0*qa72Fqq~4~!ccqFmFfjb9XyBz#+AZ> z=oICQWjK!8ju?CVJN$*FY2kbP(?gRfWLu&>ooiQF$CZOp=3{@4N8H%zhHh5fD~xim zkXIk_h=sjfk0Nd@e@^}(N*#*dwXOe?3>W=FZeS}}YrGtln zKrx*MGf}lLCLwy>eZ(k6Kdkm7Fi!ig<27MRaylU^ep&K6%X&m9Bw z?YqvcC}+8wR-g@FjwUefG(RO*%GA$aA*!W$j*&Iag0UiIn>{#2r&Bs}`v zy8*54)B|@vS^%*tSGKoD&w-94D<~NH5;sI_fB1}1Ga2Krn}DNhuMwY*YL$6$F)AXC zM{DmsYEoRuzcrsQc;#Asq{4hjB|(34GfVdfvY-T`l`T92LC{QG5D9_KNni|Jkc?QV zHa+L4fA$C3KbCSui8&bs;!GCWTeE%NXuGPKXqzmd(4C1iW*Ri34h)ysoNhNy zo~>H4lu$I@Iij|D8Qa5i*u`X-R~0`TE`0e4B0FIid`kr|VW4huuw5T{En+}A^ryyk z&w}IyH%BHn{P+P@?2*-$iNIGI8JzycN)I4UrS#BQB#=)L+`&ZNY)1_S zegHKK5?vpWDyPA}Ymt||hM)GfB^W}_eVawOpSkt(s&2j+5v|E%CixswE!vxnKznoT zLKQqzN;)cs4^@{WaRoUmrtZ%eh_%s@IN)gWhoAUnSSn=ErtOHf7N(ZLK~g;U?^`2OndnmA@*#zGmwxw9=|K-fmkH+e&F~)D8MWE0u6DrP{CN{*=l^4+0mq9RH#Vo)~NSE*07QN@SM&2qL3+ za9bZMIBAK^FBKZkzaPsI(aHWrt*!^-vfyi?fVM|)MhD+JPgqbalPWp@qr`*E48;uA z_)0{X?4-ES4|jG2d@i?`3K{=9Hvd?_kLlWCC)yWMg90CuL;@eJHeW?IKp-6F0f-KFi|Rj5jBM@ z@VIA|IF;tXq=>!W&jzXU>n9b<0Lo4n#zotjNem7Kc*<0Xe+5OvD z$Ui>>Iaq__fU=JC8F-uvY>I#Q6I{=z zXrr@wpCsxV=V9~>*jO15tpC9J>fBp z;L=y}_(fs7V31S(IVf=R_Dzy@#1`8l$nnJ(F~qnVe{h}gSMq77mM~}U`)@CbkDknD z=cQz1^?O##hi!a`$&TvZ+s3^<{TCy_7bgO<%^zh_Z~fd2Q?#9yyyBbUJn0&yw@$q?|F1gFepj>mYfNHzgb zJT?E%+Apqmo}gaayo|%-Q()Ei&OXC8!5weP<~POm)GH;ocxZg!z5BQCXZu!r=DS}O z9NhQK`(1tGU;l)f`m5R3>+a0rH~KM!DB9|FU~tp?&06x ze^bQcfW7GR`MQ7o4wc{iG*A5AU#S@V-%R$cY%zQP{mFf>e!9)O!oSZ~A97&ZA17LO zxbp0;Yz2814uh}Tc{$h%JqK_f3{z1|9^eo)8Df8jUOLZADH|5{4Bn_aQ^rU;+ySw{!}je`Qi8ny)S34 z{Cjind;gw#?)U${?tOp$-x&Q|6A95NW4^@vwyzSftK~b z^R}PezbF4#z0A+Yi~cW6v7Px<+@_N2;OC7mn$KNR-HTl-BD-x>#4y1 zb07B4_#(SI|H2ocJ9p|oJ*hwOPrv=@`g*@RBo ze)N3vy~XyYPQSnNLv!MNiv_<<2gjVv>Hfd7lKpy#o&CNEKi+MZJ-I;S>lOX?8{g~H zeR^nH_222ik9?li#Vi)W_m93P#CJ*gIN{d$`>Sf}ZcmGRVLw&#&!@P3_P+}M&FD@2!#F*^>BC~}A9goqS$(gX8~yrHpMqO10|$3Qh5iIC4>4y}!1vAf%rA-@ z`y0-^s#(5RbMu1lzrTu${F%gMaoGOMFR#nL&&t<`eo-lF`J(q!N{D~8a$fzH6=RX|o7LXTkq^E31FTtK_!fO`QU8wm4LKzuGJAF&{~ zq9`?u%Rs@3=E90=rzaCYiw!?+!u(d*UZES=p|G!V>1&>y=Ioc{e!6L%uEb0)R~!L=ruGq zwE!j>6upM#W*B;bV!%+sP=^s#!0sYYgLmIkTjiH6Ch$;l=L7Kv#_sitY>MwX_=CdnywT!fVX cw{-%ey|@IJtih3PXl`K%JljXr)!&T^0Iefq!2kdN literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-2.pdf b/ios/adblockfast/blocked-2.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7a64b60a7ec4e6fe05b41a92f5a63eccf11d1eee GIT binary patch literal 24545 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 ZTI}Wy-PV5=ofAq7;zOmSl~$2K{V!p>eRco< literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-3.pdf b/ios/adblockfast/blocked-3.pdf new file mode 100644 index 0000000000000000000000000000000000000000..80b3e123d3698618afb1ad7eabbd790f9b942a5c GIT binary patch literal 23993 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 nT8Idm!Ym~T{{JcegRr`}-@VpJX#SmOGhL7 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 kGRIN9*0R9=KjmLQq?&$&1^t9w=Ts;a*G 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 z%0A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 HW8nV)EmMu? literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-7.pdf b/ios/adblockfast/blocked-7.pdf new file mode 100644 index 0000000000000000000000000000000000000000..46f06f9debd507bf9cb68611d0851ccdaeb7d91e GIT binary patch literal 22253 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 Zp#_KFru831mk^hcgpl#_Y8Yse{R_T?=8OOU literal 0 HcmV?d00001 diff --git a/ios/adblockfast/blocked-8.pdf b/ios/adblockfast/blocked-8.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3ad4415f7456e5cb85a15b889308a1e45ece2a5d GIT binary patch literal 22027 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 <~FP{4HLY;5;@ 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-2.pdf b/ios/adblockfast/unblocked-2.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8d973afa1da8ae61eb8cd62a8ed428a07a55a54c GIT binary patch literal 18927 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

v84uTwS8Upq3Lg0WKl_F4A`t>QLpeY~7PV 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-4.pdf b/ios/adblockfast/unblocked-4.pdf new file mode 100644 index 0000000000000000000000000000000000000000..5f19a5d4528db0a491f98e76705c3b4e1d573158 GIT binary patch literal 20097 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-5.pdf b/ios/adblockfast/unblocked-5.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b718a8ebaa798ec2be61cc4bf82c299e3b61b6fe GIT binary patch literal 19957 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-6.pdf b/ios/adblockfast/unblocked-6.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3a72398958accd7f522bd1d9560946f3d681dd29 GIT binary patch literal 20802 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 n!L3j-P%CpQCHnv0 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 a883Ga!nOW&=rCasxHu&jmy)(J<$nM-*z0}( literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-9.pdf b/ios/adblockfast/unblocked-9.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0e45102b3285c5b1e3c6ec361b84da27d81c23ef GIT binary patch literal 22324 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 cyZoD7b8pwOf41xj$@R^yPDN5u23lwJy%>V!Z literal 0 HcmV?d00001 diff --git a/ios/adblockfastTests/Info.plist b/ios/adblockfastTests/Info.plist new file mode 100644 index 00000000..ba72822e --- /dev/null +++ b/ios/adblockfastTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/ios/adblockfastTests/adblockfastTests.m b/ios/adblockfastTests/adblockfastTests.m new file mode 100644 index 00000000..46128f30 --- /dev/null +++ b/ios/adblockfastTests/adblockfastTests.m @@ -0,0 +1,39 @@ +// +// adblockfastTests.m +// adblockfastTests +// +// Created by Brian Kennish on 9/11/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import + +@interface adblockfastTests : XCTestCase + +@end + +@implementation adblockfastTests + +- (void)setUp { + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. +} + +- (void)testPerformanceExample { + // This is an example of a performance test case. + [self measureBlock:^{ + // Put the code you want to measure the time of here. + }]; +} + +@end diff --git a/ios/adblockfastUITests/Info.plist b/ios/adblockfastUITests/Info.plist new file mode 100644 index 00000000..ba72822e --- /dev/null +++ b/ios/adblockfastUITests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/ios/adblockfastUITests/adblockfastUITests.m b/ios/adblockfastUITests/adblockfastUITests.m new file mode 100644 index 00000000..22dac5ab --- /dev/null +++ b/ios/adblockfastUITests/adblockfastUITests.m @@ -0,0 +1,40 @@ +// +// adblockfastUITests.m +// adblockfastUITests +// +// Created by Brian Kennish on 9/11/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import + +@interface adblockfastUITests : XCTestCase + +@end + +@implementation adblockfastUITests + +- (void)setUp { + [super setUp]; + + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + self.continueAfterFailure = NO; + // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. + [[[XCUIApplication alloc] init] launch]; + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. +} + +@end diff --git a/ios/blocker/ActionRequestHandler.h b/ios/blocker/ActionRequestHandler.h new file mode 100644 index 00000000..058cb8c0 --- /dev/null +++ b/ios/blocker/ActionRequestHandler.h @@ -0,0 +1,13 @@ +// +// ActionRequestHandler.h +// blocker +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import + +@interface ActionRequestHandler : NSObject + +@end diff --git a/ios/blocker/ActionRequestHandler.m b/ios/blocker/ActionRequestHandler.m new file mode 100644 index 00000000..78d1b9bb --- /dev/null +++ b/ios/blocker/ActionRequestHandler.m @@ -0,0 +1,58 @@ +// +// ActionRequestHandler.m +// blocker +// +// Created by Brian Kennish on 8/19/15. +// Copyright © 2015 Rocketship. All rights reserved. +// + +#import "ActionRequestHandler.h" +#import "Constants.h" + +#define RULESET_COMPILE_COUNT_KEY @"RulesetCompileCount" +#define BLOCKER_RULESET_FILENAME @"blockerList" +#define NOOP_RULESET_FILENAME @"noopList" +#define RULESET_FILE_EXTENSION @"json" + +@interface ActionRequestHandler () + +@property (nonatomic) NSUserDefaults *preferences; + +@end + +@implementation ActionRequestHandler + +- (NSUserDefaults *)preferences +{ + if (!_preferences) { + _preferences = [[NSUserDefaults alloc] initWithSuiteName:APP_GROUP_ID]; + [_preferences registerDefaults:[NSDictionary + dictionaryWithContentsOfFile: + [[NSBundle mainBundle] + pathForResource:DEFAULT_PREFERENCES_FILENAME + ofType:PREFERENCES_FILE_EXTENSION]]]; + } + + return _preferences; +} + +- (void)beginRequestWithExtensionContext:(NSExtensionContext *)context +{ + NSUserDefaults *preferences = self.preferences; + if (![preferences boolForKey:BLOCKER_PERMISSION_KEY]) + [preferences setBool:YES forKey:BLOCKER_PERMISSION_KEY]; + NSItemProvider *attachment = + [[NSItemProvider alloc] + initWithContentsOfURL:[[NSBundle mainBundle] + URLForResource: + [preferences boolForKey:BLOCKING_STATUS_KEY] ? + BLOCKER_RULESET_FILENAME : NOOP_RULESET_FILENAME + withExtension:RULESET_FILE_EXTENSION]]; + NSExtensionItem *item = [[NSExtensionItem alloc] init]; + item.attachments = @[attachment]; + [context completeRequestReturningItems:@[item] completionHandler:nil]; + NSInteger rulesetCompileCount = [preferences integerForKey:RULESET_COMPILE_COUNT_KEY]; + [preferences setInteger:++rulesetCompileCount forKey:RULESET_COMPILE_COUNT_KEY]; +} + +@end diff --git a/ios/blocker/Info.plist b/ios/blocker/Info.plist new file mode 100644 index 00000000..edb38a2c --- /dev/null +++ b/ios/blocker/Info.plist @@ -0,0 +1,37 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + blocker + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + XPC! + CFBundleShortVersionString + 1.0.2 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSExtension + + NSExtensionPointIdentifier + com.apple.Safari.content-blocker + NSExtensionPrincipalClass + ActionRequestHandler + + UIRequiredDeviceCapabilities + + arm64 + + + diff --git a/ios/blocker/blocker.entitlements b/ios/blocker/blocker.entitlements new file mode 100644 index 00000000..ee228776 --- /dev/null +++ b/ios/blocker/blocker.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.application-groups + + group.com.rocketshipapps.blocker + + + diff --git a/ios/blocker/blockerList.json b/ios/blocker/blockerList.json new file mode 100644 index 00000000..9bc44692 --- /dev/null +++ b/ios/blocker/blockerList.json @@ -0,0 +1,604220 @@ +[ + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#A9AdsMiddleBoxTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#A9AdsOutOfStockWidgetTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#A9AdsServicesWidgetTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD-HOME-LEFT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD1line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD2line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD300_VAN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADEXPERT_PUSHDOWN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADEXPERT_RECTANGLE" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADInterest" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADNETwallBanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADNETwallBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSLOT_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSLOT_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSLOT_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSLOT_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSLOT_SKYSCRAPER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADS_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSlideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADSpro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADV120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADVERTISE_HERE_ROW" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADVleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_C" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_CONTROL_13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_CONTROL_22" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_CONTROL_28" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_CONTROL_29" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_CONTROL_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_G" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_ROW" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_Zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_banner_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_half" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_newsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AD_rr_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADgoogle_newsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADoverThePlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ADsmallWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AFF_popup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#APC_ads_details" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AUI_A9AdsMiddleBoxTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-0-0-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-0-1-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-1-0-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-1-1-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-1-2-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-3-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-4-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-5-2-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-8-0-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-9-0-Slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad-Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad160x600_0_adchoice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad300x145" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad300x250_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad300x600_0_adchoice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad3Left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad3Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad3TextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad990" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAboveGame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAreaH" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAuth1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAuth2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAuth3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdAuth4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBannerSmallContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBanner_F1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBanner_S" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBar1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBlockBottomSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBottomLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBottomRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBox160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBox300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBox728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBoxMoreGames" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdButtons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdContainerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdContentModule_F" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdContent_0_0_pnlDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdControl_TowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDetails_GoogleLinksBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDetails_InsureWith" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDetails_SeeMoreLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDisclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDisplay_LongLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDisplay_TallLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdExtraBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdFeedbackLinkID_lnkItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdFoxDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdFrame1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdFrame2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdFrame4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdHouseRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdIndexTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLayer1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLayer2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLeaderboard2RunofSite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLeaderboardBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLeaderboardTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdLocationMarketPage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdMPUHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdMediumRectangle1300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdMediumRectangle2300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdMobileLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdPanelBigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdPanelLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdPopUp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdRectangleBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSense-Skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSense1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSense2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSense3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSenseBottomAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSenseDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSenseMiddleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSenseResults1_adSenseSponsorDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSenseTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdServer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdShopSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdShowcase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdShowcase_F" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdShowcase_F1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSky23" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSlot_AF-Right-Multi" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSpaceLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSpacing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSponsor_SF" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSpotMovie" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSquare02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdSubsectionShowcase_F1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdTaily_Widget_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdTargetControl1_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdTopBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdTopLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdWidgetContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdZone1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdZone2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_976x105" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_BelowContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_Block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_Center1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_Premier" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_Right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_RightBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_RightTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ad_TopLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adc1_AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adc2_AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adc3_AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdcBB_AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads470by50" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsBannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsBottomContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsBottomIframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsCarouselBoxArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsContainerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsContent_SearchShortRecB_UPSSR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsHome2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsLeft_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsPlayRight_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsShowCase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsTopContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsVideo250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdsWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_BUT_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_CAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_CAD2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_CAD2_Text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_CAD_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_FLB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_BA_SKY" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_CAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_OV_BS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_Special" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_google_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_google_02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_google_03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_google_04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Ads_google_05" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adsense300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adtag300x250Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adtag300x250Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvBody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvContainerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvContainerMiddleRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvContainerTopCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvContainerTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvFrame1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvHead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv_Footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adv_Main_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Advert1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertMPU23b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Advertisement1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertisementRightColumnRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertisingLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertismentHomeTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Advertorials" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#AdvertsBottomR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adverts_AdDetailsBottom_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Adverts_AdDetailsMiddle_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ArticleBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BANNER_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BANNER_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BANNER_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BBCPH_MCPH_MCPH_P_ArticleAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BBCPH_MCPH_MCPH_P_OasAdControl1Panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BBCPH_MCPH_MCPH_P_OasAdControl2Panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BBCPH_MCPH_MCPH_SponsoredLinks1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BDV_fullAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BackgroundAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Banner300x250Module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Banner728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerXGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BelowFoldAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BigBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BigboxAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BillBoardAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BodyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BotAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Bottom468x60AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomAd0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomAdSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomPageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#BrokerBox-AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ButtonAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CONTENTAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CSpromo120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ClickPop_LayerPop_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CommonHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CompanyDetailsNarrowGoogleAdsPresentationControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CompanyDetailsWideGoogleAdsPresentationControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAdPlaceHolder1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAdPlaceHolder2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAdView" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAdXXL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentAdtagRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_adds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_advertControl1_advertLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_advertControl3_advertLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPolepositionAds_Result" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ConversationDivAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CornerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#CountdownAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DARTad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DEFAULT_ADV4_SWF" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DFM-adPos-bottomline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DFPAD_MR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DFP_in_article_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DFP_top_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DartAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DartAd990x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DealsPageSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAdA" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAdB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAdC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAdEggHeadCafeTopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivAdForumSplitBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivMsnCamara" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DivTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#DividerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FFN_imBox_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_300_250_position2_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_300_x_250_600_position2_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_300x250_pos1_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_300x80_facebook_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_468x60_sponsor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_640x60_promo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_728_90_leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_ad_300x100_pos_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_videoplayer_300x250ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FooterAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FooterAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ForumSponsorBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Freeforums-AdS-footer-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Freeforums-AdS-header-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#FrontPageRectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLEADS_BOT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLEADS_CENTER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_151" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_49" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_56" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GOOGLE_ADS_94" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GameMediumRectangleAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GamePageAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleADsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleADthree" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdExploreMF" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAds250X200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdsPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdsPresentationControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleAdsenseMerlinWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleLeaderBoardAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleLeaderBoardAdUnitSeperator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleRelatedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Google_Adsense_Main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HALExchangeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HALHouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HB_News-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HEADERAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HOME_TOP_RIGHT_BOXAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HP_adUnits" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#H_Ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#H_Ad_Wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderAdSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderAdsBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderAdsBlockFront" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderBannerAdSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeaderTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HeroAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HomeAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HomeBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Home_AdSpan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HomepageAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HorizontalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#HouseAdInsert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ID_Ad_Sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#IM_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#IN_HOUSE_AD_SWITCHER_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#IframeAdBannerSmallContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ImageAdSideColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ImageRotaAreaAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#IslandAd_DeferredAdSpacediv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#JobsearchResultsAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Journal_Ad_125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Journal_Ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#JuxtapozAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#KH-contentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LB_Row_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LargeRectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeaderTop-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeaderboardAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeaderboardNav_ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftAdF1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftAdF2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftSideBarAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LittleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LoungeAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LovelabAdoftheDay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#LowerContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MAINAD-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MPUAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MPUadvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MPUadvertisingDetail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#M_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MainAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MainContent_ucTopRightAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MainSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MastheadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MediumRectangleAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Meebo\\:AdElement\\.Root" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MidPageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Module-From_Advertisers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MyAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MyAdSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#NavAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Nightly_adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#NormalAdModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_AD_TOPRIGHT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_posBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_posRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_posTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OpenXAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#OverrideAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PPX_imBox_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PREFOOTER_LEFT_BOXAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PREFOOTER_RIGHT_BOXAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PageLeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PaneAdvertisingContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PhotoAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#PostSponsorshipContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RHS2Adslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RadAdSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RadAd_Skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RelevantAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RgtAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RhsIsland_DeferredAdSpacediv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightBottom300x250AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightColumn125x125AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightColumnSkyScraperAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightNavTopAdSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightRailSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RightSponsoredAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RollOutAd970x66" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#RollOutAd970x66iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SE20-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SE_ADLINK_LAY_gd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SIDEMENUAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SIM_ad_300x250-600_pos1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SIM_ad_300x250_pos2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SIM_ad_728x90_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SRPadsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ScoreboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SearchAd_PlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SearchAdsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SearchAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Section-Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SectionAd300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SectionSponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SideAdMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SideBarAdWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SideMpuAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SidebarAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SkyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SpecialAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Spons-Link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsorBarWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsoredAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsoredAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsoredResultsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsorsAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TDads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TL_footer_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TOPADS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TOP_ADROW" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TOP_RIGHT_BOXAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TPVideoPlayerAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Tadspacecbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Tadspacefoot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Tadspacehead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Tadspacemrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TextLinkAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ThreadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TipTopAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TitleAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Top-Ad-Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#Top468x60AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAd0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdPos" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopGoogleCustomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#TopSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VM-MPU-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VM-footer-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VM-footer-adwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VM-header-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VM-header-adwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VertAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#VertAdBox0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd103" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd43" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd46" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd47" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd49" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd52" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WNAd63" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WarningCodecBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WelcomeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#WindowAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#XEadLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#XEadSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#YahooAdParentContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#YahooAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#YahooAdsContainerPowerSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#YahooContentAdsContainerForBrowse" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#YahooSponsoredResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#a4g-floating-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#a_ad10Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#a_ad11Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#abHeaderAdStreamer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ab_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#about_adsbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#above-comments-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#above-fold-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#above-footer-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveGbAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveNodeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveplayerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#abovepostads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#acAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#acm-ad-tag-300x250-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#acm-ad-tag-300x250-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#acm-ad-tag-728x90-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#acm-ad-tag-728x90-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-1000x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-109" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-118" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-120-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-120x600-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-120x600-other" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-120x600-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-120x60Div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-133" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-143" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-160-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-160x600-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-160x600-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-162" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-170" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-180x150-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-197" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-2-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-21" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-213" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-220x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-230x100-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-240x400-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-240x400-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-250x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-28" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-29" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-3-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300-additional" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300-detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-right0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x250Div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x40-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x40-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x40-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-300x60-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-32" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-320" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-37" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-376x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-4-300x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-5-images" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-55" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-63" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-635x40-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-655" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728x90-leaderboard-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728x90-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-728x90-top0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-74" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-88" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-88-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-970" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-98" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-a1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-abs-b-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-absolute-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-adsensemedium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-article-in" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-ban" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-970" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-980" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-body-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-base" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-beauty" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-below-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bigsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-billboard-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-billboard-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-blade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-block-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-block-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-block-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bottom-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bottom-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bottom-right-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bottom-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bottomright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box-first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box-second" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-boxATF" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-boxes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-br-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-bs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-buttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-campaign" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-carousel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-case" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-circfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-colB-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-adaptive-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-adaptive-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-fullpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-container-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-cube-Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-cube-Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-cube-sec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-cube-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-desktop-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-discover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-display-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-div-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-double-spotlight-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-e-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-ear" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-extra-comments" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-extra-flat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-f-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-featured-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-first-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-five" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-five-75x50s" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-flex-first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-flex-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-footer-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-footprint-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-for-map" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-framework-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-front-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-front-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-front-page-160x600-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-front-sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-fullbanner-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-fullbanner-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-fullbanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-fullwidth" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-giftext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-globalleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-google-chrome-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-googleAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-gutter-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-gutter-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-header-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-header-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-homepage-content-well" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-homepage-top-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-horizontal-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-horizontal-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-in-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-inside1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-inside2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-interstitial-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-introtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-label2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-large-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-lb-secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-ldr-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leader-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leader-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-2-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leaderboard-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-leadertop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-left-sidebar-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-left-sidebar-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-left-sidebar-ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-links-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-list-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-main-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-main-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-makeup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-manager" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-manager-ad-bottom-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-manager-ad-top-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-medium-lower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-medium-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-medrec_premium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-megaban2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mid-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-middlethree" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-middletwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-midpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-minibar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mpu-warning" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mpu1-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mpu2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mpu2-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-mrec2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-north-base" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-northeast" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-other" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-pencil" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-placard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-plate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-popup1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-position-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-push" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rbkua" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rec-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rec-btf-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-recommend" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle-flag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle1-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rectangle3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-region-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rian" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right-sidebar-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right-sidebar-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right-skyscraper-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-right3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-righttop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-rotator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-row-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-s1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-safe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-separator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-shop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-side-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-300x80" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sidebar2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-single-spotlight-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sky-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sky-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-skyscraper-feedback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-skyscraper1-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sla-sidebar300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slot-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slot-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slot-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slot-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-slug-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-small-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-software-description-300x250-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-software-sidebar-300x250-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-space-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-space-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-space-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-special" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-splash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sponsored-traffic" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-spot-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-spot-one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-squares" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-story-bottom-in" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-story-bottom-out" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-story-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-story-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-stripe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tail-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tape" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-target" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-target-Leaderbord" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-teaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-techwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-textad-single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-three" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tlr-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-right-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-text-low" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-top-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-tower1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-trailerboard-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-typ1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-uprrail1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-west" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wide-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrap-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrapper-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrapper-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrapper-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-wrapper1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-yahoo-simple" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-zone-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-zone-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad-zone-inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad001" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad002" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1-468x400" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1006" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad101" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad10Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad11Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad120x600container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad120x60_override" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125BL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125BR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125TL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125TR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad160x600right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1_top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2-original-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad260x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2CONT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2Sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2_inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad2gameslayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300250top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300IndexBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300X250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300_x_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x100Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250Module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250_336x280_300x600_336x850" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250_336x280_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250_callout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x250c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x50" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad300x600_callout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad31" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad32" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad330x240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad336atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad336iiatf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad375x85" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad3Article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad3small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad468_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad468x60-story" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad468x60_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad470" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad508x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad520x85" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad526x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad5_inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad650" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad720x90bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad72890foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728BoxBtm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Mid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728X90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728h" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728x90_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728x90asme" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad728x90box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad76890topContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad768top1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad97090" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBadges" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner160x610" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner728_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBanner9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerBreaking" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBannerWrapperFtr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlock01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlock125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlockContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlockContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlockOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlockTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBlocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBottbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBox11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBox16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBox350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBox390" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBoxUpperRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBrandDev" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adBreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCENTRAL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCTXSp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adChannel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adChoiceFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adChoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adChoicesIcon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adChoicesLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCirc300X200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCirc300X250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCirc300x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCirc620X100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCirc_620_100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adClickLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adClickMe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adClickRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adColumn3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCompanionBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adCompanionSubstitute" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainerCC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainerForum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainer_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainer_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainer_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContentHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adContext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adControl1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDailyDeal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDiv0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDiv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDiv300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDiv4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDiv728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adDivContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFiller" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFixFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFlashDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFooterTitel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFoxBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFps" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adFtofrs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adGmWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adGoogleText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adGroup1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adGroup4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHeaderTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHeaderWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adHolder6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adIframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInBetweenPosts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInCopy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInstoryOneWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInstoryTwoWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInteractive1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInteractive4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adInteractiveInline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLContain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLeaderTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLeaderboard-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLeaderboardUp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLink1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLink300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLocation-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLocation-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLocation-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLocation-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLounge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adLrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMOBILETOP" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMPUHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMagAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMarketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMedRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMediaWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMediumRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMeld" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMid1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMid2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMiddle0Frontpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMiddle_imgAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMiniPremiere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMonster1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adMpuBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adNshareWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adOne" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPLaceHolderTop728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPUSHDOWNBANNER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPageContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPanelAjaxUpdate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceHolder1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceHolder2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceHolderRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceScriptrightSidebarFirstBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceScriptrightSidebarSecondBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlaceScripttopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPlacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPopover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosOne" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosition14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosition5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosition6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosition7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPosition9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adPush" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRContain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRight5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adRightColumnHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSPLITCOLUMNTOPRIGHT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adScraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseBottomDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseContentTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseLoadingPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseResultAdblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseSidebarBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseTall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSenseWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adServer_marginal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adShortTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSideButton" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSidebarSq" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSkin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSkinBackdrop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSkyPosition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot-inPage-300x250-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlot4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSlug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace18" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace21" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace22" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace23" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace24" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace25" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace300_ifrMain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpaceBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpace_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpecial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSplotlightEm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-Leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-mrec1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-promobox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-promobox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-textbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-twin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpot-widestrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotAdvertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotIslandLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotholder-EGN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSpotlightSquare1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSqb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adStaticA" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adStrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSuperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSuperPremiere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSuperSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adSuperbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTableCell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTag-genre" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTag1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTag2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTeaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTextCustom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTextLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTextRt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adText_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adThree" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTicker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTiff" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTop1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTop2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopBanner-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopBanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopBox300x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTopboxright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTower1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTower2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adTwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adUn_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adUn_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adUn_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adValue" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adVcss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adWideSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adWrapper1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adWrapperLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adWrapperRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adZoneTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_120_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_130x250_inhouse" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160_600_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160_container_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160_container_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160x160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_175x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_190x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_250_inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_interruptor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300misc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x100_m_c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250Ando" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_content_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_m_c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250_startgame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x250m" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_300x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_350_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_450x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_468x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_470x60a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_500" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_500_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_500x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_700_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_700x430" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728x90_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728x90_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728x90home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_728x91" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_88x31" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_940" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_984" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_990x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_A" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_B1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_C" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_C2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_D" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_DisplayAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_DisplayAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_E" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Entry_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Entry_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_F" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_G" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_H" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Home_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_I" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_J" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_K" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_L" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_LargeRec01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_M" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_N" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_NorthBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_O" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_P" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Position1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_R1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Top2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_TopLongBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_Wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_YieldManager-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_YieldManager-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_YieldManager-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_above_game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_after_navbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_and_content_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_article_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bannerManage_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_125x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_728x90_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_example" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banner_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_banners_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bar_rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bellow_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bg_image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bigbox_companion" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bigrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bigsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bigsize_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_billboard2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_billboard_ifm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_block_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_board_after_forums" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_board_before_forums" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottom_1x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottom_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottom_another" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottom_article_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bottombrandtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box160a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box_colspan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_box_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_branding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bs_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_btmslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bucket_med_rectangle_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_bucket_med_rectangle_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_buttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_category_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_center_monster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_channel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_chitikabanner_120x600LH" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_choices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_circ300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_circ_300_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_circ_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_circ_300x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_close" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cna2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_comments" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_companion_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_complex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_comps_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cont1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cont2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_marginal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_container_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_before_first_para" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_fullsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_content_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_creative_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_creative_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_creative_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_cyborg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_display_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_display_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_div_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_div_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_embed_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_fb_circ" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_feature" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_feedback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_fg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_firstpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_flyrelax" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_footer1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_footerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_footer_s" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_footer_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_frame1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_front_three" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_fullbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_gallery_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_above_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_header1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_header2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_google_content336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_googlebanner_160x600LH" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_grp1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_grp2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_gutter_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_h3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_haha_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_haha_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_hdr_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_header_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_header_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_header_logo_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_headerlarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_help_link_new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_hf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_hide_for_menu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_home_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_horseshoe_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_horseshoe_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_horseshoe_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_horseshoe_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_hotpots" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_houseslot1_desktop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_houseslot_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_iframe_160_by_600_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_iframe_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_img_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_in_arti" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_infoboard_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_inplace_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_interestmatch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_interestmatch400" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_island2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_island_incontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_island_incontent2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_keywrods" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_large_rectangular" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lastpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_layer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_layer1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_layer2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ldb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lead1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard_master" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboard_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderboardtwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leaderborder_container1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_skyscraper_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_left_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_leftslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_links_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lnk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_lwr_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_marker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mast" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_med_rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_medium_rectangular" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mediumrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_megabanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_menu_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_messageboard_x10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_middle_122" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_middle_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_middle_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_midstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ml" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_most_pop_234x60_req_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpu2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpu300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpuav" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mpuslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mrcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_myFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_netpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_newsletter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_num_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_num_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_num_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_overlay_countdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_overture" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_pencil" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ph_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_place" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_play_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_plugs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_post_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_poster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_pr_info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_primaryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_promoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_publicidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_pushupbar-closed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rect_c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rectangle_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rectangular" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_region1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_region2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_region3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_region5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_related_links_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_related_links_div_program" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_replace_div_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_replace_div_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_report_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_report_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rightSidebarFirstBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rightSidebarSecondBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_column1_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_column2_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_content_article_page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_content_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_out" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_rail_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_rail_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_rail_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_second" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_skyscraper_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_right_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rightslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_righttop-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ros_tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rotator-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rotator-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_row_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rr_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_rside_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_script_head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sec_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sense_help" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sgd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_short" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sidebar_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_silo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sitebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sky1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sky2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sky3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skyscraper160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skyscraper_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skyscraper_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_skyscraper_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_livesky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_right_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_right_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_slot_sky_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_space_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_space_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_space_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_sponsorship_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_spot300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_spot_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_spot_b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_squares" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_ss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stck" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_strapad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_stream8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_strip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_takeover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_term_bottom_place" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_text:not(textarea)" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_thread_first_post_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_thread_last_post_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_tile_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_topBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top_header_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_top_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_topmob" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_topnav" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_topslot_b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_tp_banner_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_tp_banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_under_game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_unit2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_video_abovePlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_video_belowPlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_video_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_website_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_wide_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_widget_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_window" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_wp_base" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_wrapper1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_wrapper2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_x10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_x20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_zone1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_zone2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_zone3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adamazonbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adaptvcompanion" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbForum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner-home-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner-home-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner00001" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner00002" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner00003" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner00004" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner00005" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner_abovethefold_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbanner_mobile_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbannerbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbannerdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbannerleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbannerright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbannerwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_ad_1_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_ad_2_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_ad_3_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_ad_4_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_ads_container_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar_main_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbarbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbg_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbg_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbladeSp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblade_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-jango" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock_header_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock_header_ad_1_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock_sidebar_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock_sidebar_ad_2_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock_v" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblockbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblockerMess" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblockerwarnung" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblockrighta" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblocktop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adblocktwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbn_UMU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbnr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbottomgao" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox-indivisual-body-topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox-placeholder-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox300600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbox_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbrite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbrite_inline_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbritebottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbutton" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adbuttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcarousel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcatfish" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcenter2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcenter4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adchoices-icon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adchoices_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adclear" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adclose" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcode1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcode10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcode2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcode3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcode4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcolContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcolumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcolumnwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer125px" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer___gelement_adbanner_2_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainer_top_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontainsm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontent1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontextlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontrolPushSite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontrolhalfbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adcontrolisland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add720" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_720bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_block_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_block_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_ciao2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_space_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#add_space_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#addbottomleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#addiv-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#addiv-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#addspaceleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#addspaceright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfactor-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfloat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfooter_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfooter_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adframe:not(frameset)" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adframetop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adfreead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhalfbanner_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhalfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhead_g" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adheadhubs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhomepage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adhzh" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adid10601" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adid2161" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adiframe1_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adiframe2_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adiframe3_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adigniter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adimg0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adimg3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adimg6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adition_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adjacency" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adjs_id" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_content-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_content-foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_mrec1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_mrec2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_rnav-bt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adkit_rnav-fb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_300x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_300x250_td" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_individual_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adl_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlabelFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlanding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlandscape" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlargeverti" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlargevertimarginauto" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlayerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlayer_back" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlayerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adleaderboard_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adleaderboardb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adleaderboardb_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-133" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-197" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-213" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-28" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-55" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-74" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlink-98" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlinkws" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adlrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admanagerResultListBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admanager_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admanager_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admiddle3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admiddle3center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admiddle3left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admiddleCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admod2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admon-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admon-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#admulti520" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adnorth" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adops_cube" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adops_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adops_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adoptionsimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adoverlaysrc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpanel-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adplaceholder_mpu01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adplacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adplacer_preroll1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adplate-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpos-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpos1-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-C" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-FPMM" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-REM2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-SHADE" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-TOCSS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-TVSP" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-inner-REM1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition-inner-REM3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition1_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adposition4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpositionbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpostloader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adprovider-default" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectanglea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectanglea_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectanglea_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectangleb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectangleb_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrectmarginauto" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adright2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrightbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrighthome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrightrail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adriver_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adriver_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-24" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrotate_widgets-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrow-house" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrow1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adrow3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-200x200-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-A" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-B1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-C" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-C1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-E" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-E1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-F" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-G" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-H" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-K" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-box-header-pb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-by-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-category" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-contain-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-container-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-container-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-container-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-dell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-dw" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-footer-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-footer-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-h-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-h-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-header-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-hoster-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-indextext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-king" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-leaderboard1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-left-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-menu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-mn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-prices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-rhs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right-cube" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-right-twobottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-rt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-sidebar-skyscraper-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-sponsored-boxes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-sticky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-tp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-under-rotator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-vers7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-vertical-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads100Box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads100Middlei4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads120_600-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads160_600-widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads160_600-widget-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads160_600-widget-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads160left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads250_250-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300_250-widget-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300hp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300k" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads300x250_single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads315" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads336Box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads72890top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads728bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads728top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads728x90_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads790" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBannerFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBox-460_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBox-dynamic-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsBoxResultsPage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsCTN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDisplay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsDiv7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsGooglePos" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsHeading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsID" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsIframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsIfrme1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsIfrme2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsIfrme3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsIfrme4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsLREC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsLeftZone1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsLeftZone2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsLinkFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsNarrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsProdHighlight_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsSPRBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsSuperCTN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsTopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsZone1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsZone2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsZone_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_120x60_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_320_260" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_320_260_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_absolute_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_absolute_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_back" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_banner_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_banner_right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_belowforumlist" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_belownav" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bigrec1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bigrec2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bigrec3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bottom_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_bottom_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_box_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_button" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_by_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_campaign" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_catDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_center_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_central" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_dynamicShowcase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_eo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_expand" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_fullsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_h" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_halfsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_header_games" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_horiz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_html1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_html2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_im" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_insert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_layout_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_lb_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_leaderbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_left_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_mads_r1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_mads_r2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_medrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_notice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_pave" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_place" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_player" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_player_audio" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_player_line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_postdownload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_pro_468_60_on_vid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_r_c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_right_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_right_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_section_textlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sidebar_bgnd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sidebar_roadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_slide_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_space_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_special_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sponsFeed-headline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sponsFeed-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_sponsored_link_pixel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_superbanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_superbanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_superior" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_td" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_textlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_top2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_top_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_top_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_top_sec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_tower1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_watch_top_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_zone27" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbottombluesleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsbox728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adscenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adscolumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adscontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsctl00_AdsHome2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsd_contentad_r1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsd_contentad_r2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsd_contentad_r3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsd_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsd_txt_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdaq160600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdaq300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdaq72890" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdiv300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdiv468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsdiv_close" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-end-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-letterbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-module-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense05" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense160600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense2pos" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseOne" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_article_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_article_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_banner_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_block_238x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_block_350x320" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_box_video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_honeytrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_item_detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_placeholder_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_testa" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_unit5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsense_ziel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensebreadcrumbs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseheader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensehorizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensempu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensepo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensepos" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensequadr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsenseskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensetext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensetopmobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensetopplay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsensewidget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adserv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adserve-Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adserve-Leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adserve-MPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adserve-Sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsfundo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adshometop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adshowbtm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adshowtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsideblock1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsiframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsimage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskinleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskinlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskinright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskintop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskyleftdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskyrightdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adskyscraper_flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsleft1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslist" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslistbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot-2-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot-3-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot-4-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot1173" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot1189" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot1202" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot_c2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot_m1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot_m2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adslot_m3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsmegabanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsmiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsonar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsonarBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-leaderboard-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-panorama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspaceBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspaceBox300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspaceBox300_150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspaceBox300white" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspaceRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspace_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspdl-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspecial_offer_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsplace1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsplace2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsplace4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsplash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsponsorImg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsponsored_links_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-149x170" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-1x4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-295x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-2a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-2b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-300x110-pos-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-300x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-300x250-pos1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-300x600-pos1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-468x60-pos-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-620x270-pos-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-620x45-pos-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-620x45-pos-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-728x90-pos-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-d" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot_220x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adspotlight1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsquare2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adssidebar2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adssidebar3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstext2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstory" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstripbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstripnew" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adstuff" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adswidget1-quick-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adswidget2-quick-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adswizzBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adsxpls2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adszed-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtab-feedback2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtable_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtag5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtag8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtag_right_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtagfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtagheader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtagrightcol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtags_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtaily" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtaily-widget-light" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_728or920_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_googleslot_03c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_leaderboard01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtech_takeover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtechbanner728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtext-top-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtopHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtop_dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtopbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtopbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtophp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtrafficright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adunderpicture" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adunit300x500" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adunit_video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adunitl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-companion-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-ext-ext-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-ext-ext-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-fb-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-midroll" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-mpux" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-preroll" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-strip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x34" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x35" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x36" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x37" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x38" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x39" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv-x40" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv130x195" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv170" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv2_ban" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv300bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv300top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv300x250container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv3_ban" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv468x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv768x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advCarrousel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advMegaBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advRectangle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advSidebarDocBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advSkin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advTopRight_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_300x250_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_468x60_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_52" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_62" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_65" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_71" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_73" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_94" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_96" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_97" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_98" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_BoxBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_Inread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_IntropageOvl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_LdbMastheadPush" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_Reload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_Skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_banner_featured" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_banner_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_bootom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_box_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_config" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_contents" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_contents_tem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_google_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_google_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_halfpage_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_mpu1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_mpu2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_network" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_overlay_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_sponsorRowFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_sponsorRowHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_sponsor_cat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_textlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_textual_google_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_top_banner_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_videobox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_wallpaper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_wallpaper2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_wideleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adver7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-ahead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-boomer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-container-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-display" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-footer-hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-hpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-links-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-right-not-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-skyscaper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-stickysky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert1hp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert234_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert2area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert2areasmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert3area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert3areasmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertBoxRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertBoxSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertControl4_advertLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertCover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertDB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertMarkerHorizontalConatiner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertMarkerVerticalConatiner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertSeparator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertTopLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertTopSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_05" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_07" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_300x2502" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_300x2503" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_04_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_04_left_end" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_04_right_end" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_05" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_561_07" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_back_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_back_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_back_300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_belowmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_bottom_100x70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_home01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_home02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_home03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_home04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_lrec_format" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_media" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_mid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_mpu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_mpu_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_right_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advert_yell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertborder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertbox3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertbox4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverthome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverti" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise-here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise-here-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise-now" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiseBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiseGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiseHere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiseLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertise_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisediv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiseheretop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-detail1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-detail2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementBottomThreadUser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementDIV2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementFooterTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementHeaderBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementHorizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementLigatus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementPrio2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementRightcolumn0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementRightcolumn1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementThread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_RightPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisement_notice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementblock1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementblock2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementblock3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisements_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisements_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisements_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementsarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisementsxml" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiser-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiserLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertiserReports" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisers-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-control" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-mockup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingBlocksLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingBottomFull" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingHrefTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingLeftLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingModule160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingModule728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingRightColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingRightRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisingTopWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_horiz_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_iab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising_top_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisment-block-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisment-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisment1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertismentBottom728x90_" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertismentElementInUniversalbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisment_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisment_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertismentgoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertistop_td" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial_block_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertorial_red_listblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverts-top-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverts-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverts-top-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverts-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverts_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertscroll" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertsingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advertssection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adverttop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advetisement_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advgeoul" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advgoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advman-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advsingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advt-right-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advt_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advtbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advtopright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#advx3_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwhitepaperwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget2_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget3_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwidget_hidden" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwin_rec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwith" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwords-4-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwords-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwrap-295x295" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwrap-722x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwrap-729x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adwrap-966x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxBigAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxBigAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxMiddle5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxMiddleRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxSponLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxSponLink2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxSponLinkA" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxToolSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adx_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adx_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adx_ad_bottom_close" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adxtop2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzerk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzerk1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzerk2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzerk_by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-middle2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-sidebarSmallPromo1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-sidebarSmallPromo2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzoneBANNER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzone_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzonebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#adzoneheader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aetn_3tier_ad_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#af_ad_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#af_ad_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#af_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#afc-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#affiliate_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#affinityBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after-content-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after-header-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after-header-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after-header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#after_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#afterpostad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#agencies_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#agi-ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#agi-ad300x250overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#agi-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#alert_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#amazon-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#amazon_bsa_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ami_ad_cntnr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#amsSparkleAdFeedback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#analytics_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#analytics_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#anchorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#annoying_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#annoying_extra_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap-widget-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap-widget-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap_adframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap_adtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap_cu_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ap_cu_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apiBackgroundAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apiTopAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apiTopAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apmNADiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apolload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#app_advertising_pregame_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#app_advertising_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#app_advertising_rectangle_ph" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#apt-homebox-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#araHealthSponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#area-adcenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#area-left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#area13ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#area1ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-agora-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-footer-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-island-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-sponspred-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article-top-728x90-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleAdReplacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleLeftAdColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_LeftAdWords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_SponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_bottom_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_rt1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_top_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ad_w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_adholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_bottom_ad01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_gallery_desktop_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_left_ad01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#article_sidebar_ad_02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articlead1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articlead2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articlead300x250r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articletop_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleview_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#articleview_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#artist-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aside_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#asideads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#asinglead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#atad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#atad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#atlasAdDivGame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#atwAdFrame0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#atwAdFrame4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#autos_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#aw-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#awds-nt1-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#awesome-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#awp_advertisements-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b-ad-choices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b-adw" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b5-skyscraper-ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b5_ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b5_ad_sidebar1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b5_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#b5ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bLinkAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#babAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#backad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#background-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#background_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#backgroundadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ban_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ban_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-300x250-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-336x280-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-336x280-south" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-728adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-728adtag-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-last" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-loader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-square-first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ad-square-last" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-advert-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-lg-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner300-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner660x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner975_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer1_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdContainer2_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdLInk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdRight3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAd_ctr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAd_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_280_240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_300x250_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_Sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_div_fw" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_admicro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_sedo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_wrapper_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banneradrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banneradspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#banneradvert3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#barAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#baseAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#baseboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#baseboard-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#basket-adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bbContentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bb_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bbccom_sponsor_section_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bbo_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bcaster-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#before-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#below-listings-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#below-post-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#belowAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#belowContactBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#belowNodeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#below_comments_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#below_content_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#belowad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#belowheaderad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg-footer-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg-footer-ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_YieldManager-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_YieldManager-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_YieldManager-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_banner_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_banner_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_banner_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bgad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bh_adFrame_ag_300x250_atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bh_adFrame_bh_300x250_atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bh_adFrame_bh_300x250_btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#big-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigBoxAdCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#big_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#big_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#big_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigad300outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigadframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigadspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigboard_ad_ini" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigbox-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bigsidead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#billboard-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#billboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bl11adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blancco-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block--ex_dart-ex_dart_adblade_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ad_blocks-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ad_cube-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ad_cube-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-adsense-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-adsense-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-adsense_managed-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-advert-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-advert-content2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-ad_top_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-gfc-ad-top-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dctv-ad-banners-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-billboard-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-mpu-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-mpu-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-mpu-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-skyscraper_left_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-skyscraper_left_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-display-ads-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ex_dart-ex_dart_adblade_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ex_dart-ex_dart_sidebar_ad_block_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ex_dart-ex_dart_sidebar_ad_block_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-fan-ad-fan-ad-front-leaderboard-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-fan-ad-fan-ad-front-medrec-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ibtimestv-player-companion-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-localcom-localcom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openads-brand" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openx-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openx-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openx-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-openx-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-spti_ga-spti_ga_adwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-thewrap_ads_250x300-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-Advertorial-block_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-Advertorial-block_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-Advertorial-block_7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-ad-directory-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-premium-ad-slideshow-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-sponsor-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blockAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blockAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_advert1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_advert2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#block_timeout_sponsored_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogImgSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_ad_opa" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogad_728x90_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogad_right_728x91_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogad_top_300x250_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blogads_most_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-big-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-big-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-big-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-halfpage-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-tile-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-tower-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bn_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bnr-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bnr-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bnr-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bnrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bnrhd468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#body-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bodyAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bodyAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bodyAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bodyAd4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#body_728_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bodymainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bonus-offers-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#book-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bookmarkListDeckAdPlaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boss_banner_ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boss_banner_ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bot_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#botad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#botads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bott_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bott_ad2_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-728-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-tray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-article-ad-336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-banner-spc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-side-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-sponsor-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAd300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdBlcok" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdCCBucket" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdSenseDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomAdvBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomFullAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomLeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomRightAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomRightAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomSponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_region" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_advert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_adwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_ex_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_leader_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_overture" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_player_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_sponsor_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomad_table" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadsdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomleaderboardad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottommpuAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottommpuSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomsponad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomsponsoredresults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-ad-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-ads-small-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-ads-small-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-googleadsense-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box-googleadsense-r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box1ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box2ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxAd300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxLightImageGalleryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_ad_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_advertising_info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_articlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_mod_googleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#box_text_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxad5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxes-box-ad300x250set2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxes-box-ad300x250set2block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxes-box-ad_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxes-box-ad_728x90_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxtube-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bpAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bps-header-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bq_homeMiddleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#br_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#brand-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#brand-box-ad-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#branding_click" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#browse-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#browse_ads_ego_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#browsead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bsaadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bsap_aplink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btm_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btmad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btmsponsoredcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btn-sponsored-features" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btnAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btnads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#btr_horiz_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#burn_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#bus-center-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button-ads-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button-ads-vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonAdWrapper1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonAdWrapper2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#button_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonad-widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonad-widget-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buy-sell-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buySellAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buysellads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#buysellads-4x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c-adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c4_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c4ad-Middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c4ad-Top-parent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c_ad_sb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c_ad_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#c_sponsoredSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#caAdLarger" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#carbonads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#catad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#catalyst-125-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#catalyst-ads-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#category-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#category-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#category_sponsorship_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cb_medrect1_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cbs-video-ad-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cbz-ads-text-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cbz-comm-advert-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cellAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center-ad-group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center-ads-72980" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center-three-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#centerAdsHeadlines" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_ad-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#central-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cgp-bigbox-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ch-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#channel-ads-300-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#channel-ads-300x600-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#channel_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#channel_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#chartAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#charts_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#chatAdv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#chatad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cherry_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ciHomeRHSAdslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#circ_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#circ_ad_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#circ_ad_620x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#circ_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#circad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#city_House_Ad_300x137" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#clickforad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cliczone-advert-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cliczone-advert-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#clientAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#closeAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#closeable-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cltAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cmMediaRotatorAdTLContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cmn_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cmn_toolbar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnhi_premium_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnAboveFoldBelowAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnCMAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnRR336ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnSponsoredPods" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnTowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnVPAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnn_cnn_adtag-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#coAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cobalt-ad-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#coda_ad_728x90_9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cokeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#col3_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#colAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#colRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#collapseobj_adsection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#college_special_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#column-ads-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#column2-145x145-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#column4-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#columnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#columnTwoAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#column_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#column_extras_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#commentAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#commentTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comment_ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comments-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comments-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comments_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#commercial-textlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#commercial_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#commercial_ads_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_lower_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_lower_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_lower_player_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_lower_player_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_player_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_player_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_right_right_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#common_top_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#community_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#compAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comp_AdsLeaderboardBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#comp_AdsLeaderboardTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#companion-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#companionAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#companion_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#companionad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#componentAdRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#componentAdSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#conduitAdPopupWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container-ad-content-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container-ad-topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container-polo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container-righttopads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container-topleftads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#containerAds980" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#containerLocalAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#containerLocalAdsInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#containerMrecAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#containerSqAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#container_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contener_pginfopop1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-ad-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-advertising-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-advertising-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-columns-post-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-columns-post-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAdBottomRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAdHalfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAdTwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAds300x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAds300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAds667x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAdsCatArchive" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentBottomAdLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentBoxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentFooterAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentTopAds2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_storyarticlepage_main_0_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_storyarticlepage_main_0_pnlAdSlotInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_storyarticlepage_sidebar_0_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_storyarticlepage_sidebar_11_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_storyarticlepage_sidebar_6_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_11_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_11_pnlAdSlotInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_16_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_16_pnlAdSlotInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_2_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_2_pnlAdSlotInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_3_twocolumnrightfocus_right_bottomright_0_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_3_twocolumnrightfocus_right_bottomright_1_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_4_threecolumnallfocus_right_0_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_7_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_7_pnlAdSlotInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_9_twocolumnleftfocus_b_right_1_pnlAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_ads_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_bottom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_box_300body_sponsoredoffers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_box_adright300_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_lower_center_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_right_area_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content_right_side_advertisement_on_top_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentad_imtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentad_urban" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentarea-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentarea-ad-widget-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contentinlineAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contents_post_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contest-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextual-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextual-ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextual-ads-bricklet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextual-dummy-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#contextualad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#corner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cornerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cosponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cosponsorTab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#coverADS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#coverads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cph_cph_tlda_pnlAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#crowd-ignite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#crowd-ignite-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#csBotterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#csTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ct-ad-lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_AdPanel1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_AdPanelISRect2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_AdWords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_Adspace_Top_Height" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_BottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_BottomAd2_AdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_BottomAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentMain_BanManAd468_BanManAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_AdRotator3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_BannerAd_TABLE1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_DrillDown1_trBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_TextAd_Pulse360AdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_ad12_adRotator_divAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_blockAdd_divAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_ctl00_StoryContainer1_ImageHouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_ucAdHomeRightFO_divAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_ucAdHomeRight_divAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder_PageHeading_Special_divGoogleAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentRightColumn_RightColumn_Ad1_BanManAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentRightColumn_RightColumn_Ad2_BanManAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentRightColumn_RightColumn_PremiumAd1_ucBanMan_BanManAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_Content_SquareAd_AdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_Content_skyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_Footer1_v5footerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_FooterHome1_AdFooter1_AdRotatorFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_GoogleAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_GoogleAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_GoogleSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_Header1_AdHeader1_LabelHeaderScript" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_HyperLinkHouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ImageHouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_LHTowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_LeftHandAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_MainContent_adDiv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_MainContent_adDiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_MasterHolder_IBanner_adHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_SiteHeader1_TopAd1_AdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_TopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_TowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_VBanner_adHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00__Content__RepeaterReplies_ctl03__AdReply" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_adCar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_adFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_advert_LargeMPU_div_AdPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_advert_WideSky_Right_divOther" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_bottom_advert_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMainContent_lblPartnerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMain_adView_dlAds_ctl01_advert_AboveAds_divOther" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMain_hlAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMain_hlAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMain_hlAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphMain_phMain_ctl00_ctl03_ctl00_topAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphRoblox_boxAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_MainPlaceHolder_itvAdSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_RightColumn1_ctl04_csc300x250Ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_RightColumn1_ctl04_pnlAdBlock300x250Ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_RightPanePlaceHolder_pnlAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_Main_Main_PlaceHolderGoogleTopBanner_MPTopBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_Main_Main_SideBar_MPSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_divAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_tableAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_tdBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_pnlAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_pnlAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl01_ctl00_tdBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl05_ctl00_tableAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl05_ctl00_tdBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl08_ctl00_tableAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl11_AdvertisementText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctrlAdvert6_iframeAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctrlAdvert7_iframeAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctrlAdvert8_iframeAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_divAdSuper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_dlTilesAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_fc_ctl02_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_fc_ctl03_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_fc_ctl04_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_fc_ctl06_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_headerAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_m_skinTracker_m_adLBL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_mainContent_lblSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_phCrackerMain_ucAffiliateAdvertDisplayMiddle_pnlAffiliateAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_phCrackerMain_ucAffiliateAdvertDisplayRight_pnlAffiliateAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_pnlAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_siteHeader_bannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl03_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl04_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl05_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl06_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl14_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl15_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl16_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl18_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_tc_ctl19_AdControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_topAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ucAffiliateAdvertDisplay_pnlAffiliateAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ucFooter_ucFooterBanner_divAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl08_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl_bottom_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctr-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctr_adtech2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctr_adtech_mpu_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctr_adtech_mpu_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctrlsponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctx_listing_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ctx_listing_ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cubeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cube_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cube_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cube_ads_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cubead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cubead-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cubead2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#currencies-sponsored-by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#custom-advert-leadboard-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#custom-small-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#customAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cxnAdrail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#d-adCont543x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#d-adCont728x90Inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#d4_ad_google02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dItemBox_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#d_AdLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dap300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dart-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dart_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dart_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dart_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dart_ad_island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad25" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad28" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dartad9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dc-display-right-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dc_ad_data_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dc_ad_data_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dc_ad_data_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dc_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcadSpot-Leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcadSpot-LeaderFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dclinkad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcol-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomad_728x90_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomad_ad_728x90_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomad_top_300x250_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomad_top_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomad_top_300x251_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ddAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ddAdZone2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#defer-adright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#desktop-aside-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#detail_page_vid_topads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#devil-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-billboard_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-billboard_leaderboard-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_4-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-boombox_5-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-clone_of_sidebar_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-content_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-content_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-content_3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-content_4-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-dfp_ad_atf_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-dfp_ad_atf_728x90-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-fm_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-half_page-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-half_page_sidebar-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-home_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-home_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-home_3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-homepage_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-homepage_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-homepage_728x90-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-kids_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-large_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-large_rectangle-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-leaderboard-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-local_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mediumrect-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mediumrectangle-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mediumrectangle2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mosad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mosad_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-mpu_3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_carousel_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_carousel_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_column3a_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_column3a_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_news2_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-ne_news2_468x60-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-pencil_pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-pencil_pushdown-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-right3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-schedule_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot4-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot5-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot6-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-slot7-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_3-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-stamp_4-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_1-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_half_page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tower_half_page-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-tv_300x250-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-wallpaper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-ad-wallpaper-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-article-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-article-related-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfpAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_DictHome_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_DictHome_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_180x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_Btm_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_EntrySetA_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_EntrySetA_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_EntrySetB_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_EntrySetB_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Entry_EntrySetC_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Home_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Home_Btm_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_IC_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_InternalAdX_300x250_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Internal_EntryBr_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Internal_Home_250x262" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Result_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_SecContent_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_Thesaurus_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp_ad_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfrads-widget-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dfrads-widget-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dhm-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dict-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#direct-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#disable-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#displayAdSet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#displayad_bottom-page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-1x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-1x1_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-coupon_9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-r1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-adid-4000" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div-vip-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdHere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdHorizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdSpecial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdd728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdd_Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdd_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdv300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divAdvertisingSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divArticleInnerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divBannerTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divBottomad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divBottomad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divDoubleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divFoldersAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divFooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divFooterAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divLeftAd12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divLeftRecAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divMenuAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divReklamaTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divRightNavAdsLoader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divWNAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divWNAdUnitLanding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divWrapper_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_ad_TopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_ad_float" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_ad_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_content_mid_lft_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_header_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_side_big_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#div_video_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divadfloat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divadsensex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divmiddlerightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divuppercenterad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#divupperrightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dlads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dmRosAdWrapper-MainNorth" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dmRosAdWrapper-east" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dni-advertising-skyscraper-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dni-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_adSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_adTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_ad_island1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_ad_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_ad_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_banner_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_banner_486x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_ctl00_Ad2Pane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_dnn_dartBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_googleAdsense_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_playerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_sponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#docmainad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dogear_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dotnAd_300x250_c20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleClickAds3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleClickAds_bottom_big_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleClickAds_bottom_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleClickAds_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleclick-island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#download-leaderboard-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#download-leaderboard-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#downloadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#download_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dp_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dp_ads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ds-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dsStoryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ds_ad_north_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dvAd2Center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dynamicAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#dynamicAdWinDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ear_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#eastAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#editorsmpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#elections-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#elite-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#em_ad_superbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#embedAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#embedded-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#embeded_ad_content_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#entrylist_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#eshopad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#event_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#evotopTen_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ex-ligatus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ex_dart--ex_dart_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#exads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#expandableAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#expandable_welcome_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#expanderadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#external-links-column-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#externalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#extra-search-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#extraAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#extraAdsBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ezadswidget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#f_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#f_adsky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#facebook-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fb_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fb_rightadpanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fearless_responsive_image_ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featureAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featureAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#feature_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#feature_adlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featured-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featured-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featured-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredAdContainer2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredAdWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featured_ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#featured_sponsor_cnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#feed_links_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#feedjiti-footerTR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ffsponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#file_sponsored_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_ad_728x90_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_advertorial_features" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_dc_ad_300x100_pos_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_ds_homepage_adtag_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#first-300-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#first-adframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#first-adlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#firstAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#first_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#first_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#firstad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fixedAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flAdData6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fl_hdrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flash_ads_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flashad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flex_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flexiad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flipbookAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatAD_l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatAD_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floating-ad-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floating-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floating-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatingAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatingAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#floatyContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#foot-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#foot-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-loader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-advert-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-adwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-affl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdBg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdsPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_AdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_cloud" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_inventory" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_ad_modules" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_addvertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_adsense_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerad728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footeradsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#footeradvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#form_bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#forum_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#forumlist-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#four_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fp_rh_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fpad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fpad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fpv_companionad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fr_ad_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frameAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frameTextAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frame_admain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#free_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frmRightnavAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frnAdSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frnBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frnContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front-ad-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front-page-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frontPageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front_ad728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front_adtop_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#front_mpu_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frontlowerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frontpage_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#frontpage_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ft-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ft-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ft-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ft-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ft_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ftad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ftad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#full_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fulldown_ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fulldown_ads_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fullsizebanner_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fullstory-google-textad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fusionad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fw-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#fwAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#g-adblock2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gBnrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gBottomRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#g_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#g_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ga_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gads300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gads_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#galleries-tower-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-ad-m0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-page-ad-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-random-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery-slideshow-interstitial-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#galleryad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#game-info-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gameAdMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gameAdTopMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gameSquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#game_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#game_profile_ad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gamead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gameads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gamepage_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gameplay_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#games-mpu-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#games_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gasense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gbl_topmost_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gcommonad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#genad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#geoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gft-adChoicesCopy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gglads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gglads213A" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gglads213B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ggogle_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gl_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#glamads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#glinkswrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#global-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#globalHeader_divAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#globalLeftNavAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#globalTopNavAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#global_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#global_header_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gm-ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gmi-ResourcePageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gmi-ResourcePageLowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gnadww" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#go-ads-double-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#go-ads-double-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#goad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#goads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gog_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gooadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ad-art" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ad-table-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ad-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-bottom-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-container1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-ads-left-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-adsense-for-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-adsense-mpusize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-adv-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-adwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-afc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdSenseAdRR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdView" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdYarrp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAd_words" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsSml" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsenseAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsenseBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdsenseBannerBlog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAdwordsModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleAfcContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleSearchAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleShoppingAdsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleShoppingAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleSubAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleTxtAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_468x60_contnr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_EIRU_newsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_below_stry" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_container_right_side_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_test" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_aCol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_Blog_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_Front-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_Raw_Override" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_Second_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_header1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_header2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_video_wallpaper_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame1_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame2_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame3_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame4_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame5_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame6_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame_quad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_frame_vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_test" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_adsense_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_adsense_home_468x60_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#google_textlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead-post-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead-sidebar-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead-sidebar-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlead_outside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleads_h_injection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleads_mpu_injection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadsense300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadsrc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleadstop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googleblock300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googlesponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googletextads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#googtxtad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-rectangle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-rectangle2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-ad-story_rectangle3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt_ad_panorama_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt_ad_small_insider_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt_unit_videoAdSlot1_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gridAdSidebarRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#grid_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#grouponAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gsyadrectangleload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gsyadrightload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gsyadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gsyadtopload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gtAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gtopadvts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gtv_tabSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#gwt-debug-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#h-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#h_ads0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#h_ads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#half-page-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#halfPageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#halfe-page-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hb-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hd-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hd-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hd_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hd_ad_wp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hdr-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hdr-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hdrAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hdrAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hdtv_ad_ss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head-banner468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head1ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headGoogleAffiliateLinkblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#head_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-rectangle-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-ad2010" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-advert-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-advrt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banner-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banner-spc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-block-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-house-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-lb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-leader-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-leader-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header-top-ads-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdBackground" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdButton" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAds4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerBannerAdNew" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerNewAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerNewAdsContainerB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerTopAdWide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_167" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_units" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_adcode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ads_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_ads_p" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_advertisement_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_flag_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_leaderboard_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_publicidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradvert1div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradvertholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headeradwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headergooglead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headerprimaryad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headersponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headingAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headline-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#headlinesAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hi5-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hidadvnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hiddenadAC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hide_ad_section_v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hideads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hideads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hl-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hl-sponsored-results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hl-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hldhdAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hly_ad_side_bar_tower_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hly_inner_page_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hmt-widget-ad-unit-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#holder-storyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#holdunderad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-ad-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-adv-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-advert-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-page-listing-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-rectangle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-right-col-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-side-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeArticlesAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeBottomAdWrapperInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homePageBotAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeTopRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_ads_top_hold" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_ads_vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_feature_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_lower_center_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_sec2_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_spensoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#home_top_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homegoogletextad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homeheaderad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-adbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-right-rail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-sidebar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepageAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepageFooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepageGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_rectangle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_right_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_top_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepagead_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homepageadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#homestream-advert3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hometop_234x60ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hometopads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horadslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal-banner-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontal_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontalad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#horizontalads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hot-deals-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hottopics-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hours_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#houseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hovered_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-store-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hpSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hpV2_300x250Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hpV2_googAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp_ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#hp_right_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#i9lsdads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#i_ads_table" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iaa_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ibt_local_ad728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchLinks_AdRightDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchLinks_DownloadToolbarAdRightDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchResults_ads0_SponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchResults_ads1_SponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchResults_ads2_SponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchResults_ads3_SponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icePage_SearchResults_ads4_SponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#icom-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#idDivAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#idMapAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#idRightAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#idSponsoredresultend" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#idSponsoredresultstart" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#id_SearchAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ifmSocAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe-ad-container-Top3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframeAd_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframeRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframeTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_container300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iframead-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ignad_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ii_banner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imPopup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#im_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#im_popupDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#im_popupFixed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ima_ads-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ima_ads-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ima_ads-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imageGalleryAdHeadLine" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imageGalleryAdPlaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#image_selector_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imageadsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imgCollContentAdIFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imgad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#imu_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#in-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#in-story-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#in_ad_col_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#in_post_ad_middle_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#in_serp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inarticlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inc-ads-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#index-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#index-bottom-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#indexSquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#index_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#indexad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#indexad300x250l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#indexsmallads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#indiv_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#influads_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#infoBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#injectableTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline-story-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline-story-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineAdCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineAdtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline_ad_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inline_search_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlinead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlinegoogleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inlist-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inner-advert-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inner-deals-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inner-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#innerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#innerpage-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#innovativeadspan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#inside-page-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#insideCubeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#insidearticleBodyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#insider_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#instoryad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#instoryadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#instoryadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#insurance-ad-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#int-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#intAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#int_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#internalAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#internalads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitial_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitial_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitial_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitial_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#introAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#invid_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ip-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ip-ad-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ipadv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadoverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqadtile9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqd_align_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqd_mainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqd_rightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iqd_topAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ir-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#irgoogleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAdPan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAdPane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAdPane2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAdPaneGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandAdSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#island_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#islandad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#isliveContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#item-detail-feature-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#itemGroupAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#iwad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#j_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#j_special_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ji_medShowAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#jmp-ad-buttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#jobsAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#joead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#joead2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#js-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#js-image-ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#js_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#jt-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#jupiter-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_adFullBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_adMediumRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_adsense_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_samplead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kamidarticle-adnotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kamidarticle-middle-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#karmaAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kaufDA-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kb-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kdz_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#kdz_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#keen_overlay_ad_display" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#keyadvertcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#khAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ksperAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#l_home-keen_ad_mask" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#landing-adserve" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#landing-adserver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lapho-top-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#large-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#large-rectange-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#large-rectange-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#largeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#largeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#large_rec_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#largead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lateAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lateralAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#launchpad-ads-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layerAds_layerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layerTLDADSERV" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layer_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layer_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layer_ad_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layer_adv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#layeradsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lb-sponsor-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lb-sponsor-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lbAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lbAdBarBtm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lblAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lead-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lead_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leadad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leader-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leader-board-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderAdContainerOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_board_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderad_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-1_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-2_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-3_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-4_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-5_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-bottom-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdArea2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdSibling" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardAdvertFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_ad_gam" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_ad_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardadtagwidget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#learad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leatherboardad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-ad-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-ad-skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-col-ads-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-lower-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left-lower-adverts-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdAboveSideBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdCol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdMessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAd_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAd_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdsSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftColumnAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftSectionAd300-100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftTopAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_bg_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_block_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_float_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#left_ws_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftadg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftcolAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftcolumnad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftforumad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#leftframeAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lg-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lgfRightBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lhsBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#li-right-geobooster-oas" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ligatus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ligatusdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lilo_imageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#linebreak-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#linkAdSingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#linkAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#link_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#linkads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#links-ads-detailnews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#listadholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#liste_top_ads_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#listing-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#live-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lj_ad_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#load-adslargerect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#localAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#logoAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long-bottom-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#longAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#longAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long_advert_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#long_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lower-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowerAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowerAdvertisementImg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowerthirdad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowertop-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lowertop-adverts-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lpAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lrec_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lrecad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lsadvert-left_menu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lsadvert-left_menu_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#lsadvert-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#m_top_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#madison_ad_248_100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#madskills-ad-manager-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#madskills-ad-manager-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#madskills-ad-manager-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#madskills-ad-manager-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_player_continuous_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-ad160x600-img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-ad728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-advert1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-advert2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-advert3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-bottom-ad-tray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-content-adcontent1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-header-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-header-ad-wrap-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-right-ad-tray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-tj-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainAdvertismentP" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainHeaderAdvertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainMenu_divTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainPageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mainPlaceHolder_coreContentPlaceHolder_rightColumnAdvert_divControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_left_side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_rec_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_top_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#major_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#maker-rect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mapAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marcoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marketing-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplace-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplace-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplaceAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#marquee_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masSearchAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mason_adv_bp_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mason_adv_bp_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mason_adv_bp_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mason_adv_bp_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mason_adv_rn_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mastAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mastAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mast_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mast_ad_wrap_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mastad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masterTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masterad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mastercardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#matchFooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mc_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#md-sidebar-video-companion-ad-loaded" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#md_adLoader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#md_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#me-adspace-002" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#med-rect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medRecAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medReqAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#media-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#media-ad-thumbs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediaAdLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#media_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediaget_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediagoogleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediaplayer_adburner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medium-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medium-rectangle-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumRectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumrectangle_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medrec_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medrec_middle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medrec_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medrectad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#medrectangle_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#memberad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mens-journal-feature-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#menu-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#menuAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#menuad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#menubanner-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mgid-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mhheader_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mi_story_assets_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#microAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#microsoft_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid-ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid-table-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midRightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midRightTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid_ad_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid_left_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mid_roll_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midadd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midbarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midbnrad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midcolumn_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle-ad-destin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle-story-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middleRightColumnAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_bannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_bannerad_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_body_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_sponsor_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#middleads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midpost_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midrect_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#midstrip_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mini-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mini-panel-dart_stamp_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mini-panel-dfp_stamp_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mini-panel-two_column_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#miniAdsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mini_ads_inset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mn_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#moa-ads-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mobile_ad_spot_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mochila-column-right-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mochila-column-right-ad-300x250-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mod-partner-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mod_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#modal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#modal_videoAd_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module-ad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module-google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#module_sky_scraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#monsterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#moogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#more_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#moreads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mos-adCarouselContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mosBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mosTileAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#most_popular_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#motionAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#movads10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#movieads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mozo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mph-rightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpr-ad-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpr-ad-wrapper-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpr-ad-wrapper-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuInContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuSecondary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuWrapper600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuWrapperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuWrapperAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_firstpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpubox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuholder01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mpusLeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mr_banner_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mrecAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mrecPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#msAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ms_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#msnAds_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#msn_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#msnau_ad_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mtSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mts_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mu_2_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#multiLinkAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#multi_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#multibar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mvp_160_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsFPAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsFPL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsFPT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsLREC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsMAST" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-medium-rectangle-ad-1-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#my-medium-rectangle-ad-2-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#myads_HeaderButton" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#n_sponsor_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#na_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#name-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#namecom_ad_hosting_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#narrow-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#narrow_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nat-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#natadad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nationalAd_secondary_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nationalAd_secondary_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#national_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#national_microlink_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nationalad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nativeadsteaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#navAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nav_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nav_ad_728_mid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#navads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#navbar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#navi_banner_ad_780" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#navigation-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nba160PromoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nba300Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaGI300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaHeaderAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaHouseAnd600Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaLeft600Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaMidAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbaVid300Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbabot728ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbcAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nbcShowcaseAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nc-header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#network_header_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new-ad-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new-ad-sidebottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new-ad-sidetop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newPostProfileAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newPostProfileVerticalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new_ad_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new_ad_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#new_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newadmpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_advertorial_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_advertorial_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_article_ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_article_ad_mrec_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_left_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#news_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newstream_first_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#newuser_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ng_rtcol_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nib-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nlrightsponsorad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#noresults_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#noresultsads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#northad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#northbanner-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#northbanner-advert-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#notify_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#np_content_ads_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nrAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nrcAd_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ns_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ns_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ns_ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ntvads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#nuevo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oanda_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_Top1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_asponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_wide_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ob_sponsoredcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oba_message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#objadscript" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#oem_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ofie_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#omnibar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#onespot-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#online_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#onpageads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#onpageadstext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#onscroll-ad-holder-mpu2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#openx-slc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#openx-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#openx-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#openx_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#osDirAd2Post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#osads_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain-paid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrainAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain_dual_ad_fs_0_dual" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outerAd300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outerTwrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outer_div_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#outsideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ovAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ovAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ovadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#overlayadd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#overtureSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p-googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p-googleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p2squaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p360_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#p_lt_zoneContent_SubContent_p_lt_zoneRight_IFrameAd_panelAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-ad-container-TopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-advert-3rdrail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageAdds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageOwnershipAd_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page_content_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#page_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pageads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagebottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagelet_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagelet_netego_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagelet_search_ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagelet_side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pagination-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#paidlistingAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#panel-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#panelAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#panoAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#parade_300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#parade_300ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#partner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerMedRec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerSitesBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pause-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pauseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pb_report_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pcworldAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pcworldAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pencil-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pencil-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#perm_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#permads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pf-dialog-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pg-ad-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pg-ad-item-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pgFooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pgHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pgSquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pgad_Bottom3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#photoAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#photoAndAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#photo_ad_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#picad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pinball_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pixAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#plAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player-below-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player-midrollAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#playerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#playerAdsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player_middle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#player_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#playerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#playvideotopad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pmad-in1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pnAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pnl_BannerAdServed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pod-ad-video-page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pof_ads_Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pop_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popoverAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popular-column-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#populate_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#populate_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#populate_ad_textupper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#populate_ad_textupper_textlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popupAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popupBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popup_domination_lightbox_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#popupadunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#portlet-advertisement-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#portlet-advertisement-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pos_ContentAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-ad-hd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-ad-layer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-adsense-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-page-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post-promo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post5_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#postAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#postNavigationAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_addsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#post_id_ad_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#postpageaddiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ppcAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pr_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pre-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pregame_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premSpons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premier-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#preminumAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premiumAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premium_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premium_ad_inside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premiumad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premiumads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#premiumsponsorbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#preroll_compainion_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#priceGrabberAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#primary_mpu_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#prime-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#print-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#print-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#print_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#printads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#privateadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#privateads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pro_ads_custom_widgets-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pro_ads_custom_widgets-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pro_ads_custom_widgets-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pro_ads_custom_widgets-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pro_ads_custom_widgets-8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#product-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#profileAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#proj-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#promoAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#promoFloatAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#promo_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ps-ad-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ps-top-ads-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ps-vertical-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#psmpopup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pub-right-bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pub-right-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pub468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#publicGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidad-video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidad_120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidadeLREC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pulse360_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pushdownAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pushdown_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pusher-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#pvadscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qaSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qadserve_728x90_StayOn_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qm-ad-big-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qm-ad-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qm-dvdad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qpon_big_ad-teaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#qtopAd-graybg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quick_ads_frame_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quidgetad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quigo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quigo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quigo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#quinAdLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r-ad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r-ads-listings" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r-ads-preview-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r1SoftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r_ad3_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#r_adver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rafael_side_ads_widget-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rail-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rail-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#railAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rail_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rail_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rail_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rbAdWrapperRt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rbAdWrapperTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rc_edu_span5AdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rd_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reader-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#realEstateAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rearad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#recommendedAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rect_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangleAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangle_ad_smallgame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#redirect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#redirect-ad-modal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#redirect_ad_1_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#redirect_ad_2_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reference-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#refine-300-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#refine-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#refreshable_ad5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#region-node-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#region-regions-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#region-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reklam-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reklama_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reklama_left_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reklama_left_up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#reklama_right_up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#related-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#related-projects-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#related_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#related_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#related_ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#relatedvideosads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#relocation_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#remove_ads_button1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#remove_ads_button2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#removeadlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#resultSponLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsAdsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsAdsSB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rg_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rh-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rh_tower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhapsodyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhc_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhsBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhsads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhsadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#richad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad-skin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ads-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-ads-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-bar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-col-ad-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-featured-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-mpu-1-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-uppder-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right-uppder-adverts-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right1-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right160x600ads_part" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right2Ad_Iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd160x600two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd300x250Lower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdDiv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdDiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdDiv3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdHideLinkContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd_Iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAd_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightBoxAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightBoxAdvertisementLast" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightColAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightColumnAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightColumnMpuAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightColumnSkyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightDoubleClick" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightMortgageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_Ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_adv1-v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_bg_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_block_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_internal_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_column_top_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_gallery_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_mini_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_panel_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_rail_ad_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_side_bar_ami_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#right_top_gad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadBorder1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadBorder2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadcell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadd300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadhome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadpat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadsarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightadvertbar-doubleclickads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightbar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightbar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcol_mgid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcol_sponsorad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcolhouseads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcollongad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcolumn_300x250ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcolumn_ad_gam" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightforumad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightgoogleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightinfoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightrail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightrail_ad-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightside-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightside_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rightskyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#righttop-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#righttop-adverts-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ringtone-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ringtone-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rm_ad_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rockmelt-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rolldown-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ros_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rotating-ad-display" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rotating-ads-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rotating_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rotatingads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#row-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#row2AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rprightHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rpuAdUnit-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rrAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rr_MSads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rr_gallery_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rside_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rside_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rt-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rt-ad468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtMod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rt_side_top_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtcol_advert_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtcol_advert_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_div_562" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_226" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_920" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtmm_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtmod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rtn_ad_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rubicsTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rxgcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rxgfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rxgheader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rxgleftbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rxgrightbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sAdsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#s_ads_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#say-center-contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sb-ad-sq" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sb_ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sb_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sbads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#scoreAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#scroll-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#scroll_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#scrollingads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sct_side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sdac_bottom_ad_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sdac_footer_ads_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sdac_skyscraper_ad_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sdac_top_ad_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search-ads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search-sponsored-links-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchAdFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchAdSenseBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchAdSenseBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchAdSkyscraperBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#search_result_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchresult_advert_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#searchsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sec_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#second-adframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#second-adlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#second-right-ad-tray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#second-story-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondBoxAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#second_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondary_ad_inventory" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondaryad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#secondrowads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sect-ad-300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sect-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sect-ad-300x250-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-ad-1-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-ad-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-ad-4-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-blog-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-container-ddc_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-pagetop-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section-sub-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section_advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#section_advertorial_feature" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#self-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#self_serve_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_1_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_2_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sensis_island_ad_3_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#serveAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#serveAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#serveAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#servfail-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sew-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sew_advertbody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdScGp160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#shellnavAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#shoppingads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#shortads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#shortnews_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#show-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#show-player-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#showAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#show_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#showads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#showcaseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sic_superBannerAd-loader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sic_superBannerAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-ads-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-big-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-big-ad-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-content-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-content-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-halfpage-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side-skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideABlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideABlockHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAdLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAdSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAdSub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBySideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ad_call" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ad_container_A" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_ads_by_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_adv_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_longads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_sky_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#side_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidead1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidead1mask" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadscol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadtop-to" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-125x125-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-125x125-ads-below-index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-boxes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-holdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-holdd-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-loader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ad_dbl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ads-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ads-narrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ads-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-advertise-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-banner300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-feed-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-long-advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-main-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-post-120x120-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-post-300x250-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-scroll-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-sponsor-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar2-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar2ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAdUnitWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarTowerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_adam" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_ads_180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_box_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_mini_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_sponsoredresult_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_txt_ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarad_300x600-33" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarad_300x600-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebaradpane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebaradsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebaradver_advertistxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebaradverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebard-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebargooglead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebargoogleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarrectad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sideline-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sidepad-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#simple_ads_manager_ad_widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#simple_ads_manager_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#simple_ads_manager_widget-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#simplyhired_job_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#single-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#single-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#single-adblade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#single-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#singleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#singleAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#single_ad_above_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#singlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site-leaderboard-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#siteAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site_body_header_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site_bottom_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site_content_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#site_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sitead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sitemap_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skcolAdSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skin-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skinad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skinad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skinmid-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skinmid-ad_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyAdNewsletter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyScraperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyScrapperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyWrapperAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sky_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscrapeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperWrapperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscrapper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slidead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slideboxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slider-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sliderAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slider_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshow-middle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshowAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshow_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sm-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smallAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smallBannerAdboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#small_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#small_ad_banners_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#small_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smallad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smallads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smallerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#smxTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#socialAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#socialBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#socialBarAdMini" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#some-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#some-ads-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#some-more-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#source_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#source_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spec_offer_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#special-deals-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#specialAd_one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#specialAd_two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#special_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#specialadfeatures" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#specialadvertisingreport_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#specials_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#speed_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#speeds_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#speeds_ads_fstitem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#speedtest_mrec_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sphereAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sphereAd-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spl_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spnAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spnslink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponLinkDiv_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponLinkDiv_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spon_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spons_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponseredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-flyout-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorBanners32" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorContainer0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorLinkDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorTab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorTextLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_banderole" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_deals" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_no" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_partner_single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_posts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-bucket" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-features" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-links-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-links-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-links-media-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-listings" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-not" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-resources" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-text-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredBox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredBox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredFeaturedHoz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredHoz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredLinksBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredLinks_Bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredLinks_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredResultsWide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredSiteMainline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredSiteSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredWd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_ads_v4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_game_row_listing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_link_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_native_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_v12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredlinks_cntr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredlinks_left_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredlinkslabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredresultsBottom_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredresults_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredwellcontainerbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredwellcontainertop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors_right_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors_top_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorship-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorshipBadge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sporsored-results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sports_only_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotadvert1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotadvert2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotadvert3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotadvert5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight-ad-container-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight-ad_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spr_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#spreadly-advertisement-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sprint_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sqAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sq_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-ad-space_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#square_lat_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squareadAdvertiseHere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#squared_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#srp_adsense-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ss-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ss-ad-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#st_topads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#starad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#start_middle_container_advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stationad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stickyAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stickyBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stickySkyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stickyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stopAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#stopAdvt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-90-728-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-ad-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-ad-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-page-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story-sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#storyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#storyAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story_main_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#story_unseen_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#storyad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#storyblock-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#style_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subAdsFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subbgad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subheaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#submenu-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subpage-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subpage-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subpageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#subpage_234x60ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sugarad-stitial-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#super_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#svp-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#swads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sway-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sway-banner-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sway-banner-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sweep_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#sweep_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#swfAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#swfAd5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#syn_headerad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#synch-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#systemad_background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#t7ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tabAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#table_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#taboola-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tailResultAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#takeoverad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#targetWeeklyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#targetWeeklyAdLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#targeted-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tblAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tblReklama2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tbl_googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tbo_headerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tcwAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td-GblHdrAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td-applet-ads_2_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td-applet-ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tdBannerTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tdGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td_adunit1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td_adunit1_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td_adunit2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#td_sponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#teaser-adtag-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#teaser-adtag-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#temp-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#template_ad_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#template_affiliates" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tertiary_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#test_adunit_160_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text-link-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text-linkAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#text_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textads_right_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textlink-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#textsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_page_ad_content_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tgAD_imu_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tgAD_imu_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tgAD_imu_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#the-last-ad-standing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#theAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#theadsADT3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#thefooterad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#thelistBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#themis-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#third_party_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#thisisnotanad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#thistad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#thread-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ti-sway-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tile-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tileAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tilia_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tippytop-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#title-sponsor-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#title-wide-sponsored-by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmcomp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmgAd_div_mpu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmglBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmn_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmn_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmn_ad_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tmp2_promo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tnt_ad_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toaster_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tobsideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#today_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toolbarSlideUpAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-970x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-left-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-menu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-position-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-right-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ads-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ads-contain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-ads-tabs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-middle-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-search-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-sidebar-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top-story-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top100_ad300right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top100_ad300rightbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top2_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top300x250ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top3_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top728ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAd300x250_" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAd728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdDropdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdSenseDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdShow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAds1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAds2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdsG" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdvBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdvert-09" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topBannerAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topContentAdTeaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topImgAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topLBAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topLeaderAdAreaPageSkin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topLeaderboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topMpuContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topNavLeaderboardAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topOpenXAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topOverallAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topRightBlockAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad-sense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_inventory" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_parent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_strip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_td" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adblock_fix" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ads_region" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ads_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adsense_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adv-v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adv_220" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_adv_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_advert_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_container_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_content_ad_inner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_google_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_header_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_mpu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_rectangle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_span_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_sponsor_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_sponsor_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#top_wide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topad_table" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadbanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadcell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topaddwide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadh" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topads-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadsdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadvertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadvertisementwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topadzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanner_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanneradtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbar_Adc1_AdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topbarads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topcustomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topheader_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topicPageAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topleaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topleaderboardad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topnav-ad-shell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topnavad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toppannonse" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topright-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toprightAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toprightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toprow-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topsidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topsponad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topsponsorads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topsponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#toptextad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tour300Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tour728Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tourSponsoredLinksContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tower1ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#towerAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#towerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tr-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tr-adv-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#trafficrevenue2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#transparentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#travel_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#trc_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#trendex-sponsor-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#trib2-footer-ad-back" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#trib2-leaderboard-ad-back" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tripleAdInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tripleAdOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ts-ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tsad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tsad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ttp_ad_slot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ttp_ad_slot2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tube_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#turnAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tut_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#twogamesAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#txfPageMediaAdvertVideo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#txtAdcontainer2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#txtTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#txt_link_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#txtads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ugly-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ui-about-these-ads-img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ultraWideAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#under_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#undergameAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#universalAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#uploadMrecAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upper-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upperAdvertisementImg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upperMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upperRightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upper_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upper_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upper_small_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#upperad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#urban_contentad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#urban_contentad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#urban_contentad_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#usa_ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#usenetAdsTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#uvp_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#uzcrsite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#v_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vap_adsense-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#variant_adsLazyLoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vc_side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vdiAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vdls-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vdls-advs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vert-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vertAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vert_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vert_ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vertad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vertical_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vertical_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vhDivAdSlot300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vid-left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vid-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vidAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-ad-companion-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-coverage-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-embed-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-header-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-in-player-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-in-player-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video-under-player-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videoAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videoCompanionAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videoPlayerAdLayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_ads_background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_ads_overdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_advert2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_advert3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_advert_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_cnv_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_embed_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_hor_bottom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_overlay_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#video_vert_right_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videoadlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videoads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#videopageadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view-photo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_ads_bottom_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_ads_bottom_bg_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_ads_content_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_ads_top_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_ads_top_bg_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#view_adtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewer-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewer-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewer_ads_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewportAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#viewvid_ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#visual-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#votvAds_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vsw-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#vsw_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wXcds12-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wall_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper-ad-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaperAd_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaperAd_left3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaperAd_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaperAd_right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaperAd_right2_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper_flash_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#walltopad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#watch7-sidebar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#watch_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#weather-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#weather_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#weatherad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#weblink_ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#websearchAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#welcomeAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#welcome_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#welcome_ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#welcome_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wf_ContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wf_FrontSingleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wf_SingleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wf_bottomContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wg_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wgtAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wh_ad_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whatsnews_footer_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whatsnews_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whitepaper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whoisRightAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whoisRightAdContainerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#whoisRightAdContainerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wibiyaAdRotation" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wibiyaToolbarAdUnitFlash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wideAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_ad_unit2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_ad_unit_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_ad_unit_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_ad_unit_up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wideskyscraper_160x600_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wideskyscraper_160x600_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-ads-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-ads-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-adv-12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-box-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-box-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-style-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widgetADT3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget_Adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widget_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#widgetwidget_adserve2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wl-pencil-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wog-300x250-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wow-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp-insert-ad-widget-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp-topAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp125adwrap_2c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ad_marker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-18" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-21" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_ads_gpt_widget-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wp_pro_ad_system_ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapCommentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapperAdsTopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapperAdsTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapperRightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapper_ad_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapper_ad_island2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapper_sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#x-ad-item-themed-skyscraper-placekeeper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#x-houseads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#x01-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#x300_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#xColAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#xlAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#xybrad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y-ad-units" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-ad-expedia" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-ad-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-ad-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-advertorial-competitions" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-advertorial-marketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo-ads-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooAdsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_ad_contanr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_sponsor_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_sponsor_links_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooad-tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yan-advert-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yan-advert-nt1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yan-question-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yan-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadsky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ybf-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_ads_4x4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_fp_ad_fx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_fp_ad_mort" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_fp_ad_nns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_pf_ad_mort" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ygrp-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yieldaddiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ylf-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ylf-lrec2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ymap_adbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yn-gmy-ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yom-ad-tbs-as" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yrail_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yreSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ysm_ad_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yt-adsfull-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yt-adsfull-widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#yw-sponsoredad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zMSplacement6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zoneAdserverMrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zoneAdserverSuper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zoneAdvertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_a_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_b_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_c_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zztextad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD-POST" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD-Rotate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD-label300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD300x600-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD355125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADBnrArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADCLOUD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADITION" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADMiddle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADPod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADStyle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADTextSingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADV-Space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_300x265" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_302x252" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_ALBUM_ITEMLIST" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_MOVIE_ITEM" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_MOVIE_ITEMLIST" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_MOVIE_ITEMROW" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_mid300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AD_textinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADmid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADouter_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ADwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-Container-976x166" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-Header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-IframeWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-MPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-Wrapper-300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad160x600left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad160x600right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad247x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad300x" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad300x250L" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad300x250_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBox160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBox7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBox728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBoxStyle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdBoxStyleHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdCaption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdCommercial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdContainer160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdContainerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdContainerBox308" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdContainerModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdFrameLB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdGraph" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdGrayBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdHere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdIndicator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdInline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdInline_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdLeft1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdLeft2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdLeftbarBorderStyle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdMedium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdMessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdModule_Content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdModule_ContentLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdModule_Hdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdMultiPage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdProS728x90Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdProduct" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdRight1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdRight2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdRingtone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdScriptBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSectionHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSenseLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSlotHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdTextSmallFont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdUnit300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdUnit300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdUnitBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdWidget_ImageWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdZone120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdZone316" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_120x600_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_160x600_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_160x600_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_300x250_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_728x90_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_C" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_D" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_D_Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_E_Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_Label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_Label_foursquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_Tit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adbuttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adbuttons-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdnetBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ads-768x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsBottom336X280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsBoxBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsBoxSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsBoxTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsLeft_list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsLinks1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsLinks2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsPlayRight_list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsRec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ads_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ads_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ads_forum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseBoxCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseDivFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseDownload" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseForum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdsenseTechsupport" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adspottop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adv300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adv468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvBoxSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Adv_Left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Advert300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvertMidPage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvertiseWithUs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Advertisehere2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvertisementTextTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvertisementTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvertorialTeaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Advman_Widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AffAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AffiliateAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".AmazonSimpleAdmin_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ArticleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ArticleInlineAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BCA_Advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BGoogleAds300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner468X60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BannerAD728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner_Group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner_Group_Ad_Label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BigBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BigBoxAdLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BlockAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BlueTxtAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BottomAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BottomAffiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BottomGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BoxAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BoxSponsorBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BtmAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".BtmSponsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ButtonAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CG_adkit_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CG_details_ad_dropzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CWReviewsProdInfoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CollisionAdMarker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ComAread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CommentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".CommentGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ContentAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ContentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DAWRadvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DartAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DeptAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DetachedAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DetailAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DisplayAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DomAdsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".DoubleClickRefreshable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".EzAdsLUPro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".EzAdsSearchPro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".EzAdsWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FT_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FeaturedAdIndexAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FlatAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FooterAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FooterAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".FooterTileAdOuter_Div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Footer_AD_Links_DIV" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Footer_Default_AD_Message_DIV" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GAME_Ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GOOGLE_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".G_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".G_ads_m" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GetRightAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdInfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdSencePanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdSenseBottomModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdSenseRightModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdWords_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdsItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GoogleAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Googleads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GreenHomeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GridHouseAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HGLoneAdTitleFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HPG_Ad_B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HPNewAdsBannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HPRoundedAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HeaderAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HeaderBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HeaderLeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HeadingAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HomeAd1Label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HomeContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".HomeSidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".IABAdSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".InArticleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".IndexRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".InternalAdPanel1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".JobListMidAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LL_Widget_Advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LargeOuterBoxAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LargeRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LastAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LazyLoadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeaderAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeaderboardAdTagWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeftButtonAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeftTowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LeftWideSkyscraperAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Left_Content_Google_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Ligatus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Loge_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".LoungeAdsBottomLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".M2Advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MBoxAdM" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MBoxAdMain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MBoxAdR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MBoxAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MDCadSummary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MD_adZone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MOS-ad-hack" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MPUHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MPUTitleWrapperClass" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MPUad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MREC_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MadClose" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MainAdCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Main_right_Adv_incl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MarketGid_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MasterLeftContentColumnThreeColumnAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MbanAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MediumRectangleAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MiddleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MiddleAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MiddleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".MspAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".NAPmarketAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".NewsAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OAS_position_TopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OSOasAdModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OSProfileAdSenseModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OpaqueAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OpenXad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".OuterAdvertisingContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PERFORMANCE_AD_COMPLETE" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PERFORMANCE_AD_RELATED" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PU_DoubleClickAdsContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PencilAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Post5ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Post8ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Post9ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PostSidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PremiumObitAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ProductAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PushDownAdPane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".PushdownAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RBboxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RGAdBoxMainDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RR_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RW_ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ResponsiveAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Right-Column-AD-Container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Right300x250AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightAdvertiseArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightGoogleAFC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightRailAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightRailAdbg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightRailAdtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightRailTop300x250Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightSponsoredAdTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".RightTowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SRPads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".STR_AdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SecondaryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SecondaryAdLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SectionSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ShootingAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ShootingAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ShowAdDisplay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SideAdCol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SidebarAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SidebarMiddleAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SidekickItem-Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SimpleAcceptableTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SimpleAcceptebleTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SitesGoogleAdsModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Sitewide_AdLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SkyAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SkyAdContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SkyScraperAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SmartAdZoneList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Sponsor-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsorAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsorIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsorLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredAdTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredArticleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinkItemTD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinksGrayBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinksModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinksPadding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredLinksPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Sponsored_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsorshipText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".SquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Squareadspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".StandardAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".StandardAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TRADING_AD_RELATED" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TRU-onsite-ads-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TTButtAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Tadspacemrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TextAdds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TheEagleGoogleAdSense300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ThreeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TmnAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopAdL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopAdR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TopLeaderboardAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Top_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".TrafficAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".UFSquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".UIStandardFrame_SidebarAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".UIWashFrame_SidebarAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".UnderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".UpperAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".VerticalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Video-Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".VideoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WPBannerizeWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WideAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WideAdTile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WideAdsLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WidgetAdvertiser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WiredWidgetsDartAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WiredWidgetsGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".WithAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".XEad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".YEN_Ads_120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".YEN_Ads_125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ZventsSponsoredLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ZventsSponsoredList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__xX20sponsored20banners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "._bannerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "._bottom_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "._top_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".a-d-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".a160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".a300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".a468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".a728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aa_AdAnnouncement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aa_ad-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aa_ad-728x15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aadsection_b1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aadsection_b2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".abAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".abAdPositionBoxB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".abBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".about_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aboveCommentAdBladeWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aboveCommentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aboveCommentAdsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".above_discussion_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".above_miniscore_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".abovead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".absoluteAd_wss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ac_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".acm_ad_zones" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--article-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--bottommpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--dart" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad--top-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-120-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-120-600-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-120x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-140x45-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600-gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600x2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-160x600x3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-200-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-200-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-200x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-228x94" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-234" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-246x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-250x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-250x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-260x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-270x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-250-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-b-absolute" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-blog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-dummy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300-flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x250-first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x250-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x250-right0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x250-singlepost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x250_600x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-300x75" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-319x128" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-336x280B" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-355x75" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-3x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-468x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-544x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-560" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-635x40" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-720-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728x90-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728x90-top0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-728x90_forum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-768" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-88-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-88-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-90x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-970x50" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-970x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-BANNER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-CUSTOM" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-E" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-MPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-MediumRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-RR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-S" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-SuperBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-W" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-abc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-above-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-adSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-adcode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-adlink-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-adlink-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-adsense-block-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-alsorectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-area-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-atf-medRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-bkgd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-smaller" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner-top-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banner728-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-banr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-below-player" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-belowarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-big-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bigboxSub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bigsize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-300-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-in-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-block-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-blog2biz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-blogads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-board" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-boombox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bordered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bottom728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bottomLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bottomleader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bottomline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box-up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-box3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-boxes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-break" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-breaker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-breakout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-browse-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-btn-heading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-bug-300w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-calendar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-call-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-callout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-card-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-catfish" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-chartbeatwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-choices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-circ" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-click" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-cluster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-codes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-col-02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-comment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-companion" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-contain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-contain-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-contain-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container--taboola" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-994x282" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-LEADER" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-dk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-embedded" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-responsive" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-tool" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container-topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container__ad-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-content-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-context" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-d" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-desktop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-dfp-column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-dfp-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-diver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-divider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-e" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-entry-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-exchange" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-expand" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-external" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-f-monster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-fadein" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-feature-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-feature-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-feature-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-feedback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-field" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-filler" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-fix" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-flag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-footer-empty" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-footer-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-forum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-fullbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-fullbanner-btf-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-google-contextual" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-gpt-breaker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-gpt-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-gpt-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-gpt-vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-graphic-large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-gray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-grey" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-grid-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-grp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-hdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-header-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-heading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-hide-mobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-hldr-tmc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-hold" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-home-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-homeleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-homepage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-homepage-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-homepage-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-hor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-horizontal-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-iab-txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-icon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-identifier" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-imagehold" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-in-content-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-in-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-incontent-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-index-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-indicator-horiz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-innr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-insert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-inserter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-internal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-interruptor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-item-related" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-landscape" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-large-game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-layer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lazy-support-yes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lead-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leader-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leader-plus-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leader-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leaderboard-companion" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leaderboard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leaderboard-marquee" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leaderboard_river" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-left3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-leftrail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-link-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-link-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-loaded" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-location" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-location-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lower_rec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lower_river" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-manager-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-marker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-marketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-marketplace-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-marketswidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-med" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-med-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-med-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-med-rect-tmp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-medRec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-medium-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-medium-two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-medrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-megaboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-messaging" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-midleader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mobile-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-middle2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-plus-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mpu-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-mrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-msg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-msgunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-msn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-national-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-no-style" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-noBorderAndMargin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-noline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-notice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-on" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-other" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-outlet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-outside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-packs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-padding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-page-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-page-medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-pagehead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-panorama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-parallax-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-parent-hockey" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-passback-o-rama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-pb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-peg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-permalink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-personalise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-place-active" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-place-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-plea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-position" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-position-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-postText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-poster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-primary-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-priority" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-pro70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-promoted-game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rect-atf-01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rect-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-long-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rectangle-xs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-region-delay-load" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-related" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-relatedbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-responsive-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rh" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-ri" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-right-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-right-txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-right3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-rotation" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-row-viewport" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-s" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-s-rendered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-scl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-script-processed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-section-body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sep" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-shifted" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-show-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-showcase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-side-one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar-180-150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar-ad-message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sidebar300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-siderail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-signup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sitewide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-skyscr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-skyscraper-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot--inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot--mpu-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-234-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot-sidebar-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot__label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-slot__oas" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-smallBP" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-source" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-space-mpu-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-space-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-speedbump" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsor-large-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsor-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsored-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-square2-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-square300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-squares" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-statement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-sticky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-story-inject" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-story-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-strip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-subtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-t" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-table" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tabs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tag-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-target2-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-text-blockA01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-text-blockB01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-text-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-text-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-text-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-textG01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-textads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-textlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-thanks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-ticker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tl1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-box-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-in" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-lboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-top2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-topleader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-type1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-type10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-type2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-type3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-inline-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-medium-retangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-unit-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-update" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-upper_rec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-us" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-vertical-stack-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-vtu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-w300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-wallpaper-panorama-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-warning" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-wgt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-widget-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-widget-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-windowshade-full" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-wings__link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-with-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-with-us" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-x10x20x30" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-x31-full" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-zone-s-q-l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad.super" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad08sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1000" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1001" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad100x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120x240GrayBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120x240backgroundGray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad125x125a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad125x125b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad140" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160_blk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160_l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160x160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160x600GrayBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad160x600box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad170x30" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad18" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad185x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1Image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1_latest" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad200x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad220x50" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad230" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad233x224" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad234" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad234x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad236x62" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250-h1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250-h2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad260x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad284x134" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad2content_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300-hp-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad3001" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300Block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300X250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300_ver2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300mrec1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300shows" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x111" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-hp-features" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250-stacked" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x2501" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250GrayBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250Module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250Right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250Top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x250s" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x40" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x50-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x77" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad300x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad310" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad315" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad320x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad336x362" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad343x290" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad360" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad400right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad400x40" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad450" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad468x60Wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad468x60_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad470x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad530" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad540x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad590" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad590x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad5_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad612x80" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad620x70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad626X35" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad640x480" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad640x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad644" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad650x140" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad652" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad670x83" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad72890" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728By90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728_blk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728h" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90WithLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad728x90container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad768x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad90x780" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad940x30" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad954x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad960" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad960x185" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad960x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad970x30" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad970x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad980" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad980x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad980x50box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad987" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adAgate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adAlert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adAlone300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArea674x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adAreaLC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArticleBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArticleBody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArticleRecommend" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArticleSidetile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adArticleTopText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adAuto" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBGcolor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBanner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBanner728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBannerTyp1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBannerTypSortableList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBannerTypW300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBarCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBarLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBarRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBelt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBgBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBgClick" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBgMId" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBgTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBigBoxFirst" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBillboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBkgd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock160x600Spot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlockBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlockBottomBreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlockNext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlockSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlockSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBlock_9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBodyBlockBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBorders" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBottomLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBottomboxright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox-mr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox230X96" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox3b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox728X90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox728X90_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxBody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxInBignews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxSingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBoxTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBox_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBrandpanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBtm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBuyRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adBwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCMRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCMSlide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCenterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCentered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCentertile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adChoice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adChoiceLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adChoicesLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adClm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adClose" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adColBgBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adColumnLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adComponent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainer1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainerRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainer_125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainer_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainerg6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adContour" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCreative" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adCube" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adDialog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adDingT" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adDivSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adEmployment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFender3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFooterLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFrameContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFrames" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFtr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFull" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFullWidth" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFullWidthBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adFullWidthMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adGlobalHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adGogleBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHeaderAdbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHeaderText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHeadlineSummary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHolder2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHome300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHorisontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHorisontalNoBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHorizontalTextAlt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adHplaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adIMm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adIframeCount" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adImgIM" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adInArticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adInNews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adInnerLeftBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adInteractive" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLabel160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLabel300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLabelLine" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLabels" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLargeRec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLargeRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLeaderForum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLinkCnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adListB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLoaded" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLoader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLocal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adLocation" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMPUHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMarker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMarkerBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMastheadLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMastheadRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMedRectBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMedRectBoxLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMediaMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMediumRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMegaBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMeldGuts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMiniTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMinisLR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMkt2Colw" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adModule300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adModuleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adModule_square2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adMpuHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNetPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNewsChannel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNoBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNoOutline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNote" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNotice90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNoticeOut" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adNotification" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adObj" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adOne" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adOuterContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPageBorderL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPageBorderR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPanelContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPlaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPlaceholder35" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPlaceholder54" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPlaceholder_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adPosition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRecommend" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRecommendRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRectangleUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRegionSelector" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRemove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adReportsLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSKY" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSTHomePage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSection_rt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSelfServiceAdvertiseLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSenceImagePush" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSepDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adServer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSeven" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSide203" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSide230" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSidebarButtons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSidetileplus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSize_MedRec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSky600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSkyOrMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSkyscaper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSkyscraperHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSlice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSlide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSlotContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSlug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpBelow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpace300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpace950x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSplash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSponsorText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-brought" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-searchAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-textBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-textBoxGraphicRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpot-twin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSpotIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adStatementText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adStyle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSubColPod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSummary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSuperboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adSupertower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTXTnew" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTag-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTextPmpt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTicker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTileWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTiler" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTitleR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopBanner_nomobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopBk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTopboxright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adTxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adType2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adUnitHorz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adUnitVert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adUnitVert_noImage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adVar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adVertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adVideo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adVplaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWarning" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWebBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWideSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWideSkyscraperRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWidgetBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWithTab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWord" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adWrapLg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adZone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adZoneRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_1000x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_100x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_120x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_130x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_150x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_160_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_180x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_1day9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_200x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_234x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_240x400" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_242_90_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_250x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_250x250_w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300Home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300Side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_250_cpv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_250_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300s" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x250_box_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x250_live" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x50" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x500" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_320x250_async" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_320x360" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_326x260" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_330x110" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_336_gr_white" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_336x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_338_282" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_350x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_350x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_400x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_4_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_630x130" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_640x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_680x15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_72890" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_72890_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728Home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_90_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_90_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_90b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_in" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728_v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728x90-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728x90_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_728x90b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_88x31" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_925x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_954-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_970x90_prog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_980x260" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_CustomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_Flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_Left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad__label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad__rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad__wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_adInfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_ad_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_adblade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_adsense_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_amazon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_area_two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_article_top_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_atf_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_atf_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_avu_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_back" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bank_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_234" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_728x90_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_banner_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_below_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_belowmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bg_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_big_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_biz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_blk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_338" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block__336_d1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_block_leader2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_botbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottom_space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_bottomline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_righ" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_right_120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_box_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_boxright1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_break" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_btf_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_btf_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_buttom_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_buttons_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_buttons_320" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_callout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_center_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_centered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_cheat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_choice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_choices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_claim" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_click" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_col_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_column_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_column_hl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_common" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_cont_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_contain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container__sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container__top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_container_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_content_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_contents" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_custombanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_db" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_default" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_deferrable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_descriptor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_desktop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_div_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_embed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_eniro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_entry_title_under" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_entrylists_end" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_event_mast_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_eyebrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_feature" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_filler" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_flash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_flat-boxright10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_flat-boxright6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_flat-boxright9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_float" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_font" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_for_layout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_framed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_front_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_full_click" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_fullwidth" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_gal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_gpt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_grid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_gutter_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_half_page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hat_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hat_banner_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hat_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_head_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_header_lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_header_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_header_noad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_heading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_headline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_help_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_home_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_honcode_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hpm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_hyper_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_identifier" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_iframe2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_ifrwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_image_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_index02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_indicator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_info_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_inline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_inset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_island2_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_island_feedback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_island_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_isolation" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_jnaught" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_keywords_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_keywords_bot_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_launchpad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_leader_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_leader_plus_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_leaderboard_atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_leaderboard_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_left_cell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_left_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_lft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_line2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link_468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_link_label_vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_linkunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_lnks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_loc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_lt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_margin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_med" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_medrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_middle_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_middle_hub_page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mpu_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mrec_title_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_mrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_msg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_new_box01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_new_box02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_news" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_newsstream" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_no_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_notice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_nsRT_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_nsbd_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_one" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_overlays" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_p360" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_pagebody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_partner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_partners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_perma-panorama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_pic" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_placement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_placement_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_placement_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_plane_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_plus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_policy_link_br" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_position" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_posttop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_power" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_promo1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_promo_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rakuten" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rakuten_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rect_contr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rectangle_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rectangle_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rectangular" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_regular1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_regular2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_regular3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_reminder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_report_btn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rightSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_right_cell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_right_col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_right_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_right_column160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rightside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_row_bottom_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_rtg300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_section_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_section_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_segment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sense_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sense_footer_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_share_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_shuffling_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sidebar_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_size_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_skyscpr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_skyscrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_slot_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_slug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_slug_font" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_slug_healthgrades" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sonar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_730" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_in" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_rgt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_space_w300_h250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_special_badge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_spons_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sponsor_fp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sponsoredsection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_spot_b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_spot_c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_square_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_square_r_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_square_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_story_island" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_stream_hd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_strip_noline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_sub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_supersize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_swf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_tag_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_text_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_text_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_text_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_text_w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_textlink_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_thumbnail_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_title_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_tlb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_top_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_topic_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_topshop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_trailer_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_ttl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_type_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_type_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_type_dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_under" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_unit_300_x_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_unit_rail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_url" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_v3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_v300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_vertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_w300i" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_w_us_a300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_warn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_warning" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wid300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_widget_200_100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_widget_200_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_word" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wrapper_false" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wrapper_fixed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wrapper_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_wrp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adamazon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adarea-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adb-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adback" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbadge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adban-hold-narrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbanner-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbanner2nd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbannerbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbanneriframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbannerright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbannertop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbckgrnd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbetween" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblade-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbladeimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-240-400" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-300-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-600-120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-header1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock300x250Spot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock_noborder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock_primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adblocks-topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adborder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbot_postbit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbot_showthread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbottomright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-slider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxVert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_366x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_468X60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_br" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_largerect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbox_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxbg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxbot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxclass" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxesrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxlong" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adboxo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbrite2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbrite_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbucks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbuddy-protected" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbutton-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbuttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adbygoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcasing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adchange" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adchoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adchoices-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adclass" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcode2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcode_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcodetop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcol1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcol2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcolumn_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcomment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcontainer300x250l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcontainer300x250r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcontent_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adcopy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adctr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add-column2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add-header-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add300top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add768" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addResources" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add_728x90_teckpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add_baner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".add_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addarearight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addboxRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adds2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adds300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adds620x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".addwide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adengageadzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adenquire" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adexpl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adf_tisers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfeeds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfieldbg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfix" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfix-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adflag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adflexi" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfloatleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfloatright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfoot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfootbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adframe2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adframe_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adframe_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adgear" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adgear-bb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adgear_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adgeletti-ad-div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adgoogle_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhalfhome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhead_h" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhead_h_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adheader100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adheader401" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adheader416" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adherebox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhi" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhint" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adholder-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adholderban" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhoriz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adhref_box_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adical_contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adiframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinjwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinsert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinsert-bdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinsert160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adinside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adintro" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adits" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adjlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adkicker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adkit-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adkit-lb-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adkit_free_html" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adl125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlabel-horz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlabel-vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlabelleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlarger" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adleader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adleft1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlinkdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlinks-class" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlist1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlist2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlist__item--midstream" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlnklst" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adlsot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adman" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admaster" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admediumred" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admedrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admeldBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admiddlesidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".administer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admods" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admodule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admoduleB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admpu-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".admz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnation-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnet120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnet_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnotecenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adnotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adocean728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adonmedianama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adops" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adp-AdPrefix" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpacks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpacks_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpad300spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpadding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpadtwo_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpic" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adplace_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adplacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adplate-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpos-19" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpos-20" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpos-25" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpos-26" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpos-8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adproxy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrechts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrectwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adright300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrightsm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrighttop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adriverBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adroot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrotate_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrow-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrow1box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrow1box3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrow1box4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adrule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads--sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-125-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-160-head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-160x600-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-166-70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-180-65" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-220x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-290" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-300x80" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-336-197-qu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-468x60-bordered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-560-65" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-600-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-728by90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-728x90-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-above-comments" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-ads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-articlebottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-banner-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-banner-js" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-banner-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-banner-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-beforecontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-below-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-below-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-block-bottom-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-block-link-000" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-block-link-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-block-marketplace-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-bottom-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-header-marketplace-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-header-pb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-header-ws" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-box-header-wsl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-by-google-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-card" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-cars-larger" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-cars-top2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-categories-bsa" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-container-mediumrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-custom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-divider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-favicon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-fieldset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-fif" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-flow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-half" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-header-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-header-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-home-top-buttons-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-horizontal-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-inarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-leaderboard-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-links-general" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-margin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-medium-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-middle-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-mini" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-movie" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-native-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-player-03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-popup-corner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-post-closing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-post-full" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-profile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-right-min" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-rotate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-scroller-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sidebar-boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-site" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sponsors-125-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-sponsors-125-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-squares" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-story" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-stripe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-top-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-ul" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-widget-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-widget-partner-gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-widget-sponsor-gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads05" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads06" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads07" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads08" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads09" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads1000x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads12" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads120_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads120_600-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads120_80" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads120x" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads123" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads125-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads13" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads14" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads160-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads160_600-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads180x150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads1_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads1_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads24Block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads250-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads250_250-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads250_96" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300-200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300_250-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300_600-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300n" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300nb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300x" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads300x250-thumb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads315" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads320x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads324-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads324-wrapper2ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads336_280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads460" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads460_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads486x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads486x100-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads598x98" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads5blocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads667x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads720x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads728x90-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads728x90-thumb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads970" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsBelowHeadingNormal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsBot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsBoxTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsCategoryIcon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsCategoryTitleLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsCell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsDef" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsDisclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsFull" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsHeaderFlog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsHeading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsImages" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsInsideResults_v3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsLibrary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsLine" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsOverPrimary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsRectangleMedium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsSpacing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTableBlox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTextHouse" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsThema" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTopCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTower2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsTowerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsWithUs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsYN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_120x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_120x60_index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_125_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300250_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300x239" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_305" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_320" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_320_100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_330" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_337x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_3col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_460up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_672" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_admeld" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_after" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_after_more" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_amazon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_amazon_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_banner_between" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_banner_between_string" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_before" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_big-half" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_big_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_big_right_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_bigrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_block250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_box_headline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_brace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_by_tico" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_catDivRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_der" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_lwr_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_disc_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_entrymore" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_folat_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_footerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_frame_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_h" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_header_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_infoBtns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_inside2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_layout_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_loc_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_loc_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_lr_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_lr_wrapper2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_main_hp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_medrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_middle_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_mpu_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_obrazek" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_outline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_post_end" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_post_end_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_post_start" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_post_start_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_rem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_remove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_rightbar_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sc_bl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sc_bl_i" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sc_ls_i" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sc_tb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sc_tl_i" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sep" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_show_if" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sideba" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sidebar_360" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_sidebar_360_b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_singlepost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_slice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_small_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_space_long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_takeover" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_ticker_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_top_both" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_top_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_topleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_topright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_tr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_under_fileinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_under_player" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_up" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_up_big2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_verticalSpace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_vtlLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_vtlList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_widesky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_without_height" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_wrapperads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsafp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsanity-group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbantop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbg300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsblockvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbnr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbody" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsborder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbox-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsboxBtn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbox_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsboxitem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbttmpg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbygoogle-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbygoogle2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbysinodia" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsbyyahoo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscaleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscaleP6_canvas" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscaleTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscatalog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsclick" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscontent250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscontentcenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adscreen" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsd_shift100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsdisplaygames" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsection_a2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsection_c2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsection_c3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsence-domain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsens" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-300x256-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-300x256-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-afterpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-attribution" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-category" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-category-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-float" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-googleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-heading" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-image-detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-links2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-mod-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-review" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-reviews-float" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-top-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-topics-detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-wide-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense-widget-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseGreenBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseInPost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseLargeRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_200x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_728x15_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_bdc_v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_box01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_div_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_full_width" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_left_lu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_mainbox01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_managed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_managed_" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_media" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_menu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_small_square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_top_lu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsense_x88" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensebig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseblock_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseblock_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseformat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenseleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenselr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensem_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensemainpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensesky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensesq" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsensex336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsenvelope" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsep" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adseparator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adserve_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adserver_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsforums" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsghori" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsgrd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsgvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adshowcase" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adshp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adside-box-index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adside-box-single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsidebox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsincs2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsitem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsize728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsizer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsleaderboardbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsleftblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslibraryArticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslist" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslogan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslot_bot_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslothead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslotleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslotright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adslug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmaller" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmalltext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmanag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmedrect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmedrectright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsmessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsnippet_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsonar-after" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace-MR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_buysell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_rotate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspace_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspan" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspecial390" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspeed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsplash-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsplat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot200x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adspot_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsrecnode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adssmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adssquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adssquare2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstextpad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstipt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstory" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adstyle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsupperugo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsupperugo_txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adswidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adswitch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsxpls" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adsystem_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adszone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtab" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtech" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtech-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtech-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtech-boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtext_gray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtext_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtext_onwhite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtext_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtext_white" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtextleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtextright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtexts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtips" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtips1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtoggle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtop-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtops" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtravel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtv_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adtxtlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adult-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit-active" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit-parent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_210x509" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_607x110" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adunit_maincol_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-200-200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-250-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-300-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-336-280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-468-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-700" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-970" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-980x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-box-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-click" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-dvb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-format-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-intext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-intext-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-key" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-leaderboard-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-p" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-right-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-search-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-slide-block-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-square-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-squarebox-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-teaser-divider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-top-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-x61" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv200_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300-250-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300-70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv300x70" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv460x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv468x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advBottomHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advImagesbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advLB_PageMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advVideobox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_120_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_120x240" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_160_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_250_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_300_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_300_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_336_280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_630" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_PageTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_aff" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_banner_hor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_box_narrow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_cnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_code" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_default_box_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_flash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_headerleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_headerright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_hed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_in_body_a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_info_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_main_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_main_middle_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_main_right_down" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_main_right_down_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_pointer_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_pointer_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_sd_dx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_side1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_side2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_sidebar_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_underpost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_x_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_x_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advads-5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advads_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advbanner_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advbanner_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advbanner_970x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advbptxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adver-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adver-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverTxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adver_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adver_cont_below" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverhrz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverserve145" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverstisement_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert--banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert--mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert--mpu--rhs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert--vc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert--vc__wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-120x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-300-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-300x100-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-300x250-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-760" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-arch-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-article-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-banner-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-bannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-bg-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-bloggrey" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-body-not-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-bot-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-center_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-col-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-competitions" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-content-item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-full-raw" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-header-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-home-380x120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-iab-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-iab-468-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-leaderboard2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-loader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-lower-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-mini" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-pane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-stub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-three" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-tile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-top-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-under-hedaer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-words" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-wrap1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert-wrap2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert1Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300x440" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert350ih" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertAreaFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertCaption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertFullBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertGenerator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertHeadline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertIslandWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertLink1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertSideBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertSign" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertSuperBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertTitleSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert__container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_back_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_back_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_back_300xXXX" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_djad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_google_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_google_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_home_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_in_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_main_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_mpu_body_hdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_nav" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_societe_general" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_source" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_surr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advert_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertasingtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertheader-red" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverthome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertis-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertis-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-homestrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-horz" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-inquiry" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-link-post-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseBlack" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseHere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseLabel234x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseLabel300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_box4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_link_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_sec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_verRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisebtn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisedBy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-160-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-234-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-750-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-BottomRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-after" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-background" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-before" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-bkg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-copy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-dashed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-label-up-white" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-layout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-leader-board" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-leader-board-second" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-nav" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-other" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-position1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-right-rail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-txt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementBackground" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementBannerVertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementCenterer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementColumnGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementFull" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementGif" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementImg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementLabelFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementOutsider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementReloadable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementRotate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_below_news_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_block_234_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_block_468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_flag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_flag_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_g" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_river" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement_watchFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementonblue" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementonwhite" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisements-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementsOutterDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisements_contain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisementsubtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiser-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisesingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisespace_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-aside-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-box-top-teaser" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-fixed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-local-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-mention" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-srec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-top-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising-top-category" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising300_home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising728_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingBlocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingLegend" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingLrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingSlide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_bottom_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_box_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_images" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingarea-homepage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingimage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingimage-extended" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingimageextended" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisingimageextended-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment-left-panal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertismentBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertismentContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertismentContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertismentText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment_caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment_full" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisment_two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertize_here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertnotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial-promo-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial_red" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorialitem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorialtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorialview" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorialwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advertplay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverts-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverts_RHS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adverttop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advfrm" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advhere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advimg160600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advimg300250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advslideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt-banner-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt-sec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt720" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt_468by60px" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt_indieclick" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt_single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advt_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advtop-leaderbord" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".advttopleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwhitespace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwolf-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adword-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adword-structure" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adword-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adword-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adword1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwordListings" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwords-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwordsHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwords_in_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwrap-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwrapper-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwrapper1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adwrapper948" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adxli" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adz728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone_ad_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone_ad_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone_ad_7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone_ad_8" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".adzone_ad_9" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afc-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afffix-custom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-mrec-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-strip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliateAdvertText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate_header_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate_header_ads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliates-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliation728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".affinityAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afns-ad-sponsor-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afsAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afsAdvertisingBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aftContentAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aftContentAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".after_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".after_comments_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".after_post_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".afterpostadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".agi-adsaleslinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".agi-adtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aisle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aisoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ajaxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".al-wss-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".alb-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".alignads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".allpages_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".allpages_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".alt-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".alt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".alternatives_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".amAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".am_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".amsSparkleAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".anchor-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".anchorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".annonce_textads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".annons_themeBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".annonstext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".another_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".answer_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aol-knot-fullscreen-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aol-twist-flyout-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aolSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aopsadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ap_str_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".apiAdMarkerAbove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".apiAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".apiButtonAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".app-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".app_advertising_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".apxContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".archive-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".archive-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".area1_2_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".area5_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".areaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aroundAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".artAdInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".art_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".art_new_ads_468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".artcl_promo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ad-primary" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-aside-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-content-adwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article-v2-rail__advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdBlade" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdSlot2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdsL" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleEmbeddedAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleFooterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleHeadAdRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_ad250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_ad_container2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_ads_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_inline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_inner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_middle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_mpu_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_page_ads_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".article_tower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articlebodyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articlepage_ads_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".articlepage_ads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".artist-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".as_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aseadn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_AD01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_AD02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_AD06" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_AD08" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_AD09" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_banner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aside_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".associated-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".atf-ad-medRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".atf-ad-medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".atf_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".attachment-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".attachment-sidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".attachment-sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".attachment-squareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".attachment-weather-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".auction-nudge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".autoshow-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aux-ad-widget-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".aux-ad-widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".avertissement-download" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ad-footerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ad-topBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ads_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ads_gpt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-ads_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-adsuniversal-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-advert__grid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-aside-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-astro-sponsored-links_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b-astro-sponsored-links_vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b5-ad-pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b5_widget_skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b5ad_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b5ad_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b_ads_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b_ads_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".b_ads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".back300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".backgroundAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bads300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".badxcn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bam-dcRefreshableAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban-720-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban300side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban420x200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban420x260" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban680x450" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ban980x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bank-rate-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banmanad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-468-60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ads-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-ads-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-buysellads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-paid-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-rectangleMedium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-sidebar-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-top-banner-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner1-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner250_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner300by250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner468by60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner728-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner728-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerADV" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdTower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdWrapper300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdWrapper730x86" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAd_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerAside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerGAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerTopAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerTopAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerWrapAdwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_234x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_300x250_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_300x250_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ad-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ad_233x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ad_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_ads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_mpu_integrated" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_reklam" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_reklam2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerad-125tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerad-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banneradbottomholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banneradd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banneradv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerandads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergroup-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banneritem-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".banneritem_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".barkerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".base-ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".base_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".base_printer_widgets_AdBreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bb-adv-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bb-adv-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bbccom-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bbsTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bcom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bean-bag-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".beauty_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".before-comment-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".belowNavAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".below_game_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".below_player_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".belowthread_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".belowthread_advert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".belt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bet_AdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".between_page_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bex_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bg-ad-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bg-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bgAdBlue" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bgadgray10px" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bgcolor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bgnavad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigAdvBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigBoxAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigCubeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big_center_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".big_rectangle_page_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigadleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigadright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigadtxt1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigbox-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigbox_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bigboxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".billboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".billboard300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".billboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".billboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bing-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".biz-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".biz-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".biz-adtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".biz-details-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bizCardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bizDetailAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bkg-ad-browse" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bl_adv_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blacboard-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blk_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blocAdInfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bloc_adsense_acc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block--ad-superleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block--ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block--simpleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block--views-premium-ad-slideshow-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ad_injector" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ad_tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-admanager" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ads_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-adsense-managed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-adsense_managed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-adspace-full" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-adzerk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-altads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ami-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-bf_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-bg-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-bg-advertisement-region-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-boxes-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-deca_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-dennis-adsense-afc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-display-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-doubleclick_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ec_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-eg_adproxy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-fan-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-fc_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-featured-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-gc_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-gg_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-google-admanager" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-google-admanager-dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-google_admanager" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-google_admanager2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-hcm-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-hcm_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-inner-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-maniad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-module-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-module-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-module-ad-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-nmadition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ohtdisplayad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-openads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-openadstream" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-openx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-reklama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-sn-ad-blog-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-thirdage-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-vh-adjuggler" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-wtg_adtech" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block-zagat_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block1--ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blockAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blockAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blockAdvertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_floating_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sb_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sb_text2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sponsored_links-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sponsored_links_localized" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ad_sponsored_links_localized-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_adslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".block_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blockad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blocked-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blockrightsmallads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blocsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-ad-leader-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-ads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-view-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog2AdIntegrated" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogArtAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogBigAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog_ad_continue" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blog_divider_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogads-sb-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogroll-ad-img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blogs_2_square_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blox3featuredAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blue-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".blxAdopsPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bmg-sidebar-ads-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bmg-sidebar-ads-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bn_textads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bnr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodaciousad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body-adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body_sponsoredresults_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body_sponsoredresults_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body_sponsoredresults_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".body_width_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodyads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodybannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bodyrectanglead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bonnier-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bonnier-ads-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bonnier-ads-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bookseller-header-advt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".booster-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bostad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bot-728x90-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".botAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".botRectAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bot_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bot_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".botad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad-fr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad-large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-ads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-center-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-game-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-leaderboard-adslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-right-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-rightadvtsment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-slider-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAdvTxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomAdvt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomArticleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomBannerAdsSmallBotLeftHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomELAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomFriendsAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomReviewAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_adbreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_ads_wrapper_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_advert_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_banner_advert_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_bar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_rightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomad-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomadarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomadwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottombarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomleader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomleader-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomrightrailAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomvidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad-grey" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad-mr1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad-unit-j" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ad-wsr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-ads-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-adv-300-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-adv-social" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-advert-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-entry-ad-bottom-single" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-google-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-recommend-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sidebar-ad-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sidebar-ad-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sidebar-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAdFields" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAdMrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAdsInclude" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxOuterAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_ads728x90_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_adv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_adv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_adv_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_adv_new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_advertising_info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_advertisment_62_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_content_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_publicidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_sidebar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_textads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".box_title_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxad120" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxadcont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxadv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxcontentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxsponsor2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".boxyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bps-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bps-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bps-advertisement-inline-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bps-advertisement-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bps-search-chitika-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bq_ad_320x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bq_adleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bq_rightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".br-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".br-ad-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".br-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".br-right-rail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".branding-ad-gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".branding-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".breadads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".breakad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".breakerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".breakingNewsModuleSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".breakthrough-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".broker-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".broker-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".broker-ads-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".brokerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".browse-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".browse-banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".browse-by-make-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".browser_boot_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bs-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bsAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa-in-post-ad-125-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa_it_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btf-ad-medRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btm_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btm_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-newad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".btn_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".budget_ads_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".budget_ads_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".budget_ads_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".budget_ads_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bullet-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bullet-sponsored-links-gray" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bunyad-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".burstContentAdIndex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".businessads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".busrep_poll_and_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".button-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".button-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonAdSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".button_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".button_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".button_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonad_v2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buttonads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buySellAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buysellAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buysellAdsSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buzzAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buzz_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".buzz_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bx_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bx_ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bz-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".bzads-ic-ad-300-250-600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".c300x250-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".c3_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cA-adStack" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cA-adStrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cColumn-TextAdsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cLeftTextAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".c_adsky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".c_google_adsense_nxn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".c_ligatus_nxn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".calendarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".calloutAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".canoeAdvertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".carbonad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".carbonad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".card--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cards-categorical-list-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".care2_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".careerAdviceAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".carouselbanner_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cat_context_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".catalog_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".catalyst-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cate_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".category-advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".categorySponsorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".category__big_game_container_body_games_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".categoryfirstad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".categoryfirstadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".categorypage_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".categorypage_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".catfish_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cb_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cb_navigation_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbs-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbs-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbs-ad-unit-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbstv_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbzadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cbzadvert_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cc-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cct-tempskinad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdAdTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdLanderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cde_ads_right_top_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdmainlineSearchAdParent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdo-ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdo-dicthomepage-btm-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cdsidebarSearchAdParent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centerAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".center_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centeradv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centered-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".centered_wide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cg_ad_slug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ch_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".change-ad-h-btn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".changeableadzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".channel-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".chartad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".chitika-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".chitikaAdCopy" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cinemabotad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".clHeader_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".classifiedAdSplit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".classifiedAdThree" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".clearerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".client-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".close-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".close2play-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm-ad-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm-hero-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm-rp01-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm-rp02-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmAdCentered" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmAdFind" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmAdSponsoredLinksBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmBottomAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmMediaRotatorAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmMediaRotatorAdSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmRecentOnAirAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmTeaseAdSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cm_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmam_responsive_ad_widget_class" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cmg-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cms-Advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cn_ad_placement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnbcHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnbcRailAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnbc_badge_banner_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnbc_banner_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnbc_leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn160AdFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnSearchSponsorBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnStoreAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnStoryElementBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnWCAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnWireAdLtgBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_728adbin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adbygbin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adcntr300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adcntr728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adcntr728x90t" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adspc300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adspc336cntr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_adtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_fabcatad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_grpnadclk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_pt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_sectprtnrbox_cb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_sectprtnrbox_grpn336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-half-page-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-right-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-right-vertical-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-right-vertical-ad-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cntAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cntrad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cobalt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".col-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".col-line-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".colRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".col_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".col_header_ads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".colombiaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".column-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".column2-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".columnBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".columnRightAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".column_3_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".com-ad-server" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comment-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comment-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comment-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comment_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comment_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".commentsFavoritesAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".commentsbannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".commercialAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".common-adv-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".common_advertisement_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".communityAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".comp_AdsFrontPage_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".companion-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".companion-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".companionAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".companion_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".compareBrokersAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".component-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".conTSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".con_widget_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".conductor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".confirm_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".confirm_ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".confirm_leader_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".consoleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cont-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contads_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-adbanner-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-adbanner-mobile" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-adwords" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-rectangle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container-top-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".containerAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".containerSqAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".container_serendipity_plugin_google_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contains-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad-outer-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad-side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-box-inner-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-footer-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-item-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-result-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-unit-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAd510" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdFoot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdIndex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdsCommon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentTopAdSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_468_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_ad_head" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_ads_index" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_adsq" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_bottom_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_column2_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content_middle_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentad-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentad_right_col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadfloatl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadstartpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadstop1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentadvside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentleftad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentpage_searchad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contents-ads-bottom-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contenttextad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentwellad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contentwidgetads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contest_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".context-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contextualAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".contextual_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".copy-adChoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".core-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cornerBoxInnerWhiteAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cornerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cosmo-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cpaAdPosition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cpmstarHeadline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cpmstarText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cranky-ads-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".create_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".credited_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".criAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cross_delete_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".crumb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cs-adv-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cs-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".csPromoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cscTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cse_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".csiAd_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cspAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ct-ad-article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ct-ad-article-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ct-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ct-bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ct_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ctn-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ctnAdSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ctnAdSquare300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ctr-tss-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cube-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cubeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cube_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cube_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cubead-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".currency_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom-advert-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".customAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".custom_footer_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".customadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".customized_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cwAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cwv2Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cxAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".cyads650x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".da-custom-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".darla_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-ad-grid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-ad-taboola" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-ad-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-leaderboard-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-medsquare" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartAd300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartAd491" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartAdImage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dart_tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartadbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dartiframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".datafile-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dc-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dc-half-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dc-widget-adv-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dcAdvertHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".deckAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".deckads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".demo-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".desktop-aside-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".desktop-aside-ad-hide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".desktop-postcontentad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".desktop_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detail-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detailMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detailSidebar-adPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detail_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detail_article_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".detail_top_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".devil-ad-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_first" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_last" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfad_pos_6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfads-javascript-load" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-ad-advert_mpu_body_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-plugin-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-tag-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad_caption" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad_content_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad_content_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_ad_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dfrads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".diggable-ad-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".display-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".display-ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".display-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".displayAd728x90Js" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".displayAdCode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".displayAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".displayAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".displayAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".display_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div-google-adx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAdright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAdsBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAdsLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAdsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divAdvTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divGoogleAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divReklama" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divRepAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divSponsoredBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divTopADBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divTopADBannerWapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_adv300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_adv620" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_adv728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_advstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".div_banner468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divadsensex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divider-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".divider_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dlSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dm-ads-125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dm-ads-350" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dmRosMBAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dmco_advert_iabrighttitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".double-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".double-click-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".double-square-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".doubleGoogleTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".double_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".double_click_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".doubleclick-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".doubleclick_adtype" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".download-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".drop-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dropdownAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-col-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-container-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-container-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-container-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-container-ros" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ds-ad-ros" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dsq_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dualAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dwn_link_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamic-ad-wrap-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamic-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamicLeadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamic_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamic_adslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamicad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".dynamicad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".e-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".eads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".earAdv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".east_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".east_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".easy-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".easyAdsSinglePosition" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".easyazon-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".eb_ad280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ebayads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ec-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ec-ads-remove-if-empty" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ec_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ecosia-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".editor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".editorial-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".editors-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ehs-adbridge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ej-advertisement-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".element-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".em-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".em-ads-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".em_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".em_ads_box_dynamic_remove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".embAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".embed-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".embeddedAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".embeddedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".emm-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".empty-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".endemic_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".engagement_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".eniro_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".enterpriseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-ads-110" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-body-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-bottom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-injected-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entry_sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".entryad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".eol-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".epicgame-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".esp_publicidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".et-single-post-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".exec-advert-flash" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".expanding-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".expertsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".external-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".externalAdComponent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".extrasColumnFuseAdLocal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ez-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ez-clientAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ezAdsWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ezAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ezoic-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fN-affiliateStrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".f_Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fbCalendarAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fbPhotoSnowboxAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fblockad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fc_splash_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fd-display-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fdc_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".feat_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featureAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".feature_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredBoxAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_ad_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_advertisers_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredadvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".feedBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fg_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fi_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".finpostsads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fireplaceadleft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fireplaceadright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fireplaceadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".first-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".first_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".firstad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".firstpost_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".firstpost_advert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fiveMinCompanionBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fixed-ad-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fixedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fixedRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fl-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flagads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flashAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flash_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flash_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flashad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flashadd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flex-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flexAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flexad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flexadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flexbanneritemad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flexiad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".flipbook_v2_sponsor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floatad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floatads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floated-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floated_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floating-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".floatingAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fm-badge-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fnadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fns_td_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fold-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".follower-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".foot-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".foot-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".foot-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".foot_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-300-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-ad-squares" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-adsbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-advert-large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-advertising-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-floating-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-text-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdsWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdslot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerFullAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerGoogleAdMainWarp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_ad336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_banner_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_block_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_line_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_text_adblog" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footeradspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".footertextadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".forex_ad_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".forum-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".forum_ad_beneath" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".forumtopad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".four-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".four-six-eight-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".four_button_threeone_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".four_percent_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fp_ad_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frame_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".framead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".freedownload_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".freegame_bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frn_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frn_cont_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frn_placeholder_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frontads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frontpage-google-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frontpage-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frontpage-right-ad-hide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".frontpage_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fs-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fs1-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fs_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ft-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ftdAdBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ftdContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ftr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".full-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".full-width-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fullSizeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".full_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".full_ad_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".full_width_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fulladblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fullbannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fusionAdLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".future_dfp-inline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fw-mod-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".fwAdTags" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g-ad-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g-ad-slot-toptop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g-adblock3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g-advertisement-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g2-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g3-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g3rtn-ad-site" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAdRows" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAdSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAds1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAdsBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_ad336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_ads_200" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_ads_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".g_ggl_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ga-ad-split" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ga-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ga-textads-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ga-textads-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gaTeaserAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gaTeaserAdsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gads300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gads_cb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gads_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gadstxtmcont2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".galleria-AdOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".galleryAdvertPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".galleryLeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".galleryRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery_300x100_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery__aside-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery__footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery_ads_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".galleryads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gam-300x250-default-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gam_ad_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".game-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".game-right-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gameAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gameBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".game__adv_containerLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".game_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".game_under_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamepage_boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamepageadBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gameplayads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".games-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".games-ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamesPage_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamesPage_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamezebo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gamezebo_ad_info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gbl_adstruct" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gbl_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gdgt-header-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gdgt-postb-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".geeky_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gels-inlinead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gen_side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".general-adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".generic-ad-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".generic-ad-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".generic_300x250_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".geoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".getridofAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".getridofAdsBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gfp-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ggads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ggadunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ggadwrp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gglAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gglads300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gl_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".glamsquaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".glance_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".globalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".globalAdLargeRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".globalAdLeaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".global_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gm-ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gn_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".go-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".go-ads-widget-ads-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".goog_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-square-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-boxout" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-group" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-obj" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-responsive" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-rodape" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-slim" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-adsbygoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-afc-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-csi-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-entrepreneurs-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-sponsored-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-sponsored-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-text-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google-user-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google300x250BoxFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google300x250TextDetailMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google300x250TextFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google468_60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google728x90TextDetailTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd300x250_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdContainerSingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdFoot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdSenseModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdTopTipDetails" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd_1x1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAd_body" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAds336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAds728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAds_article_page_above_comments" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdsense468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleAdv1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleBannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleContentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleInsideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleLgRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleProfileAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleSearchAd_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleSearchAd_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleSkyWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleSubjectAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_btn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ad_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_add_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_admanager" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_bom_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_bom_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_header11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_ads_v3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_adsense1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_adsense1_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_adsense_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_adsense_sidebar_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_afc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_afc_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_afc_articleintext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_afc_categorymain" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_top_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_top_adsense1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_top_adsense1_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_top_adsense_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".google_txt_ads_mid_big_img" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead_idx_b_97090" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead_idx_h_97090" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlead_outside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleaddiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleaddiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadiframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads-bottommiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads-topmiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleads_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadsrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadvertisemen120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleafc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlebanwide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleimagead1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googleimagead2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googlepostads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".googley_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpAdFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gp_adbanner--bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gp_adbanner--top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gpt-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gr-adcast" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gradientAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".graphic_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grev-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grey-ad-line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grey-ad-notice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".greyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".greyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grid-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grid-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grid-item-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gridAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gridAdRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gridSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gridstream_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".group-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".group_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".grv_is_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gsfAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gsl-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gt_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gt_ad_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gt_adlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gtadlb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gtop_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gujAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gutter-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gutter-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gutter-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gutterAdHorizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gx_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-ad-728x90-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-ad-remove" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-large-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h11-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h_Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".h_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".half-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".halfPageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".half_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".halfpage_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hbPostAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hbox_top_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hcf-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hcf-ad-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hcf-cms-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hd-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdTopAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hd_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hd_below_player_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdr-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdr-ad-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdr-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hdr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".head_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header--ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad-new-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad234x60left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ad234x60right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-ads-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-advert-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-banner-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-bannerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-taxonomy-image-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header15-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header3-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header728-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAdCode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAdspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_ads_promotional" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_adsense_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_advertisement_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_classified_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".header_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerad-720" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headerad-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headeradarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headeradhome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headeradinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".headeradright" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".heading-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".heatmapthemead_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hero-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hi5-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hidden-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hideAdMessage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hidePauseAdZone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".highlights-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".highlightsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hl-post-center-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hm_advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hm_top_right_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hm_top_right_google_ads_budget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hn-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-300x250-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ad-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ad728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ads-container1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-area3-adv-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-body-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-features-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-sidebar-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-slider-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-sticky-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-top-of-page__top-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home-top-right-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdBoxA" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdBoxBetweenBlocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdBoxInBignews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdFullBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAdSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeAddTopText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeCentreAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeMainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeMediumAdGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homePageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeSubAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_ad_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_ad_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_advertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_box_latest_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_mrec_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_offer_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_sway_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_top_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".home_top_right_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homeadnews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homefront468Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-300-250-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-ad-block-padding" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-ad-buzz-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-footer-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-right-rail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-sponsoredlinks-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepageFlexAdOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepageMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage__ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage__ad--middle-leader-board" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage__ad--top-leader-board" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage__ad--top-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage_block_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage_middle_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homepageinline_adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".homestream-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hori-play-page-adver" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horisont_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horiz_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal-ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalAdText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal_adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalbtad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontaltextadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".horizsponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hortad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".house-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".house-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".houseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".houseAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".houseAdsStyle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".housead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hover_300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hover_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hoverad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-col4-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-content__ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-inline-ss-service-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-main__rail__footer__ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-slideshow-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-ss-service-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp2-adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hpPollQuestionSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hpPriceBoardSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_320-250-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_ad_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_ad_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_horizontal_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_t_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_w_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hpa-ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hr-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hr_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hss-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hss-ad-300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hss_static_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hst-contextualads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ht_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".html-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".html-component-ad-filler" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".html5-ad-progress-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".hype_adrotate_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".i360ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".i_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ib-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ib-figure-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ibm_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ibm_ad_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ibt-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ic-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ico-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".icon-advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".icon-myindependentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iconAdChoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".icon_ad_choices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".id-Article-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".idGoogleAdsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".idMultiAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".idc-adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".idc-adWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".idgGoogleAdTag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iframe-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iframe-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iframeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iframead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iframeadflat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".im-topAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".image-ad-336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".image-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".image-viewer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".image-viewer-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imageAdBoxTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imageads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imagetable_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".img-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".img_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imgur-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".imuBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-between-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-node-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-page-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-story-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in-story-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inArticleAdInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inPageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inStoryAd-news2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in_article_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in_content_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".in_up_ad_game" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".incontentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".indEntrySquareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".indent-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".index-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".index-after-second-post-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".index_728_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".index_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".index_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".indexad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".indie-sidead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".indy_googleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".info-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".info-advert-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".info-advert-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".info-advert-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".info-advert-728x90-inside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".infoBoxThreadPageRankAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ingameadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ingameboxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ingridAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inhouseAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inhousead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".injectedAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-mpu-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdImage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdTour" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAd_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline_ad_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inline_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlinead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlinead-tagtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineadtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlist-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlistAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inner-advt-banner-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inner468ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".innerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".innerContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inner_ad_advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inner_big_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".innerpostadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inpostad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insert-advert-ver01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insert-post-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insertAd_AdSlice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insertAd_Rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insertAd_TextAdBreak" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insert_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insert_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insertad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insideStoryAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inside_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inside_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".instructionAdvHeadline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".insurance-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".intad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inteliusAd_image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".interest-based-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".internal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".internalAdSection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".internalAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".internal_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".interstitial-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".interstitial-ad600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".interstitial468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ion-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ione-widget-dart-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ipm-sidebar-ad-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iprom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".iqadlinebottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".is-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".is24-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".isAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".is_trackable_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".isad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".island-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".islandAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".islandAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".island_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".islandad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".isocket_ad_row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item-housead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item-housead-last" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".itemAdvertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".item_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ja-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jalbum-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jam-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jimdoAdDisclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jobkeywordads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jobs-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jobs-ad-marker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".joead728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jp-advertisment-promotional" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-ad-home" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-advert--vc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-gptAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".js-stream-featured-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jsx-adcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".juicyads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jumboAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kd_ads_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kdads-empty" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kdads-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".keyword-ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kip-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kitara-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".knowledgehub_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kw_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".kw_advert_pair" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-ad-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-header-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l300x250ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l_ad_sub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".label-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".labelads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".labeled_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".landing-page-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".landingAdRail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".landing_adbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".large-btn-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".large-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".largeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".largeRecAdNewsContainerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".largeRectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".largeUnitAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".large_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".large_add_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".largesideadpane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lastAdvertorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lastRowAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lastads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lastpost_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".layer_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".layeradinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".layout-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".layout_communityad_right_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lazyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lazyload_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lazyload_ad_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lbc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lcontentbox_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lead-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lead-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leadAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBoardAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBoardAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderOverallAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leader_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leader_aol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-green" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-grid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-ad-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardAdContainerInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardFooter_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_ad_unit_groups" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardadmiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardadwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-ad180" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-column-rectangular-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-column-virtical-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-rail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-rail-horizontal-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-sidebar-box-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-takeover-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left-takeover-ad-sticky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left120X600AdHeaderText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAdColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAd_bottom_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAd_top_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftCol_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftColumnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_300_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ad_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ad_areas" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_adlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_advertisement_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_col_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_google_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".left_sidebar_wide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftadd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftadtag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftbar_ad_160_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftbarads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftbottomads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftnavad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftrighttopad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".leftsidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lefttopad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".legacy-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".legal-ad-choice-icon" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lgRecAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lg_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".liboxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ligatus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lijit-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".linead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".linkAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".link_adslider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".link_advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".linkads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".linkedin-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".links_google_adx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listAdvertGenerator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listing-content-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listing-item-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listingAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listings-bottom-ad-w" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".listings_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".little_vid_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".live-search-list-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".live_tv_sponsorship_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".liveads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".livingsocial-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ljad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".llsAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lnad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".loadadlater" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".local-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".localad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".location-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".log_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logoAd-hanging" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logoAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logo_AdChoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logoutAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".logoutAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".longAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".longAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".longAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".longBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".long_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".longform-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".loop-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".loop_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lottery-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lower-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lowerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lowerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lowerContentBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lowerContentBannerAdInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lpt_adsense_bottom_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lqm-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lqm_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lr-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lr_skyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lsn-yahooAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lt_ad_call" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".luma-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".luxeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-ad-tvguide-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-advertisement--container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-gallery-overlay--ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-layout-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-mem--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m4-adsbygoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mTopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m_ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".m_banner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".macAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".macad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mad_adcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".madison_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".magad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".magazine_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-column-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-right-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main-tabs-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainEcoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainLeftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainLinkAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_5_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_6_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_7_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_7_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_8_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_8_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_9_ad_0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_adzone_9_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_bg_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_intro_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".main_wrapper_upper_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainadWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mainadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mantis-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".manual-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mapAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".map_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".map_media_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mapped-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".marginadsthin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".market-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".market-ad-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".marketplace-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".marketplaceAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".marketplaceAdShell" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".markplace-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".marquee-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".master_post_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead-ad-control" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mastheadAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead_ads_new" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".matador_sidebar_ad_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mcx-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".md-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".md-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mdl-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mdl-quigo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medColModAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medRecContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medRect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".med_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".media--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".media-ad-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".media-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediaAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediaResult_sponsoredSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".media_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medium-rectangle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medium-rectangle-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumRectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumRectangleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medium_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medium_rectangle_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medo-ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medo-ad-wideskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medrect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medrect-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medrectAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medrect_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".medrectadv4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".member-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".memberAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".member_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".meme_adwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".memrise_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menu-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menuAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menuAds-cage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menuItemBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menuad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".menueadimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".merchantAdsBoxColRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".messageBoardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".message_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".metaRedirectWrapperBottomAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".metaRedirectWrapperTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".meta_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".metaboxType-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mf-ad300-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mgid-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".micro_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_4_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_article_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_page_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_page_ad_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_right_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".midad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middle-ads728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middle-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleAdMid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middle_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middle_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".middleadouter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".midpost-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".min_navi_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mini-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".miniHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mini_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mini_ads_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mini_ads_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".miniad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".miniads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".misc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".misc-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".miscAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-bottom-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-bottom-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-bottom-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ml-adverts-sidebar-random" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mlaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mm-ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mm-ad-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mmc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mmc-ad-wrap-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mmcAd_Iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mnopolarisAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mo_googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile-related-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobileAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobileAdvertInStreamHighlightText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobileAppAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile_featuredad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile_featuredad_article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ad-n" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-adcpc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-horizontal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-trbad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-tss-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod-vertical-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_ad_imu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_admodule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod_openads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".modal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-ad-small" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-image-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-rectangleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-sponsored-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleAdSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleAdvertContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module_ad_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module_header_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".modulegad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-adsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-bannerAd6" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-centerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-googleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-rectangleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_ad160x600_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_adtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletableadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletableexclusive-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletablesquaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletabletowerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mom-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moneyball-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".monsterad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".moreAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mos-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mosaicAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mostpop_sponsored_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".motherboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mp-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-ad-con" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-container-blank" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-fp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-mediatv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-top-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-top-left-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-top-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuAdSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_advertisement_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_gold" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_platinum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_side" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_text_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuholderportalpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mrec_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ms-ad-superbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ms-ads-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ms_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".msat-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".msfg-shopping-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".msnChannelAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".msn_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mt-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mt-header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mtv-adChoicesLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mtv-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".multiadwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mvAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mvAdHdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mvp_block_type_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mvw_onPageAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mwaads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mxl_ad_inText_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".my-ad250x300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".my-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".myAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".myAdsGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mypicadsarea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".myplate_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nSponsoredLcContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nSponsoredLcTopic" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".n_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".naMediaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nadvt300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".narrow_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".narrow_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".native-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".native-ad-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".native-ad-promoted-provider" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nature-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nav-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nav-adWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navAdsBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navBads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nav_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nav_textads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navcommercial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".navi_ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".naviad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nba300Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nba728Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaAdNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaAroundAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaT3Ad160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaTVPodAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaTextAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaTwo130Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nbc_ad_carousel_wrp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ndmadkit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".netPost_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".netPost_ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".netads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".netshelter-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".network-ad-two" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".new-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".new-ads-scroller" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newPex_forumads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newTopAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".new_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newadsky-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".news-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".news-place-ad-info" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".news_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".news_article_ad_google" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".news_footer_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsblock-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsletter_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsstackedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newstream_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsviewAdBoxInNews" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".newsvinemsn_adtype" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nexusad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nf-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ninemsn-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ninth-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nn-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".no1postadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".noAdForLead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".noTitleAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".node-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".node-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".node_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nomobilead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nonsponserIABAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".normalAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".normalad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".northad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".not-an-ad-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".note-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".npAdGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".npSponsorTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nrAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nr_partners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nrelate .nr_partner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nsAdRow" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nscr300Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nscrMidAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nscrT1AdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ntnlad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nu2ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nuffnangad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nw-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nw-ad-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nw-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".nzs-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oad-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas-bottom-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas-leaderboard-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oasInAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oas_sidebar_v7" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oasads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ob_ads_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ob_container .item-container-obpd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ob_container a[data-redirect^=\"http://paid.outbrain.com/network/redir?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ob_dual_right > .ob_ads_header ~ .odb_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oba_message" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ocp-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".odc-nav-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ody-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".offer_sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oi_horz_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oio-banner-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oio-link-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oio-openslots" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oio-zone-position" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".old-advertorial-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".omnitureAdImpression" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".on-demand-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".on_single_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".one-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".oneColumnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".onethirdadholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".opaAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openadstext_after" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_10" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_11" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_15" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_17" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openx_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".openxbuttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".optional-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".os-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".osan-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".other-posts-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".other_adv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".otj_adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outbrain_ad_li" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outbrain_dual_ad_whats_class" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outbrain_ul_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outer-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outerAd_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outermainadtd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outgameadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".outside_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ovAdLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ovAdPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ovAdSky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ovAdartikel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ov_spns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ovadsenselabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".overflow-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".overlay-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ox-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ox_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ozadtop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ozadtop3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".p2_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".p75_sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".p_topad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pa_ads_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".paddingBotAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".padvertlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".page-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".page-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".page-pencil-ad-container-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageBottomGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageGoogleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageGoogleAdFlat" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageGoogleAdSubcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageGoogleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageGoogleAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageHeaderAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageLeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageSkinAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".page_content_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pagead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pagebuilder_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pageclwideadv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pagenavindexcontentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pair_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-bottom-right-rail-circ" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-middle1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-right1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-right2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-right3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-shot-business-circ" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ad-manager-subscribe-now" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp-dfp-ad-atf-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-frontpage-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-frontpage-ad-banner-hk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-openx" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-site-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-textlinkads-26" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-tw-ad-master-ad-300x250a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-tw-ad-master-ad-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-tw-adjuggler-tw-adjuggler-half-page-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-two-column-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pane_ad_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel-ad-mr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel-body-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel__column--vc-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel__row--with-vc-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".panel_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".paneladvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partial-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerAdTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partner_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".partnersTextLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".patronad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pb-f-ad-flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pb-mod-ad-flex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pb-mod-ad-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pd-ads-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".peg_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pencil-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pencil-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pencil_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".performancingads_region" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pfimgAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pg-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pgAdSection_Home_MasterSponsers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".photo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".photoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".photobox-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pics_detail_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pics_footer_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".picto_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pkgTemplateAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pla_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".plainAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".play-page-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".playAds1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".playAds2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player-leaderboard-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player-under-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".playerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".player_page_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".plistaList > .itemLinkPET" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".plista_inimg_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".plista_widget_belowArticleRelaunch_item[data-type=\"pet\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pm-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pmad-in2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pmg-sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pn-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pn_dfpads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pnp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".poac_ads_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pod-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pod-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pod-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".podRelatedAdLinksWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".podSponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".poll_sponsor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pop-up-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popunder-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popup-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popupAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popupAdOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popupAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".popup_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".portalCenterContentAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".portalCenterContentAdMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".portalCenterContentAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".portal_searchresultssponsoredlist" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".portalcontentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pos_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-adsense-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-googlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-load-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post-nativeadcarousel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postWideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post__ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post__body-ad-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post__inarticle-ad-template" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post_seperator_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post_sponsor_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".post_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postbit_ad_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postbit_adbit_register" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postbit_adcode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postbody_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".poster-ad-asset-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".poster_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postfooterad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postgroup-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".postgroup-ads-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".power_by_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ppp_interior_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ppr_priv_sponsored_coupon_listing" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pq-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pr-ad-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pr-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pre-roll-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pre-title-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".prebodyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premium-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premium-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premium-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premiumInHouseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premium_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".premiumad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".preview-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pricead-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".primary-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".primary-advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".primary_sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".printAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pro_ad_adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pro_ad_system_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pro_ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".prod_grid_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".product-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".product-inlist-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".profile_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".profile_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-box--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-box--leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-class-brand-getprice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promoAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promoAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promo_border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promoad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promoboxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".promotionTextAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".proof_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ps-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ps-ligatus_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".publiboxright300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".publication-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".publicidadSuperior" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".publicidad_horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".publicidade-dotted" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".puff-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".puff-advertorials" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pull_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pulse360ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pulsir-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".puppyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".purchad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".push--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".push-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pushDownAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pushdownAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pw_wb_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pwgAdWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pxz-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".pxz-taskbar-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".qa_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".qm-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".qm-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".qm-ad-content-news" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quick-tz-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quicklinks-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigo-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigoAdCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigoAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigoMod" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quigoads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".quotead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".qzvAdDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_adbx_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".r_col_add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".raff_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rail-article-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rail_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".railad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".railadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rbFooterSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rc_ad_300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rc_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rd_header_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rdio-homepage-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".readerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".readermodeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".realtor-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rec_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".recent-post-widget-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".recentAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".recent_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rect-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rect-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rect_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rect_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rect_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectadv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle-embed-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangleAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectanglead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".redads_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reedwan_adds300x250_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".referrerDetailAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".refreshable_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-dfp-ad-content-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-dfp-ad-content-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-dfp-ad-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-dfp-ad-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-leader-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-leader-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-middle-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-regions-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-regions-ad-top-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".region-widget-ad-top-0" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".regular_728_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".regularad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklam-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklam2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklam728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklama-c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklama-vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklama1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklame-right-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklame-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reklamka" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rel_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related-al-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related-al-content-w150-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related-guide-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".relatedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".relatedContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".related_post_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".relatesearchad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".remads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".remnant_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".remove-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".removeAdsLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".residentialads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".resourceImagetAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".respAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".responsive-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".result-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".result-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".resultAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".result_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".result_item_ad-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".resultad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".results-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".resultsAdsBlockCont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".results_sponsor_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rev_square_side_door" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".review-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reviewMidAdvertAlign" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".review_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reviewpage_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".reviews-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rf_circ_ad_460x205" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rght300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rgt-300x250-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rgt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rgt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhc-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs-ads-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs-advert-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs-advert-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs-advert-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhs_ad_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhsad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhsadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ribbon-ad-matte" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-col-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-column-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-navAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail-broker-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail__ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail__container--ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-side-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-side-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-sidebar-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-sidebar-box-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-square-ad-blocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-takeover-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-takeover-ad-sticky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAdColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAd_bottom_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAd_top_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAds_ie_fix" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightBoxMidAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColumnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColumnAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColumnAdsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightColumnRectAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightRailAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightRailMiddleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightSecAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightSideBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightSideSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightTopAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_box1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_common_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_innercont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_adsense_box_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_advertise_cnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_block_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_box_ad_rotating_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_col_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_col_ad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_column_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_content_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_content_ad_16" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_hand_advert_column" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_image_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_long_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_outside_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_picAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_side-partyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".right_side_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightad250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightadbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightadbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightadd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightadunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbigcolumn_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbigcolumn_ads_nobackground" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbox_content_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightboxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol-block-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol_boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol_div_openx2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcoladvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcoltowerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightmenu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightnav_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightpanelad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightrail-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightrail_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rightsideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".risingstar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".risingstar-ad-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".riverSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rmx-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rnav_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rngtAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rockmelt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rockmeltAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rolloverad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rot_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rotating-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rotating-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rotatingAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rotatingadsection" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rotator_ad_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".round_box_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".roundedCornersAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".roundingrayboxads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rowad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rowgoogleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rr-300x250-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rr-300x600-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rr_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rr_skyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rs_ad_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rs_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rside_adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rtAdFtr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rtSideHomeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_ad1_300x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_ad_call" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_advert_name" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rt_el_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rtd_ads_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rtmad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rtmm_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".runner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s2k_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sType-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ad_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_ads_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".s_sponsored_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sa_AdAnnouncement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sam-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sam_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".savvyad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".say-center-contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-ad-sq-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-ads-here" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sbAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sbAdUnitContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sbTopadWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_adsN" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_adsNv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_adsW" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_adsWv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sc-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sc_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sc_iframe_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scanAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scc_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".schedule_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sci-ad-main" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sci-ad-sub" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scoopads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scraper_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".script-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scroll-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".scrolling-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search-results-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchAdTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchCenterBottomAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchCenterTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchResultAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchRightBottomAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchRightMiddleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchSponsorItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchSponsoredResultsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".searchSponsoredResultsList" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search_column_results_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search_inline_web_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search_results_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".search_results_sponsored_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sec-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".secondary-advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".secondaryAdModule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".secondary_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-ad-related" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-adbox-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-adbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-advert-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-aside-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section_ad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section_mpu_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".section_mpu_wrapper_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".selection-grid-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".selfServeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".seoTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sepContentAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".series-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".serp_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".servedAdlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".servsponserLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".set_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sfsp_adadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sgAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sh-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sh-ad-section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shadvertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shareToolsItemAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shift-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shoppingGoogleAdSense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shortads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".shortadvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showAd_No" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showAd_Yes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showcaseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".showcasead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".si-adRgt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidbaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-120-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-120-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-120-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-160-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-160-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-160-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-300-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-300-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-300-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-blocks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ads-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-ads300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-bar-ad-position2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-sky-banner-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side-video-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideAdTall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideAdWide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBannerAdsLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBannerAdsSmall" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBannerAdsXLarge" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBarCubeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBlockAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBoxM1ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBoxMiddleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideBySideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideToSideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_300_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad_3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad_box_mid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ad_box_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_adv_01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_adv_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".side_adv_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidead_150" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidead_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidead_300250_ht" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidead_550125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideadmid" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideads_l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideadsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideadtable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-350ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-300x250-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-container-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-container-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-container-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ad-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-atf-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-big-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-block-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-box-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-content-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-header-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-paid-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-square-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar300adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAdNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAds300px" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarCloseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarNewsletterAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ADBOX" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_580" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_container_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ad_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads_336" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_ads_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_box_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_small_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarad160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebaradbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebaradcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebaradsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarboxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideheadnarrowad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideheadsponsorsad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sidelist_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sideskyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simple_ads_manager_block_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simple_ads_manager_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simple_ads_manager_zone_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simple_adsense_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simplead-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".simpleads-item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-ad-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-google-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-post-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-post-ads-750x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singleAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singleAdsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single_bottom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single_fm_ad_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".single_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singlead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singleadstopcstm2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singlepageleftad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singlepostad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singlepostadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".singpagead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site-footer__ad-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site-head-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".siteWideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site_ad_120_600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".site_sponsers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sitesponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sitesprite_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skin_ad_638" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skinad-l" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skinad-r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sky-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyAdvert2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyCraper_bannerLong" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyCraper_bannerShort" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sky_ad_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sky_scraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyjobsadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_bannerAdHome" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sl-art-ad-midflex" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sl-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sl_admarker" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sleekadbubble" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sliderad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow-advertisement-note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshowAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow_ad_300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow_ad_note" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slot_728_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slot_integrated_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slpBigSlimAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".slpSquareAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sm-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smAdText_r" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sm_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".small-ad-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".small-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallAdvertisments" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallSkyAd1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallSkyAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".small_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".small_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smalladblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smalladscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smalladword" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallbutton-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallsideadpane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smallsponsorad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".smart_ads_bom_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sml-item-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sn-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".snarcy-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".snoadnetwork" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".social-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".softronics-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".southad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sp-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spaceAdds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specialAd175x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specialAdsContent" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specialAdsLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specialAdsLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specialAdvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".special_ad_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".specials_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".speedyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sphereAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spl-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_ad_plus" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".splitAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".splitAdResultsPane" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".splitter_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".splitter_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spn_links_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spnsrAdvtBlk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spnsrCntnr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spon-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spon125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spon_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponlinkbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spons-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spons-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spons_link_header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spons_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponser-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponserIABAdBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponserLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsersads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsertop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponslink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-btns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-module-target" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-services" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-text-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorBannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorBox_right_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorMaskhead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorPost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorPostWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorPuffsHomepage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorStrip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorTxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_ad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_ad3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_advert_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_button_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_columns" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_div_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_line" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_logo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_placement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_units" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoradlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoradtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-ad-ob" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-chunk" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-container-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-default" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-display-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-editorial" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-features" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-header" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-headshop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links-alt-b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links-col" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-links-tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-offers-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-post_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-result" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-result-row-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-right-border" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-rule" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredAdLine" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredBar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredEntry" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredFeature" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredInfo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinks2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinksBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinksGadget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinksHead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinksHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredName" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredProduct" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredResults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredShowcasePanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredSideInner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredStats" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredTop" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_box_search" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_by" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_glinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_section" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_title_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_title_container_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_links_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_result" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_results" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_ss" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_text" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_well" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredby" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredibbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredlinkHed" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredlinks-article" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredlinkscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredresults" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredtabl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredtextlink_container_ovt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorheader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoring_link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoringbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorlink2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsormsg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors-module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorsBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_box_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_fieldset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorsbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorship-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorship-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorshipContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorship_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorshipbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sport-mpu-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spot-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight-ad-left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sprite-ad_label_vert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sqAd2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sq_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-ad--latest-video" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-ad--neg-margin" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-advt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square-sponsorship" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareAddtwo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square_advert_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".square_button_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squaread" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squaread-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squareads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".squared_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sr-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sr-in-feed-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sr-side-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sr_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".src_parts_gen_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-ad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-ad-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-ad_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stProAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stack-l-ad-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stackedads1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stackedads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stand-alone-adzone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".standalone_txt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".standard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".star-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".start__advertising_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".start__newest__big_game_container_body_games_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".start_overview_adv_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".statTop_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".static-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".staticAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ste-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sticky-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stickyAdLink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sticky_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stmAdHeightWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stock-ticker-ad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stock_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stocks-ad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".store-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story-page-embedded-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".storyAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".storyInlineAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_ads_right_spl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_ads_right_spl_budget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_body_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".story_right_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".storyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".storyad300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stpro_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".str-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stream-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".streamAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".strip-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".stripad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub-feature-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subAdBannerArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subAdBannerHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subNavAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_cont_AD01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_cont_AD02" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_cont_AD04" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_cont_AD06" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_cont_AD07" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subadimg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subcontent-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subheadAdPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subheaderAdlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subheader_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subjects_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".submenu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".subtitle-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sugarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".suit-ad-inject" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".super-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".superLeaderOverallAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".supercommentad_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".supercommentad_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".superscroll-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".supp-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".support-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".supportAdItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".support_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".surveyad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".syAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".syHdrBnrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".sykscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".szoAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".szoSponsoredPost" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".t10ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tabAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tabAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tab_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tab_ad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".table-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".table_ad_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tablebordersponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".taboola-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".taboola-partnerlinks-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".taboola_advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tadsanzeige" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tadsbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tadselement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tallAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tallad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tangential-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tblAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tblTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tbl_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tbox_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tckr_adbrace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-Adholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-TrafficWeatherWidgetAdGreyBrd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-a-rec-id-custom_ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-a-rec-id-custom_ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-adspot-title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-header-ad-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td-header-sp-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tdAdHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tdBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tdFeaturedAdvertisers" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_footer_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_left_widget_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_reklama_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_reklama_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_spotlight_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".td_topads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tdad125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaser-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaser-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaserAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaserAdHeadline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaser_adtiles" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".teaser_advert_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-ad-300" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-ad-links2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-group-short-rec-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-net-group-news-half-page-ad-300x600-or-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-net-grp-google-ads-article-page" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-nn-web-group-ad-halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-sponsored-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAd3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAdBG" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAdBlwPgnGrey" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAdMinimum" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textLinkAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text_ad_description" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text_ad_title" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text_ad_website" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".text_ads_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textad_headline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadheadline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textads_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textads_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadsds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadsfoot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textadtxt2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textbanner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textlink-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".textlinkads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tf_page_ad_search" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tfagAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".theAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".the_list_ad_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".theleftad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".themeblvd-ad-square-buttons" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".themidad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".third-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".third-party-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thirdAd160Cont" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thirdAdBot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thirdAdHead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thirdage_ads_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thirdage_ads_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thisIsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thisIsAnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".this_is_an_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thisisad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thread-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".thread-ad-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".threadAdsHeadlineData" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".three-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tibu_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ticket-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tile-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tileAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tileAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tileAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tile_AdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tile_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tips_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".title-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".title_adbig" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tj_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tj_ad_box_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tl-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tl-ad-dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tl-ad-display-3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tl-ad-render" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tm_ad200_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tm_topads_468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tm_widget_ad200px" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tmg-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tmg-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tmg-ad-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tmnAdsenseContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tmz-dart-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tncms-region-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".toolad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".toolbar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".toolsAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".toolssponsor-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-300-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-inside" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adsense-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-adverbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-468" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-add" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-bar-ad-related" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-box-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-content-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-horiz-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-item-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-left-nav-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-menu-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-outer-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-primary-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-right-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-rightadvtsment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-sidebar-adbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-treehouse-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top-wide-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top300ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAd728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdvBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdvertistemt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topAdverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topArticleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topBannerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topBannerAdSectionR" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topBarAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topBoxAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topHeaderLeaderADWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topLeaderboardAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topNavRMAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topPC-adWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topPagination_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topRightAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_Ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_728" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_big" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_long" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_post" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_seperate" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_short" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_ad_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adh" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_adv_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_advertising_lb" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_advertizing_cnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_bar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_big_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_container_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_corner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_header_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_header_ad_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_right_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_rightad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".top_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topad-area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topad-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topad-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topad2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadbar" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topads-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadspace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadspot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadtara" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topadvertisementsegment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topbar-ad-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topboardads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topcontentadvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topfootad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topicDetailsAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topic_inad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topnavSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topratedBoxAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topsidebarad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".topstoriesad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".toptenAdBoxA" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tourFeatureAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tower-ad-abs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tower-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".towerAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".towerAdLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".towerAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tower_ad_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".towerad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tp-ad-label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tp_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tr-ad-adtech-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tr-ad-inset" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tr-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trafficAdSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trb_gptAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trb_header_adBanner_large" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trb_masthead_adBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trb_pageAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc-content-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc-content-sponsoredUB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".treeAdBlockWithBanner_right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tribal-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trip_ad_center" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trueads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ts-ad_unit_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ts-banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ts-featured_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tsmAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ttlAdsensel" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tto-sponsored-element" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tucadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tvs-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".two-col-ad-inArticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".twoColumnAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".two_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".twoadcoll" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".twoadcolr" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tx_smartadserver_pi1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txt-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txtAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txtAd5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txtAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txt_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txt_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txtad_area" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".txtadvertise" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tynt-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".type_adscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".type_miniad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".type_promoads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tz_ad300_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".tz_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".uds-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".uds-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ui-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ukAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ukn-banner-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ukn-inline-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ult_vp_videoPlayerAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".unSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".under-player-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".under_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".undertimyads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".uniAdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".uniAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".uniblue-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".unit-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".universalboxADVBOX01" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".universalboxADVBOX03" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".universalboxADVBOX04a" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".unspoken-adplace" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".upcloo-adv-content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".upper-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".us-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".us-txt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".useful_banner_manager_rotation_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".useful_banner_manager_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".usenext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".v5rc_336x280ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vAd_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vbox-verticalad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ve2_post_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vert-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vert-ad-ttl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vert-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vert-adsBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vertad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".verticalAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".verticalAdText" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".verticalad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".verysmallads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vidadtext" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-about-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-ad-short" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-ads-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-ads-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-adtech-mpu-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video-innerAd-320x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".videoAd-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".videoBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_ads_overdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_ads_overdiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_advertisement_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_detail_box_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".video_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view-adverts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view-image-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view-promo-mpu-right" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view-site-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view-video-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".viewContentItemAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_bottom_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_bottom_bg_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_content_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_top_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_ads_top_bg_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".view_rig_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".views-field-field-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".views-field-field-adbox-1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".views-field-field-adbox-2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".virgin-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vl-ad-item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vod_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vs-advert-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vs_dfp_standard_postbit_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vsw-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vswAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vt_h1_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".vxp_ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".w-ad-box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".w_AdExternal" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wa_adsbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wahAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wahAdRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wallAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wall_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wall_ad_hd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wallad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wantads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".waterfall-ad-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wazi-ad-link" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wd-adunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wdca_ad_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wdca_custom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wdp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wdp_adDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wdt_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weather-ad-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weather-sponsor-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weather-sponsorDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weatherAdSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weather_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".weatherad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".web-result-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".webad-cnt" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".webads336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".webadvert-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".well-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wfb-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wg-ad-square" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wh_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-ad-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-advert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide-skyscraper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wideAdTable" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widePageAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_ad_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_ad_unit_top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_google_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_grey_ad_box" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widead" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wideadbox" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ad-codes" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ad-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ad-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ad300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-adcode" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-entry-ads-160" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-group-Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-highlight-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-text-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widgetAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widgetAdScrollContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widgetYahooAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad125" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_300x250_atf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_300x250_btf" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_300x250_btf_b" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_boxes_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_rotator" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_admanagerwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adrotate_widgets" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adsensem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adsensewidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adsingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adv_location" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advert_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advert_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_advwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_adwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_bestgoogleadsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_boss_banner_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_catchbox_adwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_cevo_contentad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_customadvertising" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_cxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_econaabachoadswidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_emads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_fearless_responsive_image_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_googleads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ima_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_internationaladserverwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ione-dart-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_island_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_maxbannerads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_nb-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_new_sponsored_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_openxwpwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_plugrush_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sdac_bottom_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sdac_companion_video_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sdac_footer_ads_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sdac_skyscraper_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sdac_top_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sej_sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sidebarad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sidebarad_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sidebaradwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sponsored_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_text_adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_uds-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_vb_sidebar_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_wnd_ad_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_wp_ads_gpt_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_wpshower_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widgetads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".width-ad-slug" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wikia-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wikia_ad_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wingadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wis_adControl" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wixAdsdesktopBottomAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wl-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wn-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wnIframeAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wnMultiAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wnad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wp125_write_ads_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wp125ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wp125ad_1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wp125ad_2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wp_bannerize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpbrad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpbrad-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpbrad-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpfp_custom_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpi_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpmrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpn_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpproadszone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wptouch-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wpx-bannerize" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrap-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrap_boxad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapper-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapper-ad-sidecol" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapper-google-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapper_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ws-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wsSearchResultsRightSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wsSponsoredLinksRight" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wsTopSposoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wsj-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wx-adchoices" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".wx-gptADS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x-home-ad__content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x-home-ad__content-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x01-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x03-adunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x04-adunit" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".x81_ad_detail" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-blk-bottom-hld" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-blk-top-hld" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-blk-top2-hld" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-blk1" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-blk2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xads-ojedn" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xmlad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xs_epic_circ_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xs_epic_sponsor_label" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".xtopadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y-ads-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y5_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y5_ads2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y7-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y7adHEAD" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y7adS" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".y7s-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yaAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yad-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-ad-leader-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-ad-leader-south" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-ad-lrec-north" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-banner-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-sponsored-links" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-sponsored-result" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooAd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooAds" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooContentMatch" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooad-image" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooad-urlline" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yahootextads_content_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yam-plus-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yan-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yat-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yellow_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yfi-fp-ad-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ygrp-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yieldads-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yieldads-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yl-lrec-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yls-sponlink" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad-LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad-LREC2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad-LREC3" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad-MREC2" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad-moneyball" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".youradhere" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".youtubeSuperLeaderBoardAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".youtubeSuperLeaderOverallAdArea" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yrail_ad_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yrail_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ysmsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ysp-dynamic-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ysponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yt-adsfull-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ytp-ad-progress-list" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yui3-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".yw-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".z-sponsored-block" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zRightAdNote" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zc-grid-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zc-grid-position-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zem_rp_promoted" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zeti-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "[onclick^=\"window.open('http://adultfriendfinder.com/search/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[data-obtrack^=\"http://paid.outbrain.com/network/redir?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[data-redirect^=\"this.href='http://paid.outbrain.com/network/redir?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href$=\"/vghd.shtml\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\" http://ads.ad-center.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\" http://n47adshostnet.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"//adbit.co/?a=Advertise&\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"//ads.ad-center.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"//go.ad2up.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://1phads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://360ads.go2cloud.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://NowDownloadAll.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad-apac.doubleclick.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad.au.doubleclick.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad.yieldmanager.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adexprt.me/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adf.ly/?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adlev.neodatagroup.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.activtrades.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.ad-center.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.affbuzzads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.integral-marketing.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.pheedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adserver.adtech.de/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adserver.adtechus.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adserver.itsfogo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adserving.liveuniversenetwork.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adsrv.keycaptcha.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adtransfer.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliate.glbtracker.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliate.godaddy.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliates.score-affiliates.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://aflrm.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://amzn.to/\"] > img[src^=\"data\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://api.ringtonematcher.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://api.taboola.com/\"][href*=\"/recommendations.notify-click?app.type=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://at.atwola.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://banners.victor.com/processing/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bc.vc/?r=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bcp.crwdcntrl.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bestorican.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bluehost.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bonusfapturbo.nmvsite.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bs.serving-sys.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://buysellads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://c.actiondesk.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://callville.xyz/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://campaign.bharatmatrimony.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cdn3.adbrau.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cdn3.adexprts.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://centertrust.xyz/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://chaturbate.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cinema.friendscout24.de?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clickandjoinyourgirl.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clickserv.sitescout.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clk.directrev.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clkmon.com/adServe/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://codec.codecm.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://connectlinking6.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://contractallsticker.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cpaway.afftrack.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://d2.zedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://data.ad.yieldmanager.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://databass.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://down1oads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://dwn.pushtraffic.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://easydownload4you.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://elitefuckbook.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://feedads.g.doubleclick.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://fileloadr.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://finaljuyu.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://findersocket.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://freesoftwarelive.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://fsoft4down.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://fusionads.net\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://galleries.pinballpublishernetwork.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://galleries.securewebsiteaccess.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://games.ucoz.ru/\"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://gca.sh/user/register?ref=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://getlinksinaseconds.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://go.oclaserver.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://go.seomojo.com/tracking202/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://greensmoke.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://guideways.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hd-plugins.com/download/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hdplugin.flashplayer-updates.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hyperlinksecure.com/go/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://imads.integral-marketing.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://install.securewebsiteaccess.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://jobitem.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://k2s.cc/pr/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://keep2share.cc/pr/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://landingpagegenius.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://latestdownloads.net/download.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://liversely.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://liversely.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lp.ezdownloadpro.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lp.ilivid.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lp.ncdownloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://mojofun.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://n.admagnet.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://paid.outbrain.com/network/redir?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://partner.sbaffiliates.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://pokershibes.com/index.php?ref=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://refer.webhostingbuzz.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ryushare.com/affiliate.python\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.hostgator.com/~affiliat/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.signup-page.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.signup-way.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://serve.williamhill.com/promoRedirect?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://server.cpmstar.com/click.aspx?poolid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://sharesuper.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://t.wowtrk.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://taboola-\"][href*=\"/redirect.php?app.type=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tour.affbuzzads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://track.adform.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.crazylead.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.deltamediallc.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.toroadvertising.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ul.to/ref/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://uploaded.net/ref/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://websitedhoome.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.123-reg.co.uk/affiliate2.cgi\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.1clickdownloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.1clickmoviedownloader.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.FriendlyDuck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.TwinPlan.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adbrite.com/mb/commerce/purchase_form.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adshost2.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adxpansion.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.affbuzzads.com/affiliate/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.amazon.co.uk/exec/obidos/external-search?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.babylon.com/welcome/index?affID\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.badoink.com/go.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.clickansave.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.clkads.com/adServe/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.dealcent.com/register.php?affid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.dl-provider.com/search/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.down1oads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.download-provider.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.downloadthesefiles.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.downloadweb.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.drowle.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.easydownloadnow.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.epicgameads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.faceporn.net/free?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.firstclass-download.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.firstload.com/affiliate/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.firstload.de/affiliate/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fonts.com/BannerScript/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fpcTraffic2.com/blind/in.cgi?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.freefilesdownloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.friendlyduck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.graboid.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.idownloadplay.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.incredimail.com/?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ireel.com/signup?ref\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.linkbucks.com/referral/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.liversely.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.menaon.com/installs/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mobileandinternetadvertising.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.my-dirty-hobby.com/?sub=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.myfreepaysite.com/sfw.php?aid\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.myfreepaysite.com/sfw_int.php?aid\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mysuperpharm.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.myvpn.pro/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.on2url.com/app/adtrack.asp\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.paddypower.com/?AFF_ID=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.pheedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.pinkvisualgames.com/?revid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.plus500.com/?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.quick-torrent.com/download.html?aff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.revenuehits.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ringtonematcher.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.roboform.com/php/land.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.seekbang.com/cs/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.sex.com/?utm_source=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.sfippa.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.streamate.com/exports/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.streamtunerhd.com/signup?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.text-link-ads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.torntv-downloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.torntvdl.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.uniblue.com/cm/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.urmediazone.com/signup\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.usearchmedia.com/signup?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.wantstraffic.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.webtrackerplus.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www1.clickdownloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://wxdownloadmanager.com/dl/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://xads.zedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://yads.zedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://z1.zedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://zevera.com/afi.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://ad.doubleclick.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://bs.serving-sys.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://dltags.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://secure.eveonline.com/ft/?aid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.FriendlyDuck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.dsct1.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.firstload.com/affiliate/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.oboom.com/ad/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.share-online.biz/affiliate/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='http://paid.outbrain.com/network/redir?\"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='http://paid.outbrain.com/network/redir?\"][target=\"_blank\"] + .ob_source" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='http://staffpicks.outbrain.com/network/redir?\"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='http://staffpicks.outbrain.com/network/redir?\"][target=\"_blank\"] + .ob_source" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='https://paid.outbrain.com/network/redir?\"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[onmousedown^=\"this.href='https://paid.outbrain.com/network/redir?\"][target=\"_blank\"] + .ob_source" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"display:block;width:300px;min-height:250px\"][href^=\"http://li.cnet.com/click?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"YFBMSN\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"acm-ad-tag-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[src^=\"http://cdn1.adexprt.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[src^=\"http://cdn2.adexprt.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt^=\"Fuckbook\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "input[onclick^=\"window.open('http://www.FriendlyDuck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "input[onclick^=\"window.open('http://www.friendlyduck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "p[id^=\"div-gpt-ad-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "script[src^=\"http://free-shoutbox.net/app/webroot/shoutbox/sb.php?shoutbox=\"] + #freeshoutbox_content" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".gbfwa > div[class$=\"_item\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[src^=\"http://static.mozo.com.au/strips/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".brandpost_inarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main-content > [style=\"padding:10px 0 0 0 !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"] > .mainmenu[style=\"padding:10px 0 0 0 !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_whistleout_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#wo-widget-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#assetsListings[style=\"display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_widget_playlist_item_companion" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flowplayer > div[style=\"position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px; z-index: 999;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#flowplayer > div[style=\"z-index: 208; position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".Mpopup + #Mad > #MadZone" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".l-container > #fishtank" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #\\5f Emc" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #resultStats + #tads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #resultStats + #tads + #res + #tads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #resultStats + div + #res + #tads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #resultStats + div[style=\"border:1px solid #dedede;margin-bottom:11px;padding:5px 7px 5px 6px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > #taw > #tvcap > .rscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#center_col > div[style=\"font-size:14px;margin-right:0;min-height:5px\"] > div[style=\"font-size:14px;margin:0 4px;padding:1px 5px;background:#fff8e7\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#cnt #center_col > #res > #topstuff > .ts" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#main_col > #center_col div[style=\"font-size:14px;margin:0 4px;padding:1px 5px;background:#fff7ed\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mbEnd[cellspacing=\"0\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mclip_container:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mn #center_col > div > h2.spon:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#mn #center_col > div > h2.spon:first-child + ol:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#resultspanel > #topads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_block > #mbEnd" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_block > .ts[cellspacing=\"0\"][cellpadding=\"0\"][style=\"padding:0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_block > ol > .rhsvw > .kp-blk > .xpdopen > ._OKe > ol > ._DJe > .luhb-div" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#rhswrapper > #rhssection[border=\"0\"][bgcolor=\"#ffffff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ssmiwdiv[jsdisplay]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tads + div + .c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tads.c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tadsb.c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#tadsto.c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#topstuff > #tads" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GB3L-QEDGY .GB3L-QEDF- > .GB3L-QEDE-" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GFYY1SVD2 > .GFYY1SVC2 > .GFYY1SVF5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GFYY1SVE2 > .GFYY1SVD2 > .GFYY1SVG5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GHOFUQ5BG2 > .GHOFUQ5BF2 > .GHOFUQ5BG5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GJJKPX2N1 > .GJJKPX2M1 > .GJJKPX2P4" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GKJYXHBF2 > .GKJYXHBE2 > .GKJYXHBH5" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".GPMV2XEDA2 > .GPMV2XEDP1 > .GPMV2XEDJBB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ch[onclick=\"ga(this,event)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".commercial-unit-desktop-rhs" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".commercial-unit-desktop-top" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".lads[width=\"100%\"][style=\"background:#FFF8DD\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mod > ._jH + .rscontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mw > #rcnt > #center_col > #taw > #tvcap > .c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".mw > #rcnt > #center_col > #taw > .c" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ra[align=\"left\"][width=\"30%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ra[align=\"right\"][width=\"30%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".ra[width=\"30%\"][align=\"right\"] + table[width=\"70%\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rhsvw[style=\"background-color:#fff;margin:0 0 14px;padding-bottom:1px;padding-top:1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".rscontainer > .ellip" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#ads > .dose > .dosesingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content > #center > .dose > .dosesingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#content > #right > .dose > .dosesingle" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#header + #content > #left > #rlblock_left" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#recommendations a[rel=\"nofollow\"][onclick^=\"window.open('http://api.taboola.com/\"][href=\"#\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_rbox .syndicatedItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_rbox_border_elm .syndicatedItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_rbox_div .syndicatedItem" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_rbox_div .syndicatedItemUB" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_rbox_div a[target=\"_blank\"][href^=\"http://tab\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_related_container div[data-item-syndicated=\"true\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#MAIN.ShowTopic > .ad" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"mainads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__y_elastic .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__y_inner > .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__y_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__yinit .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__ywl .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__ywvr .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".__zinit .__y_item" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".icons-rss-feed + .icons-rss-feed div[class$=\"_item\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineNewsletterSubscription + .inlineNewsletterSubscription div[class$=\"_item\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".jobs-information-call-to-action + .jobs-information-call-to-action div[class$=\"_item\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#boxes-box-zergnet_module" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zergnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zergnet-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "#zergnet-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".component-zergnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".content-zergnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".module-zerg" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-ami-zergnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_ok_zergnet_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnet" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnet-row" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnet-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnet-widget-container" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnetBLock" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": ".zergnetpower" + } + }, + { + "trigger": { + "url-filter": "^https?://" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"zergnet-widget-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AOLP_partnerSearch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avsforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AVSForum_com_300x150_Sponsor_TECH_Forum" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#A_Artl_970x90_OptDirect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#A_Home_728x90_Header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?community\\.adlandpro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdE" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdH" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdI" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdK" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?el33tonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AdL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rosemaryconley\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#Add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Aside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmoney\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#Au_HomePage350x200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileresearchcenter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AutoNumber3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crictime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#AutoNumber5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buzzfeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BF_WIDGET_10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?novafm\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#BGLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weegy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerInfobox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slice\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#BigBoxContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metacafe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatsupiran\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodnetwork\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?advfn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BottomTabsElement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?montereyherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BreakingNewsSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BrokerButtons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cgsociety\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#CGS_home_900" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#CanoeBigBoxAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citytv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#CityTv-HeaderBannerBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynetnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ClarityRayButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naturalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Container-Tier1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naturalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Container-Tier2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?supersport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_featureShopControl1_shop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cardomain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_rideForSaleOnEbay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?supersport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ContentPlaceHolder1_shop1_shopDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ContestsSide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uinterview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#CrowdIgnite" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amazon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#DAadrp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#DHTMLSuite_modalBox_contentDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesforgirlz\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#DUL-jack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Dcolumn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merriam-webster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Dictionary-MW_DICT_728_BOT" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starcanterbury\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#DivBigBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?meettheboss\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#DivCenterSpaceContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#DivContentRect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#DivHeadlineRect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hollywood\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#DivSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wackyarchives\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Div_b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wackyarchives\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Div_s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cdcovers\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#EBTopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?englishclub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ECtopLB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javaprogrammingforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#EG6209c8f52f7d41a397438a16159bb58e" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marthastewart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ERA_AD_BLOCK1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#ExtendedBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keprtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_300x250-600_homepage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keprtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FIN_dc_300x250_home" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?behance\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#FMGABadge" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hothardware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FillerLeftLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hothardware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FillerRightLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liverpoolfc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FooterLogos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wlup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#FooterOpenX" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Form1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?formspring\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#Formspringme_Profile_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stayontheblack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#GAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?writersdigest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#GLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gajitz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Gajitz-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?humorpix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#GoogleSidebarRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoplease\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HCads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HPLeaderbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myoutsourcedbrain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HTML2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatschools\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#Header_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HeroUnitMedRec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dreamteamfc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HomeContentMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?austinchronicle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#HowAboutWe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegerecruiter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#IMU_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegerecruiter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#IMU_468x60_search-results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegerecruiter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#IMU_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#I_Artl_970x40_Breaking" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#I_Blog_300x100_Pos1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icelandreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ImgArea2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serverwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#InlineAssetListing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiaresults\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Irc_Gra_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khaleejtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#KTBannerBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ign\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LB_Row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LBigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LEFT_SKYSCRAPER_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stupidvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LRECContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livesoccertv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LSTV_ROS_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livesoccertv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LSTV_ROS_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mb\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#LeaderBoardTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wistechnology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LeaderboardContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeiconsdownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LeftBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ustream\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#LoginBannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotnewhiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#LookoutContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medicalnewstoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MNT_600xFlex_Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MNW" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nick\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#MPU-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneyexpert\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MPUBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#MREC01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#MREC02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MainContent > .SidebarBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uinterview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MarketGid2421" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-torrents\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#MarketGid900" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Marketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metacafe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MedRect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metacafe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MedRect2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howstuffworks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MedRectHome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MessagingNetegoWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#MiddleRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apcointl\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#Mod124" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetibetpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Mod277" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetibetpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Mod296" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theoslotimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Mod346" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Mrec-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#NH_shoppingTabs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#NYTD_DYNAMIC_IFADS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#New-spotlights" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?india\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#NewBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?walmart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#OAS_Left1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidspot\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#On3Pla1ySpot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestreams\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#OnPlayerBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allmyvideos\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#OnPlayerClose" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#PCHAdWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joystickdivision\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Page_Header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clipmarks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politicususa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#PrimaryMid1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dinodirect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ProductShowAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#PromoSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RBigBoxContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smash247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RT1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?readwriteweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RWW_BTF_CENTER_AD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?istockanalyst\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RadWindowWrapper_ctl00_ContentPlaceHolderMain_registration" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awazfm\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#Recomends" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Resource_Center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackamericaweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RightBlockContainer2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?killsometime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#RightColumnSkyScraperContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SPBigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SRBigBoxContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sales1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sales2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sales3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sales4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scamdex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ScamdexLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medicinenet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SearchUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?polyvore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Set_RHS_IABMediumRect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?in\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Shaadi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?triblive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ShopLocal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whitepages\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": "#ShortRectangle_UpdatePanel2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grapevine\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": "#Side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SidePanel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?daringfireball\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#SidebarTheDeck" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imcdb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#SiteLifeSupport" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imcdb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#SiteLifeSupportMissing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thisismoney\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?austinchronicle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teoma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Slink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?writersdigest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SpLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howstuffworks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SponLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidsharedata\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?similarsites\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SponsoredTag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamebanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#SquareBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technobuffalo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TBATF300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TB_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TB_window" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#THEFIX_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ustream\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#Takeover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?glasssteelandstone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TextSponsorBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamespy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TopMedRec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?governing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?genengnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Topbanner_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?al\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Toprail_Leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamebanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TowerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?austinchronicle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#TravelZoo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#UCCInputPage_Slot1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#UCCInputPage_Slot2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#UCCInputPage_Slot3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#VideoPlayer-BigBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#WIAModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rediff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#WR1_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#WikiaTopAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xojane\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#XOJANE_BTF_CENTER" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xojane\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#XOJANE_BTF_RIGHTRAIL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#XXL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?music\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#YMusicRegion_T2_R2C2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?music\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#YMusicRegion_T3_R2C2_R1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?music\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#YMusicRegion_TN1_R2C2_R1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#YSLUG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zapak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ZAPADS_Middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lmradio\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\ Banner\\ Ad\\ -\\ 590\\ x\\ 90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\31 000-104-ros" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvembed\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\33 00banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dangerousminds\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\37 28ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forexpros\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\5f 300x250textads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegalaxytabforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\5f _fixme" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?happystreams\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\5f ad_" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\5f ad_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\:rr .nH[role=\"main\"] .mq:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\:rr > .nH > .nH[role=\"main\"] > .aKB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\:rr > .nH > .nH[role=\"main\"] > .nH > .nH > .AT[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#\\:rr > .nH > div[role=\"main\"] > .mq:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#_ctl0_RightContentplaceholder_FeaturedListingsUC_featuredListingsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ama-assn\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dm5\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#a1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anchorfree\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#a72890_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metblogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#a_medrect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#a_plague_upon_your_house" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metblogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#a_widesky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipdb\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#aaa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidbux\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "#aad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalfilm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ab1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webgurubb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ab_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nearlygood\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unblock-proxy-server\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ablc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jakeludington\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ablock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jakeludington\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ablock3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#ablocker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?federalnewsradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#above-header-980" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?next-gen\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#above-header-region" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blekko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#above-results > #number-results + div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveFootPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthgrades\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abovePage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feministing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abovefooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feministing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aboveheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvseriesfinale\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blocked-website\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#acbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filefactory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#acontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoca\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#active1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoca\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#active2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoca\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#active3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joblo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adBillboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?experts-exchange\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adComponent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamemazing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?im9\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#adb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tweakguides\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar > br + p[style=\"text-align: center\"] + p[style=\"text-align: center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tweakguides\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adbar > br + p[style=\"text-align: center\"] + p[style=\"text-align: center\"] + p" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonezoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adbb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3tag\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "#adblock-download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adblocker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizjournals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adc2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapid-search-engine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adcid1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fotochatter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adcon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeplus\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#add-block-placer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neurosoftware\\.ro/" + }, + "action": { + "type": "css-display-none", + "selector": "#addDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atlanticfarmfocus\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageshack\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canadianfamily\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canadianfamily\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chipchick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_space577" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonjewishweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#addclose" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veryicon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#addd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barbavid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#additional_plugins_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#addiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joymag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#addlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent-finder\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#addon_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#addresources" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#addresources_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tortoisesvn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#adgroup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shivtr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#admanager" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgames\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#admd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3skull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adr_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3skull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adr_banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chia-anime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ads4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chia-anime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ads8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?screencity\\.pl/" + }, + "action": { + "type": "css-display-none", + "selector": "#ads_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adsb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boingboing\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#adskin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adsl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smh\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#adspot-300x600\\,300x250-pos-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adst" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fitnessmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#adtile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?conservativepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adtl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cad-comic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forexminute\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advBlokck" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teleservices\\.mu/" + }, + "action": { + "type": "css-display-none", + "selector": "#adv_\\'146\\'" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploaded\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertMN" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?typepad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miamisunpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kickoff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisng" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#advice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sofeminine\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#af_lmbcol_sep" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?katzforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aff" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zap2it\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aff_rightbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nigeriafootball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#affiliate-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtopala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#affiliate-index-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carmall\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#affiliates" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awkwardfamilyphotos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afpadq-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awkwardfamilyphotos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afpadq-sidebar1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awkwardfamilyphotos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afpadq-sidebar2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.rr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afsBot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.rr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#after-post-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ag_AdBannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ai300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ajchomefinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ajc-homefinder-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unknown-horizons\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#akct" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#alert-strap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?luckyacepoker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#alertpop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?release-ddl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#alexa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#algo + div[id]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#algo + div[id] + div[id]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#alloy-300x250-tile3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohjoy\\.blogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#alpha" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohjoy\\.blogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#alpha-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#altsocial_splash" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#amazon-affiliates" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pri\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#amazonBox180" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#amazonPriceListContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imfdb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#amazoncontent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zap2it\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#amc-twt-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realbeauty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ams_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#amzContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aim\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#amznCharityBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?visitsundsvall\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#annons-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardocp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#announcements" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peliculas-flv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#anuncio" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymirror\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "#apDiv2 > .main > div[style=\"margin:5px 0 0px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#apartments_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#apm_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cultofmac\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#apptapArticleBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizjournals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#arcbc1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?archlinux\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#arch-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boingboing\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#ards" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?philly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#area-main-center-road-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#artPgScnShrWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#article > .box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ighome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#article-modal + div[style=\"margin:0 25px;\"] > .gadget-box[width=\"100%\"]:first-child:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eveningtimes\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#article-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wtkr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#article-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?london24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#article-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#article_whitepapers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gethampshire\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#articleright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findmysoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#as_336" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vortez\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#aseadnetv2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#asf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ktar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#askadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autoblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#asl_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autoblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#asl_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pv-tech\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#associations-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forwardprogressives\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aswift_1_expand" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forwardprogressives\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aswift_2_expand" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forwardprogressives\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aswift_3_expand" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#atf160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#atf728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecoustics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#atf_right_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegecandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#atflb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hackthissite\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#atimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#attribution_rdr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pogo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#avertising" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anchorfree\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "#b160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalartsonline\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#b2cPlaceHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anchorfree\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "#b300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siliconera\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#b5leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bSpecificL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bSpecificR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#b_ad_zc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#b_ee_de" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#b_jd_id" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huhmagazine\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#back" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmoculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#background-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallpapersmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#backgroundPopup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerbase\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ball_splash_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?doctor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gobackpacking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ban_300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neopets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ban_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualnights\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banderolead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ftadviser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banlb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iloubnan\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#bann" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goldentalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bann2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiz10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-728-15" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wftlsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-Botleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wftlsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-Botright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drivers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-bg-scanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intouchweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-cross" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiz10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-down-video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?film\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mob\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-h400" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jacarandafm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiz10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enjore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-q-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?general-fil\\.es/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-search-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentpond\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?irishtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vladtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-top-video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mob\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-w790" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siliconrepublic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-zone-k" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltimes\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner05" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegremlin\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricespy\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?977music\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner350" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securenetsystems\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensourcecms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ieee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerBot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scientificamerican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerContain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jumptv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerContainer_hp_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jumptv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerContainer_hp_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securenetsystems\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?get\\.adobe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerDisplay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidzoom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerDown" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?showbusinessweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kumu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerImageName" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securenetsystems\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securenetsystems\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerM" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pocketgamer\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reuters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerStrip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sky\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerTopBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.snap\\.do/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellow\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_120_120" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?king-mag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_468" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelivetvjunction\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_728_base" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?today\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_750x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellow\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_760_120" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nuffy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixfmradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_center_728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixfmradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_center_728_in" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvnz\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_companion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_description" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?railwaysafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mynewssplash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mudah\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?versus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_instream_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krzk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bahamaslocal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_location_sub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baltic-course\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_master_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veehd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_over_vid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldradio\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_placement_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldradio\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_placement_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krzk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elyricsworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_rr2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_sq" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eastonline\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_up" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_wrapper_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bdnews24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerdiv2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streams\\.coolsport\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerfloat22" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zawya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerframezone10325" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zawya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerframezone4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zawya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerframezone7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chipchick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spellchecker\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freegirlgames\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerplay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virusbtn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerpool" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrmj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banners-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krzk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banners_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?insideedition\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerspace-expandable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricketnirvana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fitnessmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannertable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ocregister\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannertop2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchquotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerx" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bernama\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?h-online\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerzone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?momversation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#barker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?online\\.barrons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#barronsUber" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonebook\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "#basebannercontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviecomix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bass" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?silverseek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bat-region" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalhome\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#bb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egreetings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bb-billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackbookmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bb-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackbookmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bb-splash" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egreetings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bb-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?akihabaranews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?polodomains\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbannertop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbccom_bottom[style=\"width:468px; text-align:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbccom_leaderboard_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbccom_sponsor_section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bbccom_storyprintsponsorship" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bcbtflb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bettingsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#before_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mindjolt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#below-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mindjolt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#below-banner-game" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stopthedrugwar\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#below-masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rantsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#below-post" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radaronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#below_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tgdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bestcovery_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailygalaxy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#beta-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nigeriafootball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bettingCompetition" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xn--athe-1ua\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#between_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bg-atag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bg-takeover-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescience\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bgImage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?frostytech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_googlebanner_160x600LH" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oboom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bgfadewnd1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runnerspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bgtakeover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bigBannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinadaily\\.com\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "#big_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#billboard2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#billboard_970x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joe\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#billboard_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yp\\.com\\.kh/" + }, + "action": { + "type": "css-display-none", + "selector": "#billboards" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bim-mortgage-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailybeast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bing-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?broadcastingcable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#biz-main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?valdostadailytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#biz_marquee" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bizbox_links_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?play4movie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bkg_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesforgirlsclub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bl-37" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stupidvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#black_sky_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blueletterbible\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#blbSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blinkMe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blinkbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kioskea\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bloc_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1027dabomb\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alt1059\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-22" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theticketmiami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-65" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uproxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filmschoolrejects\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-banners-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcdecrapifier\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalgrind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-13" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gotchamovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-14" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opposingviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-199" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abduzeedo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?we\\.com\\.na/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-26" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-27" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?france24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-275" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cosmicbooknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-29" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-301" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slideme\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-31" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voxy\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-34" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?latina\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-39" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carnalnation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adsoftheworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-52" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-53" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namibiansun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-58" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-61" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-63" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greenbiz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-72" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-75" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hilarious-pictures\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tricycle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-82" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-89" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-block-96" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-clam-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-clam-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-clam-7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-common-core-voip-business" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-common-core-voip-residential" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?todayonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-all-pages-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popphoto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?todayonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-dart-homepage-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popphoto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dart-dart-tag-top1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medicaldaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-content-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-content-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-content-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-content-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-home-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-home-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncronline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-home-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shape\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dfp-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-dialaphone-dialaphone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?examiner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ex_dart-ex_dart_adblade_topic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-infoworld-sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowscentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-mbn-offers-mbn-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?14850\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ofefo-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?14850\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ofefo-7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?14850\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ofefo-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecnmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-panels-mini-dart-stamp-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourtango\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-tango-10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourtango\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-tango-9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucas\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-ucas-ads-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homesandantiques\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-Promotions-block_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?minnpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-hp_sponsors-block_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wisebread\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-nodequeue_14-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiaone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-views-qoo10-box-block-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbez\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-wbez-blocks-wbez-ad-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbez\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#block-wbez-blocks-wbez-ad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wpdaddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arsenalnewsreview\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#block_3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneyearningforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block_html_5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackhatteam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block_html_6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ownedcore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#block_html_9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeplus\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#blocker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kveller\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blogTopWide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blog_spbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scotusblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bloomberg_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kokomoperspective\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-leaderboard-user" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siouxcityjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blox-news-alerts-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bmmBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowsnetworking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bmp-article-script" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowsnetworking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bmp-side-script" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kprpam650\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bnftr-none" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peliculas-flv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bnnr300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dnsrsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bnr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ign\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#boards_medrec_relative" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joox\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#body-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescore\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#bonus-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bonus_resource_center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carolinajournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#book-abs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurogamer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#boom-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?libraryjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#boomBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?local\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#borderTab" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapfiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#borderbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3lyrics\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#bota" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trutv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#botleadad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonescoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#botlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jillianmichaels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidstatsx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-leader-position" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startupnation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-leaderboard-01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canstar\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bidnessetc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?templatemonster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-partner-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techhive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebestdesigns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofisrael\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rachaelraymag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomBannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wtmx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyglow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chacha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomHeaderBannerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomLeftBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomMiddleBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teoma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomPaidList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webdesignledger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomPremiumBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scientificamerican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomPromoArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomRightBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.globososo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funkypotato\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_banner_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toledofreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avaxsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pressrepublican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jamaicaobserver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.chatzum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fotolog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_pub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popoholic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingdomfm\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ocaholic\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomslider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescore\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#box-over-content-a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oilprice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box-premium-articles-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box.ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#box300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dmi\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": "#boxBanner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#boxLREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetminecraft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_160btf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetminecraft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_300atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetminecraft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_300btf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetminecraft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_728atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?propertyfinder\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_left_top_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?laliga\\.es/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_patrocinador_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_takeover_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#box_takeover_mask" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevideo\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#boxly-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesoup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#boxopus-btn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bpla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?britannica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bps-gist-mbox-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brainyquote\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bq_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?turbobit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#branding-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wandtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#brandingfeature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?believe-or-not\\.blogspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#breadcrumb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#breaking-news" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-journalonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#breaking-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?web2\\.0calc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#britnexbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bit-tech\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#broadband-finder-co-uk-120" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#broadbandchoices_frm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallstcheatsheet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#broker-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestreet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#brokerage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psdgraphics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bsa-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findicons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bsa_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winrumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bsap_1263017" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techsplurge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bsats" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtragfx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cineuropa\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#bt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#bt-dwl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiaresults\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bt_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": "#bt_bf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#btePartena" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#btf_rhs2_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecoustics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#btf_right_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegecandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#btfss" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overdrive\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#btm_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#btmskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?profitguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#builder-277" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torontosun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buttonRow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#button[style=\"position:absolute; top:130px; right:8px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winrumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buttons-125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sloughobserver\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#buttons-mpu-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?accuradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buyAlbum" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buybook_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?informationweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buylink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buysell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buzznet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#buzz_feedheading" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bw-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?help\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bwp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentcrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c2s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "#c2soffer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c4ad-Top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?divinecaroline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c_6ad_250h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miningmx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c_leaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nhl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c_mrm3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#c_row1_bannerHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ciao\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#ca_sponslinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?discovermagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cachee" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cad300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zynga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cafe_snapi_zbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonniegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#caja_publicidad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsugar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#calendar_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youthincmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#campaign-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?preloved\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#campaign-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?care2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#care2_footer_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.idg\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#careerone-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?screenafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#carousel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sisters-magazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#carousel2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?solomontimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#casino_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#cat_hl_171287" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#cat_hl_7821719" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#cat_hl_87409" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justinhartman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#catlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cb-bg-to" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinreviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cb-section-a > .cb-a-large" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cb-sidebar-b > #text-85" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fresnobee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cb-topjobs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cb_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#cbc-bottom-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cblocker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cbsiAd16_100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbssports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cbsiad16_100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbssports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cbsiad18_100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricbuzz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cbz-leaderboard-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cdpSliver" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cee_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cee_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnotifier\\.tobwithu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#center > style + h3 + script + script + div > div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3fusion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#center2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theatermania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#centerChannel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?meettheboss\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#centerSpacingWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkoutmyink\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#centerbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#centerbanner_game" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rislivetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#centeredcontent2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cfsnip-widget-93" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roomzaar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cgp-bb-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketingpilgrim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#channel-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#channel_sponsor_callout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagoshopping\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#chshhead_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espncricinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ciHomeLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cineplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cineplex-h-topAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popularmechanics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#circ" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popularmechanics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#circ300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popularmechanics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#circ300x200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popularmechanics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#circ620x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?esquire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#circ_620x200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?irishracing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#classifieds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-gazette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#clear-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armorgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#click_left_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armorgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#click_right_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?genuineforextrading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#clickbank" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevideo\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#closeA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pitchero\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#clubSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instyle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cmfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inkedmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cmnCompanion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?saudigazette\\.com\\.sa/" + }, + "action": { + "type": "css-display-none", + "selector": "#cmt_spcr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cnnLawyersCom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?concierge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cnt_sub_unitdir" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technabob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#col1_160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comingsoon\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#col2TopPub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#colFive" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#col_top_fb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#collapsedBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cols > #right > ol[class] > .first > .dd[style=\"padding: 10px !important;border: 1px solid #ededed;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cols > #right ol[class] > .first > .dd[style=\"background-color:#FFF;border: 1px solid #e2e2e6; margin-top:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#column-box:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#commentsponsortarget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#companion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthguru\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#companionBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elleuk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#component-elle-marketing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gotohoroscope\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#con300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cpuid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#console_log" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-online\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#consumer_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-online\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#consumer_bottom_dl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-online\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#consumer_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?map24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cont_m24up" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?memez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#containTopBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isup\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#container > .domain + p + br + center:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isup\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#container > center:last-child > a:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isup\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#container > center:last-child > a:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#container > div > div[style^=\"position: fixed; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#container-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#container-superbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jacksonville\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#containerDeal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sedoparking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?info\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content + .P4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4fuckr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content > div[align=\"center\"] > b[style=\"font-size: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?emillionforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content > div[onclick^=\"MyAdvertisements\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifewithcats\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-bottom-empty-space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picocool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-col-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snow\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-footer-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prospect\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-header-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?darkhorizons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-island" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ifc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-right-b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amatuks\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifewithcats\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#content-top-empty-space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAadContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jellymuffin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentAfter-i" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vwvortex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jellymuffin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentBefore-i" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifescript\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_0_divArticleSponspredContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileshut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_blob" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?operanews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_bottom_lower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theslap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_callout_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northeastshooters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_container + #sidebar_container[style=\"width: 126px; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?poponthepop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#content_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webreference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentbottomnoinset" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yorkshireeveningpost\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentbox02google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yorkshireeveningpost\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentbox08" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#contentmarketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slashdot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#contextualJobs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#continue" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikifeet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#conts > div[style=\"margin:0px 10px; height:200px; overflow:hidden; position:relative\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ted\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#conversation-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?binaries4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#convertxtodvd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cookie_crumb_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharaget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#coolDownload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharaget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#coollist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.psychcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#copyright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#corp-sponsor-sec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macrumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#countdown" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lef\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#cpSale" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#cpa_rotator_block_385_0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peliculasyonkis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cpxslidein" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyprofessors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cr-qsb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rightdiagnosis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cradbotb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firsttoknow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#criteo-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#csjstool_bottomleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mustangevolution\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cta" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cargames1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctgad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesudburystar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_BigBoxArea2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ContentPlaceHolder1_topBannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spikedhumor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_CraveBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myfax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_MainSection_BannerCoffee" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefiscaltimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_body_rightrail_4_pnlVideoModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seeklogo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_content_panelDepositPhotos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seeklogo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_content_panelDepositPhotos2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leader\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_cphBody_pnUsefulLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_MainContent_A5_ctl00_contentService0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_MainContent_A5_ctl00_contentService2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leader\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_cphBody_cphColumnBody_cphBannerBodyHeader_userBannerBodyHeader_pnBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leader\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_cphBody_cphColumnBody_cphColumnMiddleParent_cphNavigationRight_userNavigationRight_userBannerSponsor_pnBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mouthshut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl00_ctl00_ContentPlaceHolderHeader_ContentPlaceHolderFooter_ContentPlaceHolderBody_zedoParent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hurriyetdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ctl27_ContentPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sufc\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_ltlSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?productionhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_mainPlaceholder_pnlExtraBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?community\\.adlandpro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl00_slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onetravel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctl07_ctl01_ModuleContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ctmirror\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#ctmirror-sponsors-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#curtain2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thechive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#custom-bg-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movies\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#customModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?daytondailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#cxSubHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#da160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#da300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cleverbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#daArea2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arstechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#daehtsam-da" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pctipsbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#daikos-text-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heraldnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dailyDealFP" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#dailydeals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fitnessmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dailyprize" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#darkbackground[style=\"visibility: visible;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#darla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#darla-ad__LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#darla-ad__LREC2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestbuy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dart-con" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tesco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dartLeftSkipper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tesco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dartRightSkipper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drivewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dart_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#datingWidegt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pitch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#datingpitchcomIframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dcomSERPTop-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailydot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dd-ad-head-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gazette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#deal-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slickdeals\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#dealarea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slickdeals\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#dealarea2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesdispatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dealoftheday" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blocked-website\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#deals-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#deals-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instapaper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#deckpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#def-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#default-p_24457750" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?helpwithwindows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#desc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#detailMarketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloggingstocks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dfAppPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thriftyfun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?madmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?madmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dfp-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cduniverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dgast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyhoroscope\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dh-bottomad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyhoroscope\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dh-topad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidhog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dialog" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?directionsmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dialog-message" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.digitalpoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#did_you_know" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxbsdos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#digocean" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrenthound\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#direct.button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalkiss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#directional-120x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalkiss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#directional-300x250-single" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?datehookup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-Forums_AFT_Top_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?articlesnatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-article-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gossipcop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-gpt-unit-gc-hp-300x250-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gossipcop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-gpt-unit-gc-other-300x250-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekosystem\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-gpt-unit-gs-hp-300x250-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekosystem\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-gpt-unit-gs-other-300x250-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modernluxury\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-leaderboard-ros" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modernluxury\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-rectangle-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modernluxury\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-rectangle-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?articlesnatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-tag-midright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?articlesnatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#div-under-video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?klfm967\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#divHeaderBannerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classiccars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divMarketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?meettheboss\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#divSpaceContainerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sponsorselect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divSsnMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackspider\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#divStayTopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gardenstateapartments\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divTopRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_205" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_211" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_214" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_43" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_46" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_47" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_66" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_sf_95" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?philstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#diviframeleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jeuxme\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#divk1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvonlinegratis\\.mobi/" + }, + "action": { + "type": "css-display-none", + "selector": "#divpubli" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidxden\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divxshowboxt > a[target=\"_blank\"] > img[width=\"158\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redown\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#dl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dlSoftwareDesc300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firedrive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dl_faster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#dle-content > .inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#dle-content > .onsearch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dmn_results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowsitpro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_FooterBoxThree" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winsupersite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_LeftPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheapoair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_RightPane[width=\"175\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cafonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dnn_footerSponsersPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#doc #cols #right #east" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?convertmyimage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#doc2pdf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxcrunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pspmaniaonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dollarade_help" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#doubleMrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trulia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#double_click_backfill" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freemp3go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#downHighSpeed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legendarydevils\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#download1_body" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flashx\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#download_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#dpop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theoffside\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dreamteam" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travelocity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#drfad-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btstorrent\\.so/" + }, + "action": { + "type": "css-display-none", + "selector": "#dtl_" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?erfworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#duelannouncement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dug-header-adv-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dug-left-adv-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dug-leftcontent-adv-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgah\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dwindow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#earn_dir" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#earn_spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#earn_to_die_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#earn_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gearslutz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ebayFoot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gearslutz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ebayHead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cardomain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ebay_listings_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ehow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ebooks_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#edit-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#edit-promo-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#editorial_sky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merriam-webster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#editors-picks-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sys-con\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#elementDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbr\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#email-signup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prisonplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#enerfood-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tcrtroycommunityradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#enhancedtextwidget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gossipcenter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#entertainment_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#eoe-sl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anilinkz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#epads1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?countryliving\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#epic_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eplsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#epl-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standard\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#esDating" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?easyvoyage\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#esv-pub-hp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theiet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#et_bannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#execphp-11" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#execphp-15" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#execphp-16" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expatica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#exp-add300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boston\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#externalBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tune\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "#externalPlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkoutmyink\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#extralarge_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#eyebrow > #ypromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#eyebrows" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stickam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#f_BottomBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?faxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fa_l" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softexia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#faded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fakebodya" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?accountingtoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fancybox-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidmore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fastdw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firstpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fb_mtutor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastcompany\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fc-ads-imu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedrinknation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fcBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalgrind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#feature-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": "#feature_company" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?binaryturf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#feature_gad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netbooknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#featured-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nasdaq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#featured-brokers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbj\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casinonewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredJackpots" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#featured_h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeworldgroup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#featuredsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comicbookresources\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#features-bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkxbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#features-sub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#feedmodule-PRO" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviecomix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#filedirect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?30for30\\.espn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#film-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?komonews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_askkomo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kvi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fin_modules_top_above_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#find-module-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#firopage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?generatorlinkpremium\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#firstleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theverge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fishtank" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteslike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fixedbox[style=\"margin-top:20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gwhatchet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flan_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flash" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omgpop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flash-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tg4\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#flash_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiotimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flexible-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streamtuner\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#float-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_banner_bottom2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_banner_left1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_banner_left2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_banner_right1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floating_banner_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?artima\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floatingbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?company\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#floatingdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edmunds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floodlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zattoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floor[style=\"display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?people\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flower-ddrv2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagonow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#flyerboard-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popurls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fmb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fmpub_2620" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fmpub_2620_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fmpub_2621_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fmpub_2621_3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?game-debate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#focus-enclose" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?achieve360points\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#foot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teesoft\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-800" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tabletmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mytalk1071\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxstreet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-brokers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?economist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-classifieds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forward\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-extras" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gaystarnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-links-wrapper3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-proms" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popcrush\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-sitemap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mcfc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oldcarsweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-widget-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatifeelishot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livegoals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avfc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerLogos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chelseafc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerPartners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerSponsorOne" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerSponsorTwo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chelseafc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerWhitePapers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesouthafrican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer[style=\"height:200px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phpbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_banner_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?logopond\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?someecards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_leaderboard_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sundance\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidcommunity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footeraddcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mytalk1071\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerboard_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?charlestoncitypaper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmonline\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#footersponsorbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#founding-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themittani\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fp_leaderboard_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fp_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo250-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo250-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo250-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo78-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo78-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fpromo78-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#frame2-300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5min\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#freeWheelMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5min\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#freeWheelRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#freecredit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualmedicalcentre\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#frmsmo-r" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?people\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fromOurPartners_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babycenter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fromOurSponsorsHome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#from_our_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#front-page-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesimsresource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#frontmc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?originalfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#frontpage_business" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#fsb > a > img[width=\"468\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ieee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#ftrdwhtpprs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamliquid\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#fuab" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?times247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#full-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homehound\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#full-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jewishjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fullbanner-585" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?portforward\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fullpageadvert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidbull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fullscreen_exit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?penny-arcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#funding-h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vladtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fw_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinypic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fxw_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interscope\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#g300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hoobly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ga1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trulia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gac_rs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedyshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedyshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gad2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gafscsa-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#gafsslot1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#gafsslot2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hot995\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gallery_adbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gameinfobanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armorgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gameleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kongregate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gamespotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?agame\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gameunderbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegazette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gaz_article_bottom_featured_jobs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobiles24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?illawarramercury\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#gbl_adcolumn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#geekwork" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buznews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gemSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#genie-widgetgroup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#geobanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desimartini\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#getPosition" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mininova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#getstarted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ktar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vh1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gft-network:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gft-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vancouversun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#giftguidewidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phillytrib\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gkBannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ngrguardiannews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gkBannerTopAll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?concrete\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#gkBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#global-jobs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?people\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#globalrecirc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoplease\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gob" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colonhealth\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#gooBox0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mozillazine\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#goobot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mu\\.nu/" + }, + "action": { + "type": "css-display-none", + "selector": "#google-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?t3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google-container-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.stv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#google-endarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?salon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google-single" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?photojpl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#googleFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yfrog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_ads_div_yfrog2_landing_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softnyx\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winnipegfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?testfreaks\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windows2universe\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_mockup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_new" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_new_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?screenindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_pic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psdeluxe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#google_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tips\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#googlebig" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.studentdoctor\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#googlefloat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sapostalcodes\\.za\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#googlehoriz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?variety\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#googlesearch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magtheweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#googleskysraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mozillazine\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#gootop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?truckinginfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#got-questions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asylum\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#goviralD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sourceforge\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": "#gpt-sf_dev_300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neopets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gr-ctp-premium-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbccanada\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gradientbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proboards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gravity-stories-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?darkreading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#greyPromoArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tv3\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#greyout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?binaries4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eq2flames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#grightcolumn > .sidewid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pep\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#group_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bamkapow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gs300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobs\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gsl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gsl-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_forums_bottomLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_forums_topLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_forums_wideSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_index_topLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_index_wideSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_topics_bottomLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtaforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gtaf_ad_topics_topLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotonlinenews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#guessbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justinhartman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gumax-article-picture" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hinduwebsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gupad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?disney\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutter-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?logotv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutterLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?logotv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutterRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutter_id1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gutter_id2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kzupload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#gw_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalcmd\\.pl/" + }, + "action": { + "type": "css-display-none", + "selector": "#h1r" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?health365\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#h365-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stickam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#h_TopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#h_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#had300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theglobeandmail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#halfpager-art-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadhelper\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#halloween-pb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comedy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heatworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webhostingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hc-postbit-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webhostingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hc-postbit-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hcs_ad0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hd-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifestyle\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hd-prop-logo-hero" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hdr-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hdr-top-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualnights\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#head-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekologie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#head-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avfc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#headAcorns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?countytimes\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#headBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quotes-love\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#head_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#head_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webdesignstuff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filehippo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-above-content-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theblemish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gearculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banner-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dominicantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diyfashion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-blocks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ideone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allakhazam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-box:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?davidwalsh\\.name/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-fx" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?menshealth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-left-top-region" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bibme\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-partner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veteranstoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-right-banner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-section-four" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vanityfair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-subs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sys-con\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bocanewsnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-widgets" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nisnews\\.nl/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kaldata\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#header2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inventorspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header2-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?projectorcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yummy\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerLeaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?darkreading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rivieraradio\\.mc/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerPromoArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talksport\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerPromoContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fresnobee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSectionLevel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atpworldtour\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coloradosprings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSponsorImage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coloradosprings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSponsorText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chelseafc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beliefnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerTopExtra" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetechjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worddictionary\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_inpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sedoparking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_language" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edie\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_mainNav5b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalpoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtoncitypaper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_pencilbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cointelegraph\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastcompany\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_region" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?johnbridge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_right_cell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_rotate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongkiat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerbanner01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i-comers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerfix" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technotification\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headlineatas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allakhazam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hearthhead-mini-feature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grist\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#hellobar-pusher" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kansascity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hi-find-n-save" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hi5\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hi5-common-header-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbond\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#hide_sup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flashi\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#hideall" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#hidiva" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#hidivazz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#highlight-on" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codinghorror\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hireme" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hl_1_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carzone\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#hm-MPU" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hidemyass\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hmamainheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japanprobe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hmt-widget-additional-unit-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?und\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#holder-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.com\\.lb/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-banner-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailydomainer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-insert-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homeportfolio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abcya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gaana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-top-add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homeportfolio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homeModuleRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politics\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#homeMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homeOmioDealsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebradentontimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homeTopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiocaroline\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_banner_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khmertimeskh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_bottom_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?creativeapplications\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_noticias_highlight_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gpforums\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_right_island" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_sponsor_nile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_stream > .uiUnifiedStory[data-ft*=\"\\\"ei\\\":\\\"\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khmertimeskh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gumtree\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spyka\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edmunds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-chrome-side-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10tv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?studentbeans\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepage_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#homepromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fashiontv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#horiz_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sydneyolympicfc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#horiz_image_rotation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?horsetalk\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#horseclicks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sqlfiddle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hosting" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hot-tpcs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jamaica-gleaner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hotSpotLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jamaica-gleaner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hotSpotRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsminer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hot_deals_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politiken\\.dk/" + }, + "action": { + "type": "css-display-none", + "selector": "#hotels_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phnompenhpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hoteltravel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cioupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#houseRibbonContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp4upload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rottentomatoes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hover-bubble" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-accordion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?active\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hp-map-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldweatheronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hp_300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hp_hot_stories" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegecandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hplbatf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bhg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hpoffers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hpss" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lhj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hptoprollover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staradvertiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hsa_bottom_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#htcRight[style=\"padding-left:18px; width: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hdcast\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#html3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pregen\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#html_javascript_adder-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxkeiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#html_widget-11" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxkeiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#html_widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxkeiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#html_widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailystar\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#hugebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chocablog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#i1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i-programmer\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#iProgrammerAmazoncolum" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ib_inject" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#icondetails-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airfrance\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#id_banner_zone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ie_column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencemag\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?more\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#iframe_for_div_c_6ad_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yavideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#iframebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unitconversion\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#ileft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zigzag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#imageLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zigzag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#imageRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movshare\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#imagecontmvshre" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macthemes2\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#imagelinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?epdrama\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#imageurl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharksrugby\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#imgTitleSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stjobs\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#imu-big" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stjobs\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#imu-small2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#imu_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newcarnet\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#imuad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inArticle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworlduk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inArticleRelatedArticles" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworlduk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inArticleSiteLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audioz\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#inSidebar > #src_ref" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#in_article_slot_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#in_article_slot_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccer24\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": "#in_house_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubeproxy\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "#include2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#indeed_widget_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egotastic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#index-insert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#indyDating" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#inf_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#info-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "#infoC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologytell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#infobox_medium_rectangle_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologytell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#infobox_medium_rectangle_widget_features" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologytell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#infobox_techmedia" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mg\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#inline_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thaindian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inlineblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startpage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inlinetable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inner div[id^=\"div-gpt-ad-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquisitr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inner-content > .sidebar > div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#insert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pep\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#insideBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yakima-herald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#instoryadhp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#intHorizBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#intSkirt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgtrex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbusters\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#interad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shmoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#intermediary" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizmodo\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#interruptor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?campustechnology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#intersitial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boldsky\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialBackground" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialCirc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interstitialTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?giantlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ione-jobs_v2-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ip0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?idolforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipbwrapper > .borderwrap > .ipbtable:nth-child(7):nth-last-child(3n+2)" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ip-adress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipinfo[style=\"padding-left:10px;vertical-align:top;width:380px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipm_bottom_sidebar_ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipm_featured_partners-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipm_sidebar_ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ipod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unitconversion\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#iright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ironmanmag\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#iro_banner_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#is-sky-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageshack\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "#is_landing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gameplanet\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#island1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gameplanet\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#island2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#itjobs_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mercurynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jBar_dailyDeals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ja-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sigsiu\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#ja-rightcol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagodefender\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ja-topbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?messianictimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ja-topmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?messianictimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ja-topsl2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyriczz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jango" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pandora\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#japan_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jdpSponsoredBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jimdo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jimdobox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kansascity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jobStart_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theregister\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#jobs-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?earthweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jomfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowtoronto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jrBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitch\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#js-esl300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rentals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_300x250_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rentals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_468x60_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rentals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ka_728x90_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenationonlineng\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#kaizenberg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zonadictoz\\.com\\.ar/" + }, + "action": { + "type": "css-display-none", + "selector": "#kaizer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sport24\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#kalahari" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bigislandnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#kbig_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#kidloo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationalgeographic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#kids_tophat_row1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?waoanime\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#kittenoverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wkrg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#krg_oas_rail" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#krillion_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#krillion_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#kronehit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comicgenesis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ks_da" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ksupdates" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamfortress\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#ku-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?solarmovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#l_35061" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?123people\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#l_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gantdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#l_sidebar_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchdocumentary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themtn\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#landing_55" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f1fanatic\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#largeskyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?law\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lawJobs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tsviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#layer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1tvlive\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#layer2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiofanzine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lbContainerBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?networkworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lb_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?networkworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lb_container_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#lb_ear" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#lb_ear2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redferret\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#lb_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lbbtf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?play\\.tm/" + }, + "action": { + "type": "css-display-none", + "selector": "#lbc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lankabusinessonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lbo-ad-leadboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mofunzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ldrbrd_td" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gpsreview\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#lead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armedforcesjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leadWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imperfectparent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leada" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tripit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leadboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enjore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?duffelblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader-large" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heraldstandard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wellness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderBoardContentArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalfilm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderData" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworlduk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderPlaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?behealthydaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_board" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pandora\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_board_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_plus_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leader_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagomag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-1-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scientificamerican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-contain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wvmetronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-gazette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-full-size" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?belgrade-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-middle-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?treehousetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-play" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wvmetronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stardoll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roadfly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardHead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?law\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardMidPage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconosquare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardNL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tarot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardOuter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brandsoftheworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businesstimes\\.com\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teleread\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestandard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joe\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_label" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?managerzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_landing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?englishbaby\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metroland\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorwords\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboard_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie-analyzer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jewishjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardgray" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jewishjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaderboardgray-825" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thaindian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leadrb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastpic\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#leads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bleedingcool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaf-366" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bleedingcool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leaf-386" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eel\\.surf7\\.net\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "#left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left > #main > div[id^=\"yui_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left > #main > div[id^=\"yui_\"][class] > ul[class] > li[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left > #main > div[id^=\"yui_\"][class]:first-child > div[class]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left > #main > ol[class] > li[id] > .dd > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noscript\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#left-side > div > :nth-child(n+3) a[href^=\"/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyexpert\\.blogspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left-sidebarbottom-wrap1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shortlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left-sideburn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sysresccd\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#left1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cokeandpopcorn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cokeandpopcorn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sparknotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegramcommunications\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizgag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftBanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowinstock\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftBannerBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infobetting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftBannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchcartoononline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftBannerOut" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftColumn > #adv-google:first-child + script + .gray" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftColumn > #adv-leftcol + .gray" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelakewoodscoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftFloat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftGutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftRailContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sosuanews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?island\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_banner_adds1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_bottom_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_bottom_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_bottom_shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whitepages\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_skyscraper_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left_top_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodingredientsfirst\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftbar-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlcash\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sarugbymag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftgutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotonlinenews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?810varsity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftsidebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?americanlivewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lefttower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvsquad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#legal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?supercars\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#lemonFree" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lgad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeplus\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#like_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fox6now\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#links-we-like" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feedyes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#links54005" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?the-news\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#linkssection" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#linkunits" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#linkxbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mappy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#liquid-misc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ikascore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#listed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?951shinefm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#listen-now-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nymag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#listings-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sawlive\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#llvvd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lnch-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunshinecoastdaily\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#localOffers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whereis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#location_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmegi\\.bw/" + }, + "action": { + "type": "css-display-none", + "selector": "#locator_billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mapcrunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#locinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#logo + .cb-large" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnettv\\.cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#logoBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arenafootball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#logos-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#loomia_display" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#loveat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurogamer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#low-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?byutvsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lower-poster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proudfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lower_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hinduwebsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lowergad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mefeedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lowright300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lr_comp_default_300x150" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?music\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lrec-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lrec2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?music\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lrecTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lrec_mod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#ls-bb-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#ls-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphonelol\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#lsmspnad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebstyle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lucky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#m1a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?m\\.facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#m_newsfeed_stream article[data-ft*=\"\\\"ei\\\":\\\"\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miller-mccune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magSubscribe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magazine_rightRail_A" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videos\\.rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_widget_playlist_item_shop_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_widget_playlist_item_shop_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediaite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_widget_rect_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediaite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#magnify_widget_rect_handle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reallygoodemails\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mailchimp-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adv\\.li/" + }, + "action": { + "type": "css-display-none", + "selector": "#main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main .dd .layoutCenter .compDlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main .dd .layoutCenter > .compDlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main .dd[style=\"cursor: pointer;\"] > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > .mobile > .special > center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > .reg > li[id^=\"yui_\"][data-bid] > [data-bid]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div + div > style + * li > .dd > div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div ol[class] > :first-child:last-child > li > .dd > :first-child:last-child > div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div ol[class] li[id] > .dd > div + * > div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div[id^=\"yui_\"] > ul > .res" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div[id^=\"yui_\"].rVfes:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div[id^=\"yui_\"].rVfes:first-child + #web + div[id^=\"yui_\"].rVfes" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div[id^=\"yui_\"][class][data-bk][data-bns]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > div[style=\"background-color: rgb(250, 250, 255);\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > noscript + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > noscript + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"] + #web + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > style:first-child + * + #web + style + * > ol[class]:first-child:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main > style:first-child + * > ol[class]:first-child:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilesyrup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stylist\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#main-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sfbay\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#main-market" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monhyip\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainBaner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainContent > #rightColumn:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?w3schools\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_117" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_121" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_175" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?net-security\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_banner_topright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?photofacefun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_container > div[style=\"height:125px\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitenova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#main_un" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pureoverclock\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#maincontent + script + div[class] > style + script + h3[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?holidayscentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mainleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bazoocam\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#mapub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reuters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marchex" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macdrifter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marked-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eatingwell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketFeaturedSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#market_place" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iii\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketdatabox_content_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xmlgold\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketingSlots" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cio\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketingSlotsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?style\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketing_mod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crispygamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketingbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplace2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplace_vertical_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplacebtns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?columbian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#marketplaces-widget-new" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidhog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mask" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#mastHeadTopLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricegrabber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mast_logo_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arstechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead + #pushdown-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#masthead2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mbAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mbEnd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mclip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#mclip_control" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sandiego6\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mealsandsteals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehothits\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#med-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medRec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourdailymedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medRectATF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?active\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#med_rec_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?active\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#med_rec_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lancasteronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#med_rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualpets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#media-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ostatic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#media_partner_gallery" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediabankrate_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megom\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediaspace_wrapper + script + #timeNumer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surk\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediasrojas1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxlmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medium-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cgchannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newburyportnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumRectangle_atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kexp\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pandora\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medium_rectangle_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricegrabber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumbricks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?king-mag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebaumsworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumrect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mediumrectangletarget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joystiq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medrectrb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?michiguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#medrectright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nashuatelegraph\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#meerkat-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?concrete\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#megabanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopedia-titanica\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#menuheaderbio" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spinitron\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#merchpanel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweedblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#meteor-slides-widget-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#meth_smldiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mezoktva" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dannychoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mg-blanket-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?everyjoe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mgid-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?menshealth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mh_top_promo_special" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liligo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#midbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerphile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#midbanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dvdactive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#middleBothColumnsBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theimproper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_banner_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proudfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#middle_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?workswithu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#middlebanner300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevarguy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#middlebannerwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mefeedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#midright300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#mightyape-mobwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricegrabber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#minibricks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#minipath_panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?devshed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mixedspons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mlad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mercurynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mn_SP_Links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dllme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mobile-insert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bit-tech\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#mobile-phones-co-uk-120" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcpro\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#mobile_app_developers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?longreads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mobile_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphoneapplicationlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mobiscope-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mod-ln-ctr-bt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mod-ln-ctr-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?philly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mod-storytext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ciao\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#mod_ph_merchoffer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#modal-upsell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tradingmarkets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#modalbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneymakerdiscussion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#module25" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desiretoinspire\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#moduleContent18450223" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goodhousekeeping\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#moduleEcomm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?menshealth\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#module_promotion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#modulous_right_rail_edit_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#modulous_sponsorship_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#monaco_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#moneySponsorBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#moneySponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#more_resources" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mortgages_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newssun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mosFeatureHome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newssun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mosHeaderTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?insideradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mosSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tooorgle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#most_popular" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anonymouse\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#mouselayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#movbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchfreemovies\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "#movie" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?take40\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpIsland" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?t3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-container-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu-content2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topgear\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heatworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpuLikeSection" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oliveoiltimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instyle\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpu_inpost" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconosquare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mpusCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nwherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nwherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spin\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrecMod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrec_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrktImg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#msAD_cw_adtech_leaderboard_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#msAD_cw_adtech_skyscraper_two_4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.cnbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ms_aur" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourwire\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#mscount" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharetera\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#msgDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?everybody\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#msnnz_ad_medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arstechnica\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#msuk-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magicseaweed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#msw-js-toggle-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heritage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mthotdeal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mtv\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#mtv-shop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyprofessors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mtvBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mu_2_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?malwarehelp\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#multimedia_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#music_googlelinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#music_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikinvest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mw-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mw-ysm-cm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mw-ysm-cm_2-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miningweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mw_q-search-powered" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#my-promo-hover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rally24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#myBtn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tcpdump\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#myID" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloggersentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mybsa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolzparade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mylikes_bar_all_items" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobstreet\\.com\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#mysitelogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.creativecow\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#mz[width=\"100%\"][valign=\"top\"][style=\"padding:20px 30px 30px 30px;\"] + td[width=\"150\"][valign=\"top\"][style=\"padding:6px 10px 0px 0px;\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rentalcars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#name_price_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?irishracing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#naobox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav-amazon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav-promo-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?browserleaks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav-right-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amazon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav-swmslot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rentals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav_credit_report" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kuhf\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#nav_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongfire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#navbar_notice_9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#navbuglink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?esl\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#navi_partner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webinspector\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#navigation_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nbc-300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?truelocal\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#ndmadkit-memrec-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netcraft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#netcraft-links-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#netflix-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sandiegozoo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#newhomesponosrs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askmen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#news_popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerlens\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#newsnowlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yakima-herald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#newspaperads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theroot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nextbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nikona" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aww\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#ninemsn-footer-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theberry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ninth-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#node-body-break" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?website-unavailable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#norecords" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#north" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sensis\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#northPfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#northbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#noscript-warning" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.somethingawful\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#notregistered" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pv-tech\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#noty_bottomRight_layout_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#novb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firststreaming\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nowplayinglinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backpage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nsaLeaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nscrRCol160ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nscrVideoAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalcmd\\.pl/" + }, + "action": { + "type": "css-display-none", + "selector": "#nucom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nwPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailybeast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nwsub_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centralillinoisproud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nxcms_dotbiz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nydailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nydn-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nydailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nydn-footer-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nydailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nydn-top-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nytmm-ss-big-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#nytmm-ss-big-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btmon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oafa_target_4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btmon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oafa_target_6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?masala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-banner-0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-banner-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-banner-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-banner-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?masala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-mpu-left\\<\\/div\\>" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?masala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas-mpu-right\\<\\/div\\>" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oas_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foreclosure\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#obFlyMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbslocal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ob_paid_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cleantechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#obog_signup_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cincinnati\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ody-asset-breakout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democratandchronicle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ody-dealchicken" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsugar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#offer-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyplace\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#oglas-desni" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#omTrialPayImpression" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ikeahackers\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#omc-sidebar .responsive-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omg\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#omg-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?azcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#on-deals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oneAssetIFrame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yeeeah\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#orangebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?24wrestling\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#other-news" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totallycrap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#oursponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arstechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain-recs-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?si\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain_widget_5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopwired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#outbrain_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?familysecuritymatters\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#outer_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?engadget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#outerslice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp4upload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#over" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beststreams\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#over-small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playhd\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#over_player_msg2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overhead-you-know-what" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bidnessetc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlayDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlayRightA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelakewoodscoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlaySecondDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?agame\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viplivebox\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viplivebox\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay_countdown" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailybeast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlay_newsweek_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#overlayleftA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rocksound\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#overtake" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imfdb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#p-Sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricwiki\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#p-navigation + .portlet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#p2rightbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnf1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#p320B" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnf1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#p320T" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#paas-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#paas-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interfacelift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#page > .row[style=\"height: 288px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#page-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whathifi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pageHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbcmontana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pageHeaderRow1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pageSpon2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#page_content_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radaronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#page_content_right_small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pagelet_ads_when_no_friend_list_suggestion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warriorforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pagenav_menu + div[align=\"center\"] > a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?offtopic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pagenav_menu + table[height=\"61\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"][width=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sme\\.sk/" + }, + "action": { + "type": "css-display-none", + "selector": "#paidLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesun\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#paidProducts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#paid_search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zonelyrics\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#panelRng" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?creativenerds\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#panelTwoSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nymag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner-feeds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orange\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessinsider\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hwbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner-tiles" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner1_button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hbr\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickjr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerTopBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_promo_module_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner_strip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerbar-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegecandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partnerlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arcticstartup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partners_125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?behealthydaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partners_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pateni" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#patheos-ad-region" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boards\\.adultswim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pattern-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#payTM300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carscoops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#payload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?binaries4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#payserver" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?binaries4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#payserver2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#pbsdoubleclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nydailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pc-richards" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?demap\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#pcad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pct_popup_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?retrevo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pcw_bottom_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?retrevo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pcw_int" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?retrevo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pcw_showcase" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realestate\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pdp-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentreactor\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#peelback" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vosizneias\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#perm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#personals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avclub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#personals_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#personals_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?portforward\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pfconfigspot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricegrabber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pgad_topcat_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?richkent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#phone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?video2mp3\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#phone_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#phones4u300_body" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#phones4u_body" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#phones4u_masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#phones4u_masthead_500" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?everyjoe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#php-code-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toonzone\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#php_widget-18" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?triggerbrothers\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#phpb2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?triggerbrothers\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#phpsky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picarto\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#picartospecialadult" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heatworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#picks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pitch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyprofessors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#placeholder728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#placeholderTopLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#playdiv div[style^=\"width:300px;height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#playdiv tr > td[valign=\"middle\"][align=\"center\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#player_das" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magnovideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#player_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#please_dont_block_me" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cargames1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#plyadu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mma-core\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#plyr > #overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheridanmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#poll-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg\\.no/" + }, + "action": { + "type": "css-display-none", + "selector": "#poolMenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backlinkwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popUpDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videolinkz\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "#popout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hybridlava\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popular-posts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dxomark\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popupBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgseeds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popupBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newpct\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popupDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgseeds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#popupOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?journal-news\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#popwin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cosmopolitan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pos_ams_cosmopolitan_bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nvideo\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#posa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ganool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#post-35426" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quickmeme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#post[style=\"display: block;min-height: 290px; padding:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#post_nav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techcrunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#post_unit_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?multichannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#postscript-top-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?addictinggames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#potw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#powerPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pplayLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prisonplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ppradio" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pre-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinknews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#pre-head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surfline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#preRoll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dragcave\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#prefooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizjournals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#prefpart" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixupload\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#prekla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bassmaster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#premier-sponsors-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzgamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#premierholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#premium-yva" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#premiumMerchant" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#prerollOverlayPlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1cookinggames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#previewthumbnailx250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pricechecklist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamekyo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#priceminister" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?queenscourier\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#primary-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#primaryBottomSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapfiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#prodmsg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapfiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#prodmsgdl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizmodo\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#product-finder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?productwiki\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#product-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidauthority\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#products_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapid8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#prom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextgengamingblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextgengamingblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?artistsandillustrators\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerandvideogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-mast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wayfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-roll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbcuni\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbcuni\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fhm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?8newsnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoLeechmonster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asseenontv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoMod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoSlide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promo_links_list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonescoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promob" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?agame\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promobar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?und\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promos-story-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?und\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promos-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?networkworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promoslot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reminderfox\\.mozdev\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#promotion3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sherdog\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#promotion_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsroomamerica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#promotional" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebulls\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#promotions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesuperficial\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pronto-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehomepage\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#prop-foot-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?my-proxy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#proxy-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newyorker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ps2_fs2_yrail" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newyorker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ps3_fs1_yrail" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sk-gaming\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sk-gaming\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ptsf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rocvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#pu-pomy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalversus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pub-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalversus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pub-right-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pubUpgradeUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jeuxvideo-flash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pub_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?frequence-radio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pub_listing_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skyrock\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pub_up" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvlizer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pubfooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellomagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#publi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marca\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#publi_sup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surinenglish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidades_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pubtop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#puls4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pulse360" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pep\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "#pushdown-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neopets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pushdown_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miningweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#q-search-powered" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thriveforums\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#qr_defaultcontainer.qrcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r-e" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r-n" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r-s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oldgames\\.sk/" + }, + "action": { + "type": "css-display-none", + "selector": "#r_TopBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r_a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gantdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r_sidebar_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilenapps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#r_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barbavid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rabbax" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#radLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ehow\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#radlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freevermontradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#rads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegefashion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#rainbowsparkleunicorn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armorgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#randomgame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amazon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#raw-search-desktop-advertising-tower-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ray_ban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pt-news\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#rcb1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?holytaco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#re_ad_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?akihabaranews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recHome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?akihabaranews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deliciousdays\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recipeshelf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wambie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recomendar_728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recommendations" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#recommended_hdg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?doodle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixdaus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rectBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizrate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rectangular" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dict\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#rectcompactbot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dict\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#recthome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dict\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#recthomebot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1tiny\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#redirectBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloemfonteincelticfc\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#reebok_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#reevoo-top-three-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#reevooComparePricesContainerId" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#reevooFromPrice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reg-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reg-promos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyxtra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#region-superleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailystar\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#rehab_ad_tds_web" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xpgamesaves\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reklam" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atdhe\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#reklama_mezi_linky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filmschoolrejects\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#related-items" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winkeyfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#render" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehomepage\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#res-mid-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehomepage\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#res-side-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehomepage\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#res-top-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mumsnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reskin_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mumsnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reskin_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zillow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#resource-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#resourceCentre" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?url\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#resspons1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?url\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#resspons2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#resultList > #downloadBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesdeck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#results-for > .r > .rL > a[target=\"_blank\"][href^=\"/out.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.excite\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#results11_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsCol > .lastRow + div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsCol > .messageContainer + style + div + script + style + div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qwant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#resultsShoppingList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowtorrents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#results_show_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reviewsPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#rhc_find" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#rhc_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs-sl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_cornerstone_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.idg\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#rhs_resource_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .dd .mb-11 + .compList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .dd > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .dd[style=\"cursor: pointer;\"] > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .dd[style^=\"background-color:#FFF;border-color:#FFF;padding:\"] .compList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .first > div[style=\"background-color:#fafaff;border-color:#FAFAFF;padding:4px 10px 12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .reg > li[id^=\"yui_\"][data-bid] > [data-bid]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right .res" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > .bdr > #ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > .searchRightMiddle + div[id]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > .searchRightTop + div[id]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > div > style + * li .dd > div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > div ol[class] li > :first-child:last-child > .dd > :first-child:last-child > div[class]:first-child:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > div[class] > ol[class] .dd div[class] > ul > li[class^=\"mt-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > div[class] ol[class] li[id] .dd > div + * > div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > div[id] > div[class] > div[class] > h2[class]:first-child + ul[class]:last-child > li[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right > span > div[id] > div[class] div[class] > span > ul[class]:last-child > li[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right [class][data-bk][data-bns]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right div.dd[style^=\"background-color:#FFF\"] div > ul > li[class^=\"mt-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right div[style=\"background-color:#fafaff;border-color:#FAFAFF;padding:4px 10px 12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right li[id^=\"yui_\"] .dd > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right ol li[id^=\"yui_\"] > .dd > .layoutMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?123chase\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-adv-one" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidstatsx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?treatmentabroad\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wenn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-panel-galleries" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shortlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-sideburn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?narutofan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidstatsx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realcleartechnology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-wide-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right1-position" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtopala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right2-position" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#right300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchcartoononline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightBannerOut" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cantyouseeimbusy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maltatoday\\.com\\.mt/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelakewoodscoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightFloat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightGutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cosmopolitan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightRailAMS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?befunky\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightReklam" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalfark\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightSideRightMenubar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playstationlifestyle\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itworldcanada\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightTopSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?files\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sosuanews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediacorp\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_banner_placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ffiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_col" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_generic_117" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_generic_121" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_generic_175" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themtn\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_generic_47" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?necn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_generic_v11_3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psinsider\\.e-mpire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_main_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardware\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_top_160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mumbaimirror\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightarea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightbar > #halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlcash\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sarugbymag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?portable64\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcol > .sidebox > .gradient > p > a[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cokeandpopcorn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcol3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mysuncoast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightcolumnpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightgutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?810varsity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightsidebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elyricsworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ringtone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeconverter\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#ringtone-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtump3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ringtoner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rmishim" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brenz\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#rndBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winsupersite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#roadblockcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mirror\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#roffers-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barclaysatpworldtourfinals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rolex-small-clock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rollAdRKLA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviezer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rootDiv[style^=\"width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lionsrugby\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#rotator" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lionsrugby\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#rotator2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powerboat-world\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rotator_url" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#row-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?3news\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#row1_fixed_SideF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#row_banner_dvrtsmnt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yttalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rpmtop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?parentdish\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#rr-amazon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search-results\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rr_sa_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redsharknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rsBannerStrip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?core77\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rsDesignDir" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eprop\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#rt-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#rte-header-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#rte-masthead-topleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pages\\.ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_1658" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_NB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motors\\.ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_div_193" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_225" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_274" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_275" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_441" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_566" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_567" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?food\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rz-leaderboard-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crawler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifieds\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#s123results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crawler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#s2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?capitalradiomalawi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#s5_pos_below_body_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?capitalradiomalawi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#s5_pos_bottom_row2_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?capitalradiomalawi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#s5_pos_top_row1_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube-mp3\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sad336" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?presidiacreative\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?salary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sal_pg_abv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sales1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sales2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sales3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sales4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchwweonline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#samdav-locker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchwweonline\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#samdav-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbez\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casinonewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheatsheet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb_broker_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codefuture\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hwhills\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sb_left_tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scholastic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#schlSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencesdaily\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#sciencedaily_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cartoonnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alloy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#screen_scene_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbusters\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#screenoverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcweenies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scribol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techpounce\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scribol-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flexiblewebdesign\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scroll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#scrubbuad_style" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnscrum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scrumRhsBgMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnscrum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#scrumRhsBgTxtLks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentai2read\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sct_banner_980_60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stardoll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sdads_bt_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zillow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#search-featured-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?docspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#search-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#search-pva" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sail-world\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#searchRotation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zoozle\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#search_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zoozle\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#search_topline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tribune\\.com\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": "#searchmod-surround" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sec-col" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlgone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#secondColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kontraband\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#second_nav_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kontraband\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#second_nav_content_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zuula\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smarterfox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#secondary-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#secreg2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neoseeker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#section-pagetop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desiretoinspire\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sectionContent2275769" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desiretoinspire\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sectionContent5389870" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatismyipaddress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#section_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edomaining\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sedo-search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#seek_table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sej-bg-takeover-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sej-bg-takeover-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#select_services" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isohunt\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "#serps .title-row > a[rel=\"nofollow\"][href=\"#\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?website-unavailable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#servfail-records" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdMrCp300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdMrScp300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdScCp160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdScHp160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sgAdScScp160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?in\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shaadicom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shadi_flash" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mercola\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shadowbox_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeplus\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#share" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localhostr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#share2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shelf-pyv-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shidurlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shidurdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?someecards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#shopperButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?broadcastnewsroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shopperartbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shopping" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#shopping-339279174" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shopping_deals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qj\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#shoppingapi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10minutemail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shoutouts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#show-big-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tunegenie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#showad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isxdead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#showbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolhunting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#showcase" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crunchyroll\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#showmedia_square_adbox_new" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tribune\\.com\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": "#showmodules" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fbcoverlover\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#shownOnlyOnceADay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwtdd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#showpping" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?si\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#si-com-ad-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#side-banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#side-banner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feedmyapp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#side-bsa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebestdesigns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#side-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamingunion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#side-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howtogeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#side78" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphonefaq\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarsMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphonefaq\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphonefaq\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarsTop-sub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptoarticles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > #sidebarBlocks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kodi\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > #text-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharktankblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > #text-85" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquisitr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > .WP_Widget_Ad_manager + div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yauba\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > .block_result:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nuttynewstoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > div[style=\"height:120px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ha\\.ckers\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar > ul > li:first-child + li + div[align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pa-magazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvlizer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lionsdenu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-bottom-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sbs\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-first" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cloudpro\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-first-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eaglewavesradio\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tricycle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-logos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?equestriadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-right-search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allshowsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-wrapper > div > div[style^=\"z-index: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar-you-know-what" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bored\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar1head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?p2pnet\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hybridlava\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecourier\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarMiddleCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarTabs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarTabs1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarTabs2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetechjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_after_1000px" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sundancechannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbntv\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestweekever\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_buzzfeed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkdigit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_container[style=\"padding-top:0px !important; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneymakerdiscussion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_container[style=\"width: 200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?destructoid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_dad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?destructoid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_dad_contact" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_follower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorcycle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icanhascheezburger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_scraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?doityourself\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar_text_link_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebaradtarget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webupd8\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebard-top-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?racingweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarfrontright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?polodomains\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opendocument\\.xml\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dooce\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebarskyholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quickonlinetips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideboxfeature3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?saportareport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidetopleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sikids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sifk_topper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zerohedge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#similar-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#simplemodal-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#simplemodal-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualpets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastcocreate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?we7\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiplinger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knucklesunited\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opendemocracy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#site-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kstp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#siteHeaderLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arsenal-mania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sitePromos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reddit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#siteTable_organic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?texastribune\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#site_roofline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site_skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#site_skin_spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smsfun\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#sitebanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slashdot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sitenotice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrenttree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sites_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allmyvids\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "#sitewide160right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skin_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?idg\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#skin_bump" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animenewsnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skin_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animenewsnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skin_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skin_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bit-tech\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#skinclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?n4g\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skinlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metalinjection\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#skinoverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#skip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skytv\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homeportfolio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneysupermarket\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sky-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalfilm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itpro\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyScraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyScrapper2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickydigital\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sky_scrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skypartnerset" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4teachers\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?s1jobs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper-target" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ifans\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jokes2go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?familyfun\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperIframeContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?m-w\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper_creative_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper_description" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitrome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraper_shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?humanevents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skyyscraperContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?housebeautiful\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sl_head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gifts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobafire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slide-up" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slidebillboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roseindia\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#slidebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?live365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpagesofafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sliderPub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hktdc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sliderbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thephuketnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slides" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpageskenya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cio\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshow_boombox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?790kspd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slideshowwidget-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizrate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slimBannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_MB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_REC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?connectionstrings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?connectionstrings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_leftmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?connectionstrings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slot_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?connectionstrings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slotfirstpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_88x31" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_featured_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_flex_ss_bb_hp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_inline_bb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slug_sponsor_links_rr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportsmole\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sm_shop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyrecord\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sma-val-service" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ikascore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#smalisted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unfinishedman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#smartest-banner-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reviewjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#smedia-upickem_deals_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powerpointstyles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#smowtion300250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pedestrian\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#snap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?denverpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#snowReportFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tfportal\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#snt_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmeme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sonic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sensis\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#southPfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#sp-mpu-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": "#sp2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailygreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sp_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegefashion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#spawnsers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torontolife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#special-messages" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geeksaresexy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#special-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#special-promotion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bidnessetc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#specialBox10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videogamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#specialFeatures" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?countryliving\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#specialOffer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?countryliving\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#special_offer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redbookmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#special_offer_300x200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cboe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#special_offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#special_offers_trio" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winrumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#specialfriend" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totallycrap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#specials" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapid4me\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#speed_table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricegrabber\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#spl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filestube\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "#spla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splash_over" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splash_wraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splinkRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winsupersite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splinkholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realestate\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#splinktop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delicious\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?katz\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon-con" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diynetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon-recommendations" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyhaha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krillion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rockdizfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon_down" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rockdizfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon_down2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foreignpolicy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon_reports" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quakelive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon_vert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonescoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponboxb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#spons_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leedsunited\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?detroitnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-flyout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicfinanceinternational\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zymic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talktalk\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?friendster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?americanidol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorLogos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorTxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mlb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?football-league\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?health365\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_logo_s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lmgtfy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweathernetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-by" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webhostingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-clear" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chacha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-question" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fbdownloader\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lastminute\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredFeature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lastminute\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredFeatureModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored_stories" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorlisttarget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sanjose\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?und\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors-story-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?und\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techie-buzz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netchunks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsM" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feedly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsModule_part" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clubwebsite\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsbtm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backstage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsmod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spotBidHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spotbid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangafox\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?memory-alpha\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#spotlight_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justdubs\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#spots" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qj\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#sqspan" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#square-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allakhazam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#square-box:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comicbookmovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#squareATF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsonjapan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#squarebanner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rent\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#sresult_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realestate\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#srp-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gifts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#srp_sl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sourceforge\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#stackcommerce-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?saharareporters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stage-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessdictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#standalone_text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?milb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#standard_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cucirca\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#stanga" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternativeto\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#startpage-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?capitalfm\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "#stationbannersliderwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rally24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stickedPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizchina\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky-anchor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizchina\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky-anchor-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?propakistani\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky_banner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncregister\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?retronintendogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stltoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stl-below-content-02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailypuppy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stop_puppy_mills" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?someecards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#store" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#story-premiumbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#storyMore" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#storymiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instyle\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#style_it_light_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?praag\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sub-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?discovermagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sub-portlet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wjunction\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ubergizmo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sub_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sub_form_popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mayoclinic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodandwine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subscModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subuffer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hollywire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#super-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagomag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#super-leaderboard-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?detroitnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#super-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?disney\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wondertime\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superBannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ugo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superMast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?v3\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#superSky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superbaannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shacknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#superleader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#superskin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totalfilm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#supersky_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediaite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#supertop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dashnet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#support" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketplace\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#support_block_side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#supportbod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#supposedlytemporaryad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#swPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edmunds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sway-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?epicurious\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sweepstakes" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picp2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#system" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unlockboot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#t-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mma-core\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ta_pnlAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescore\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#tab-bonus-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipmart-forum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dropvideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table1[width=\"100%\"][height=\"100%\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?saynoto0870\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table2[bordercolor=\"#000000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table_bot_l" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table_filter + .torrent_table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atdhe\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#table_linky:last-child > thead:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentzap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table_self" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie2k\\.tl/" + }, + "action": { + "type": "css-display-none", + "selector": "#tablemoviesindex > tbody:first-child:last-child > tr:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie4k\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "#tablemoviesindex:last-child > tbody:first-child:last-child > tr:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rgj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#taboola-column-c-new-google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crystalmedianetworks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tabs_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shorpy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bediddle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tadsc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ajaxian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#taeheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anilinkz\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#tago" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover-spazio" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover_head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel5\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#takeover_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boardgamegeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tanga" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?taste\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#taste-right-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runescape\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manchesterconfidential\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#tb_bnr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baltictimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tbt_system_note" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesaurus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tcomad_728x90_0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?saleminteractivemedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#td_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listenlive\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "#td_leaderboard_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#tdiv60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#tdiv71" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#tdiv74" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#tertiaryColumn > .slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geeky-gadgets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-105335641" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfirst\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-106" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cleantechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-121" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?razorianfly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-155" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delimiter\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-170" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delimiter\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-180" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delimiter\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-189" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delimiter\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-192" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delimiter\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-195" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?queenstribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-24" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netchunks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-25" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beijingcream\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-29" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sonyalpharumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-31" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techhamlet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-32" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?couponistaqueen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-38" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pzfeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-39" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?couponistaqueen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-40" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enpundit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-41" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pluggd\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-416180296" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pluggd\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-416180300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bigblueball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-416290631" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-42" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?defensereview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-460130970" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebizzare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-461006011" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebizzare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-461006012" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spincricket\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-462834151" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enpundit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-48" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leadership\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-51" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegatewaypundit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-55" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quickonlinetips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-57" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegatewaypundit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-65" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mynokiablog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidauthority\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-92" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torontolife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#textlinkWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?the217\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#textpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_sidebar_above" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_sidebar_below" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_sidebar_skyscraper1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tf_sidebar_skyscraper2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notebookreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tg-reg-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tgtMNW" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsaskguys\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thatscricket\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thatscricket_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#theMNWAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rivals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thecontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?duoh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thedeck" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thekit\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#thekitadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neodrive\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "#thf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thheaderadcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#this-pays-for-bandwidth-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ticketmaster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#thisSpon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsfreak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ticketcity" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tiles-container > #row-2[style=\"height: 389.613px; padding-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "#tilesHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distro\\.megom\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#timeNumer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinypaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tinychat_lightbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinypaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tinychat_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourweather\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#titulo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tkn_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tkn_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?placehold\\.it/" + }, + "action": { + "type": "css-display-none", + "selector": "#tla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tlbspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelifefiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tlfAdInBetween300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tn15adrhs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technewsworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tnavad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omgubuntu\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#to-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chattanooganow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toDoWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megavideoshows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toHide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toonix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toonix-adleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxlmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techiemania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-729-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freemake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-base" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theberrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privatehealth\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?if-not-true-then-false\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banner-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?panorama\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teesoft\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whowhatwear\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jacksonville\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aspensojourner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-layer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canstar\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-lb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joystiq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smarterfox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-left-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportinglife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politiken\\.dk/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-monster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dubizzle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canstar\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ovationtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top-pusher" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?suntimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?meteovista\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#top10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamingzion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top10c" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviecarpet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investmentnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cntraveler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topBanner728x90_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macworld\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#topBannerSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?money\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#topBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ewn\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#topCoke" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atlasobscura\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kioskea\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#topContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topDownloads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popularscreensavers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#topHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chacha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topHeaderBannerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecitizen\\.co\\.tz/" + }, + "action": { + "type": "css-display-none", + "selector": "#topLeaderBoard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kenyamoja\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topLeaderboard + * + .container-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chamberofcommerce\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topLeaderboardParent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teoma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topPaidList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topRightBunner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topThirdPartyArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rockyou\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topXpromoWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardballtalk\\.nbcsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_90h" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theepochtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_a_0d" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_ayd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?caribpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_banner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theimproper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_banner_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorship\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avaxsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psdeluxe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_bsa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hemmings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_dc_tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_jobs_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centredaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_jobs_search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?columbiatribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_leaderboard_pos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_leaderboard_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_promo_ie8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smosh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_promo_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mma-core\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_r_bans" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_rhs_1_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_rhs_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?getlyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?escapistmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_site_part" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?humanevents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_skyscraperbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cellular-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_sq_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?samoaobserver\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_wrap1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arthritistoday\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#topads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btimes\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "#topadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scorespro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbannerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkoutmyink\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanner_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chictopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbanner_pushdown" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?littlegreenfootballs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbannerdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapfiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbannermain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?swedishwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbannerspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbusters\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecrims\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topbox_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#topcenterit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?educatorstechnology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topcontentwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bhg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topcover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?football411\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvembed\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "#toplayerblack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usingenglish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topleader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebitchy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?microcosmgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toppartner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topprommask" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtimebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toprek" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tbo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topslider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plos\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#topslot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespacereporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codingforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#toptextlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquisitr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topx2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pgatour\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tourPlayer300x250BioAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vimeo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tout_rotater" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#touts.module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?garfield\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?electricenergyonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tower_pub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonescoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#towerlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oncars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#towers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?under30ceo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tptopbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tr35advert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indowebster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tr_iklanbaris2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tradingcenter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#trafficDrivers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mapquest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#trafficSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelregister\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#trailer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#trailerplugin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?genevalunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#transportation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dallasnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#traveldeals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?people\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#treatYourself" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoin\\.cz/" + }, + "action": { + "type": "css-display-none", + "selector": "#trezor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miroamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tribalFusionContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitepoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#triggered-cta-box-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wigflip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ts-newsletter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.techguy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#tsg-dfp-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.techguy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#tsg-dfp-between-posts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tsn\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#tsnHeaderAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tsn\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "#tsnSuperHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tswidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teletoon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tt_Sky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tumblr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tumblr_radar.premium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvlistings\\.theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tvgAdvert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvsquad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tvsquad_topBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#twc-partner-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twit\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#twit-ad-medium-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howtogetridofstuff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tz_rwords" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?direct-download\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#u539880" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#uJobResultsAdTopRight2_mxsLogoAds__ctl0_CBHyperlink1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#u_2588582-p" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kuklaskorner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ultimate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unanimis1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snagajob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#underLeftSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldwideweirdnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#underarticle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jumptogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#underrandom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reminderfox\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#uniblueImg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekosystem\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unit-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportsgrid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unit-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebraiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unit-sidebar-atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intothegloss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unit250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intothegloss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#unit600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notebook-driver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#updatemydrivers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carionltd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#upmapads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?byutvsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#upper-poster" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comingsoon\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#upperPub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usanetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#usa_desktop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadhelper\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#useful-tools" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentpond\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#usenet-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#usenetb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popcap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vacquest_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popcap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vacquest_window" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armyrecognition\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vali2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citationmachine\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#vantage-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hipforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vbp_banner_82" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hipforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vbp_banner_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hipforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vbp_banner_head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listentoyoutube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vc_top_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filespart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vdwd30" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vendor_spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popeater\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#verizonPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?temptalia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vert-boxes" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vertical.ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standard\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#viagogo-all-events" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theedge\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "#vidBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vidRightRailWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibrod\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricket\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video-branding" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mentalfloss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video-div-polo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video-masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cartoonnetworkasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoClip-main-right-ad300Wrapper-ad300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radaronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoExternalBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?video\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoHatAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radaronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#viewBestDealsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?europages\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#vipBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gumtree\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#vip_all_r1_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gumtree\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#vip_all_r2_300x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gumtree\\.sg/" + }, + "action": { + "type": "css-display-none", + "selector": "#vip_all_r3_300x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#visit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vitabox-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miaminewtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vmgInterstitial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevideo\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#vplayer_offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eatingwell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vs4-tags" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vsaTop + div[id]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vsaTop + div[id] + div[id]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickjr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vsw-container-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickjr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vsw-medium-outter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickjr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vsw-small-outter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#w10-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?variety\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#w300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#wXcds2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#wXcds4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#wall_addmargin_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edmunds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?information-age\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper-surround-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eeweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wallpaper_image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thepressnews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#want-to-advertise" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowtorrents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#warn_tab" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#watch-branded-actions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#watch-buy-urls" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#watch-channel-brand-div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#watchItButtonModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#watchinhdclose" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#watchinhddownload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "#watchinhdjava" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefreedictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wb1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?murga-linux\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wb_Image1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheridanmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#weather-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wkrq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#weather_traffic_sponser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kentonline\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#weathersponsorlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzdating\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#webadsskydest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinewsnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#week-catfish" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#welcome-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mainstreet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#welcomeOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phoronix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#welcome_screen" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theatlantic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#whatreadingad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domaintools\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#whois-related-forsale" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spectrum\\.ieee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#whtpprs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ubi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wide-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#wideSidebar > .widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linguee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wide_banner_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coupons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widesky-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gigaom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-area-footer-post-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howwemadeitinafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-r" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inhabitat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-sam-130410-small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stltoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget-todays-deal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technabob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widgetTable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcweenies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widgetTable[width=\"170\"][bgcolor=\"#FFFFFF\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vikitech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget_A" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eevblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widget_linkmasterpro_ri-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesharingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#widgetlist_column1 > li:first-child + li + li:last-child > .cms_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talksport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#williamarticlelink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.pch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#winner-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thaindian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#withinsimilar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wl-wrapper-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wl-wrapper-tier-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pr0gramm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallpapersmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wm_cpa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rediff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#world_right1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rediff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#world_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fansfc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#worldcupspl_container_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiansoundradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wowslider-container2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiansoundradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wowslider-container3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wpcom_below_post" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wpni_adi_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#wrap > #menue + #menuelinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "#wrap > #menue:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?documentary\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapper > #horizontal-outer-widgets-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?strategyinformer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapper3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euractiv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wrapperHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sootoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wwSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?post-trib\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wwbncontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?9news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#wx-widget-88x31" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?davidwalsh\\.name/" + }, + "action": { + "type": "css-display-none", + "selector": "#x-secondary" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?robtex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xadt0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?robtex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xadt1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.xda-developers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xda_header_announce_title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxthon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xdv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xfp_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?robtex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xnad728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vrbo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xtad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abconline\\.xyz/" + }, + "action": { + "type": "css-display-none", + "selector": "#xydllc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ople\\.xyz/" + }, + "action": { + "type": "css-display-none", + "selector": "#xydlleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abconline\\.xyz/" + }, + "action": { + "type": "css-display-none", + "selector": "#xydlrc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ople\\.xyz/" + }, + "action": { + "type": "css-display-none", + "selector": "#xydlright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-ad-lrec1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-sponmid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?au\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#y708-windowshade" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#y_provider_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ya-center-rail > [id^=\"ya-q-\"][id$=\"-textads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ya-darla-LDRB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ya-darla-LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ya-qpage-textads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?missoulian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo-contentmatch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahooPN_CM" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoo_ss_border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yahoovideo_ysmlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadfin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadfinbd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadlrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadoem" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yatadoembd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uproxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yb-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macintouch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yellows" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_ad_FB2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_ad_cl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_pf_ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yfi_ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ygmapromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yh-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yl_pf_ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ylf-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shine\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ylf-ysm-side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?local\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yls-dt-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ymap_main_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ymh-invitational-recs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yn-darla2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yn-gmy-promo-answers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yn-gmy-promo-groups" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trackthepack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yoggrt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wfaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yollarSwap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afmradio\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "#yourSliderId" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ysch #doc #bd #results #cols #left #main .ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ysch #doc #bd #results #cols #left #main .ads .more-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ysch #doc #bd #results #cols #left #main .ads .spns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ysch #doc #bd #results #cols #right #east .ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yschsec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ytrv-ysm-hotels" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ytrv-ysm-north" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ytrv-ysm-south" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmastertalkforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#yui-gen24[style=\"width: 100%; height: 100px !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zynga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zap-bac-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?post-trib\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zip2save_link_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moreintelligentlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?italymagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone-user-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone0_top_banner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hulkshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?luxury-insider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zone_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zoosk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popcap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zrJungle1033_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popcap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zrJungle1033_window" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#zune_upsell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamfortress\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#zuside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamfortress\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#zutop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theverge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PRIVATE-fbAdUnit__root" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PRIVATE-fbEmu__root" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PRIVATE-fbFacebarTypeaheadToken__sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PRIVATE-snowliftAds__root" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PRIVATE-spyml__story" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-cx-PUBLIC-fbAdUnit__root" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".-skybet-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".A1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realtor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ADLB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shoppinglifestyle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ADV" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footballitaliano\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".Ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?verizon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".AdIn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?incyprus\\.com\\.cy/" + }, + "action": { + "type": "css-display-none", + "selector": ".Add1st" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oncars\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".Adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colouredgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".AdvGamesList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?economist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".AnimatedPanel--container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongkiat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?terradaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BDTX" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotklix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BLK300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?acharts\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".BannerConsole" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixedmartialarts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BannerRightCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?natgeotv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stockopedia\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".BigSquare" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?juxtapoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Billboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mustakbil\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Bottom728x90BannerHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hot1045\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".BottomBannerTD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailytech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".BottomMarquee" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeiconsweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Bottom_Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myps3\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".Boxer[style=\"height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myrealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".CAdFlashPageTop728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myrealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".CAdGamelist160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myrealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".CAdOpenSpace336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myrealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".CAdOpenSpace728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myrealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".CCommonBlockGreen[style=\"width: 630px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebull\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".Caja_Der" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clashdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ClashDaily_728x90_Single_Top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?archdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".DFP-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".DL-ad-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthzone\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": ".DataTDDefault[width=\"160\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israeltoday\\.co\\.il/" + }, + "action": { + "type": "css-display-none", + "selector": ".DnnModule-1143" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?secdigitalnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".DnnModule-6542" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?secdigitalnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".DnnModule-6547" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israeltoday\\.co\\.il/" + }, + "action": { + "type": "css-display-none", + "selector": ".DnnModule-758" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israeltoday\\.co\\.il/" + }, + "action": { + "type": "css-display-none", + "selector": ".DnnModule-759" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Fine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mainjustice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".FirstHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?artistdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".FreemiumContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popmatters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".FrontPageBottom728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".GBTLFYRDM0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".GC3LC41DERB + div[style=\"position: relative; height: 170px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".GGQPGYLCD5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".GGQPGYLCMCB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".GISRH3UDHB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orkut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".GLPKSKCL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-games\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".GamePlayleaderboardholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloemfonteincourant\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".HPHalfBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?u\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".Header-Menu-Sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?walmart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".IABHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?safehaven\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".IAB_fullbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?safehaven\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".IAB_fullbanner_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sierraexpressmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".IBA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".IMU-Container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".InSkinHide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smartearningsecrets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Intercept-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?islamicfinder\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".IslamicData[bgcolor=\"#FFFFFF\"][bordercolor=\"#ECF3F9\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?morningstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".LeaderWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?op\\.gg/" + }, + "action": { + "type": "css-display-none", + "selector": ".LifeOwner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MD_textLinks01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangahere\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".MHShuffleAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hsj\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".ML_L1_ArticleAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MPFBannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MPU300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?three\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": ".MPURight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dubaieye1038\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MPU_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virginradiodubai\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MPU_box_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thepittsburghchannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MSL + script + script + div[class] > style + script + h3[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videowing\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".MadDivtuzrfk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videowing\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".MadDivtuzrjt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebull\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".Maquetas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?juxtapoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".MarketPlace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmersweekly\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".MasterLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totaltele\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Master_LargeMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?agrieco\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".MedRect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwsearch\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".Mid-Top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alienbomb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Middle468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mustakbil\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Middle728x90BannerHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".NavMenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Nbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tribe\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".OAS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".OB_AR_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?artistdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".OFIEContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sofeminine\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".OffresSpe_cadre" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Outlines" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefreedictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Ov" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starsue\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".OyunReklam" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webgurubb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".PCN-banner-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diamscity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".PUB_72890_TOP" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?agonybooth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".PWAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twogag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".PWhalf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gmx\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".PanelPartners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popstoptv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".PeerFly_Banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?priceme\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".ProductAdr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peoplemagazine\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".R300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peoplemagazine\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".R300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RHRSLLwseboF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RR_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ehow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RadLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantimes\\.co\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": ".RealEstateAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?algoafm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?algoafm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?algoafm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBanner3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?algoafm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBanner4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?camfuze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBannerSpot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?b105\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RotatingPromo_300x80" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SLLwseboF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifespy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SRR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theeagle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SectionRightRail300x600Box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?similarsites\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SidebarBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adobe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SiteFooterRow[style=\"font-size:9px;font-family:Arial\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SitesMedRecModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdfzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Skyscraper_BG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantimes\\.co\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": ".SmallBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?car\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SmallFont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mdlinx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Sponsor-Tag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotscripts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mining\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SponsoredPost" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futureclaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zone\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".SuperBannerTVMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shopping\\.canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".SuperBoxDetails" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?testcountry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TC_advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".TL_genericads_columns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".TL_medRec_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekzone\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".TPconfmed1x4outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?istockanalyst\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TelerikModalOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adobe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TextSmall[align=\"center\"][style=\"font-size:9px;font-family:Arial\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hurriyetdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TopNews" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TopNewsSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Tr2[width=\"41%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantimes\\.co\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": ".UniversitySearchAdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vh1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".VMNThemeSidebarWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zone\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".VerticalBannerTV_tag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".WOL2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webreference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".WRy1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wzzk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Weather_Sponsor_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".WiredWidgetsMarketing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".XbcSponsorshipText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rxlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Yahoo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._24n" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._24o" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?juxtapoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._3qj-" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._4u8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crawler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lawyersweekly\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".a-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eplsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a-el" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a-statement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?daijiworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmeme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a2[style=\"padding-top: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localtiger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a9gy_lt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hereisthecity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aLoaded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvnz\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".aPopup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legacy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aa_Table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".abiabnotice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".abig" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?k9safesearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ablk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ablock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ablock_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ablock_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tribalfootball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".above-footer-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?likwidgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aboveSiteBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlfan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".abox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filedir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".abox300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".abs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whirlpool\\.net\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".abvertibing_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefreedictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ac" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyrecord\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ac-vehicle-search" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?au\\.news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".acc-moneyhound" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goseattleu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".accipiter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?consequenceofsound\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".acm-module-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kcrw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".actions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-blocking-makes-fella-confused" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wusa9\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hollywoodjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vesselfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnqt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad05" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ngrguardiannews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adBG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webfail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adMR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".adarea + .summaryMedium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pencurimovie\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": ".adb_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orbitztv\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".adblockcreatorssuckmydick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".adcell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adcicon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runnerspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africareview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?addictivetips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add-under-post" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?time4tv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sundownsfc\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".add2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forexminute\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvnz\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".addHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorschronicle\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".addPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldissues360\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".addWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibnlive\\.in\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": ".add_main_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inspiyr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add_unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inspiyr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add_unit1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": ".add_view300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gbcghana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".addbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hscripts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".addbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funmunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".addimage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oyefm\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".addv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techhamlet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adhered" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naldzgraphics\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".adis" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailystar\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".adivvert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usabit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adk2_slider_baner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".adl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebookbrowse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vietnamnet\\.vn/" + }, + "action": { + "type": "css-display-none", + "selector": ".adm_c1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adman-label" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jokeroo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".admb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?experienceproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flightglobal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bodyboardingmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adpopup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bodyboardingmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adpopup-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iamwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iskullgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adr300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zercustoms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adrh" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?glarysoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads + .search-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchfunmoods\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads + ul > li" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?y8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-bottom-table .grey-box-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playboy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-column > h2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twogag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twogag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adsPW" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twogag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adsPW2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localmoxie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_tilte" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localmoxie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads_tilte + .main_mid_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adsby" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ravchat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adsh" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.b1\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".adslabel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animeid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adspl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?luxury-insider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veoh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animefushigi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futbol24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prohaircut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yesasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advHr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vietnamnet\\.vn/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dt-updates\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_items" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?faceyourmanga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv_special" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoplease\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naldzgraphics\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertBSA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thepeninsulaqatar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-09" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyvoice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise-with-us" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citysearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertiseLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?insiderpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertise_with_us" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fieldandstream\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertisement-fishing-contest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediatel\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertising_label" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".advertorial_title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theglobeandmail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advetorial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?file-extensions\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".advicon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javascript-coder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?148apps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advnote" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mumsnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".advo_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.chatzum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voxxi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thumbtribe\\.mobi/" + }, + "action": { + "type": "css-display-none", + "selector": ".adzoneOldMutualWithoutHeading" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF .nH[role=\"main\"] > .mq:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > .aKB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > .afn:first-child + .mq" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > .mq:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > .nH > .nH > .AT[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > .nH > .nH > .nH > .mq:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aeF > .nH > .nH[role=\"main\"] > div + .mq" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redown\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": ".af" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toptut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".af-form" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adventuregamers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".af_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurogamer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deborah-bickel\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate-werbe125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcgamesn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliate_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?americasautosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliatesDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cutezee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliates_fp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymotion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affiliation_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bplans\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affixed-sidebar-m" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digmyweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affsearch-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digmyweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".affsearch-container-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizpacreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ai_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world-airport-codes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".airport-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allkpop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".akp_newslist_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".al" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".al-bb-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".al-elb-frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".al32" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kcsoftwares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".alert-success" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hbwm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".alignRight[style=\"margin-right:30px;color:#858585;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empowernetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".align[bgcolor=\"#FCFA85\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchizz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".also_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedtest\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".alt-promo-container > ul > .alt-promo:first-child + .alt-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalhome\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".alt1[colspan=\"5\"][style=\"border: 1px solid #ADADAD; background-image: none\"] > div[align=\"center\"] > .vdb_player" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techsupportforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".alt1[style=\"border: 1px solid #ADADAD; background-image: none\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?styleite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".am-ngg-right-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colorhexa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazon-instant-video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogcritics\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazon-item" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brickset\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazonAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?squidoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazon_spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kuhf\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazonaff" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herplaces\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amazonlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".amed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seventeen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ams_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?csgojackpot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".analyst-backlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingdomrush\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".angry" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?folowpeople\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".anivia_add_space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".antivirusBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1337x\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".anynomousDw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?directupload\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".anzeiger" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".apante" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".apm_playlist_item_affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".apm_playlist_item_purchase_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cultofmac\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".appDetailPanel-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelchooser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".append-bottom.last" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveonlineradio\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".art-Header2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".art-betlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carsession\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".artBanner300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".art_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sigsiu\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".artbannersplus" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pocket-lint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article + .block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?selfgrowth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article-bottom-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article-content + div > div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article-intercept" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".article-left-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trendhunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".articleBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smh\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".articleExtras-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shoppinglifestyle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".articleLREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".articleSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sosuanews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article[style=\"width: 440px; background-color: #000066; margin: 6px; margin-top: 6px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article_Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzgamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".article_banner_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".article_insert_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webpronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".articleleftcol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".articlepromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiko\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".artist-banner-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiko\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".artist-banner-right-cap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eastrolog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".as300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asSponser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?memepix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xmodulo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asdf-banner-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asmall_l" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?four11\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asmall_r" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instructables\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeads\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ass_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javascriptsource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asset-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".astro-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohioautofinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".atLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohioautofinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".atMiniBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herald\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".atbanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?milesplit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".atf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvtropes\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".atf_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myshopping\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".atip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filedir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".atit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pogdesign\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".atop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".attrib_right_fmt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".attribution" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".author:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".avLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ngrguardiannews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".avd_display_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?receivesmsonline\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".aviso" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gameplanet\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".avt-mr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gameplanet\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".avt-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".az" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowyourmeme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aztc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".azureDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?silvertorrent\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-content[align=\"center\"] > table[width=\"99%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?easyvectors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alawar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-game-play__bnnr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theartnewspaper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-header-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sammobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizcommunity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flvto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scorespro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b160_600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flv2mp3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scorespro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b4nn3r" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scorespro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gazeta\\.kz/" + }, + "action": { + "type": "css-display-none", + "selector": ".bBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".ba1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".ba2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".ba3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellomagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".backBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xfire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".background" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?garfield\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".badgeBackground" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downbyte\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".badw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baku2015\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".baku-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pravda\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?india\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban-rgt-cng-ab" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xbox360cheats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldstarhiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banBG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldstarhiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banOneCon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiz10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?izismile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?america\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": ".banbo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webscribble\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".baner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hypemixtapes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".baner600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f-picture\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sxc\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": ".bann" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner--7th-position" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner--leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner--skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nation\\.sc/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nation\\.sc/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alltop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-background" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?luxgallery\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-big-cotent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.com\\.lb/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1027dabomb\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-btf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softonic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privatehealth\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-container-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviesplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-des" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dealchecker\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freecode\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-imu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neowin\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?savevid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-main-198x300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremesportman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-right-two" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?humorsharing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freecode\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-sky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intomobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-tbd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feedmyapp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?general-catalog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-wrap-hor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isohunt\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-wrp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ctv\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner01-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ctv\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkdigit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner03" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?angryduck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner160-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?azernews\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner1_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorcycle-usa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner300x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorcycle-usa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixfmradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner728_border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christianpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atomicgamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerCaption" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cargurus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iberia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerGiraffe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xda-developers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sastudy\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerHolder728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixdaus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerIdent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?come2play\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerLong" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?artistdirect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerNavi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ewn\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerSecond" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runnersworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerSub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongkiat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?impawards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canalboat\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_234" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?impawards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?komp3\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_468_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadstation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbssports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anyclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kyivpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_content_t" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricespy\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?swapace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_foot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvtechnology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domainmasters\\.co\\.ke/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rugby365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_holder_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cfos\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livecharts\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_long" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expressindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plussports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_mid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkoutmyink\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_placer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dhl\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_right_resultpage_middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?statista\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porttechnology\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamenet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannera" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeenews\\.india\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerarea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloomberg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofoman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofoman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerbox2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fashionotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arcadebomb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brecorder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergroup_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidipedia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergroup_menu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?malaysiandigest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergroup_sideBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailynews\\.co\\.tz/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannergroup_text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerheadline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elitistjerks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerl0aded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannernav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nerdist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerplaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wlrfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners-bottom-a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codecs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkdigit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners_all" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dinnersite\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wdna\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerslot-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlcash\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannertop > center > #leftbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goldengirlfinance\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myhostnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerwrapper_t" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askqology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desimartini\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".basebox[style=\"height:435px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?premiershiprugby\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".basesky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tomshardware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".basicCentral-elm.partner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolspotters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bau-flag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".bbccom_companion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbgsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bbg_ad_fulltop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbgsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bbg_ad_side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodnetwork\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".bboxContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?h-online\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bcadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fakenamegenerator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bcsw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iol\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".bd_images" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".become-sponsor-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wgbh\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".becomeSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?westernjournalism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".before-article" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mouthshut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".beige-border-tr[style=\"padding:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goodgearguide\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".bestprice-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?football365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bet-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bet-now-button-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vipbox\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".bet365-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".betlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lshunter\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".bets" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?racinguk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bets_companies_logos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".betting" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".betting-odds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".betting-widget-default-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportinglife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".betting_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?broadcastnewsroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bfua" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flixflux\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".bgBlue" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playgroundmag\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bg_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bryanreesman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bg_strip_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bga" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bga-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bgclickable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overclock3d\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bglink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bgwhiteb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siouxcityjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bidBuyWrapperLG" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?download\\.cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bidWarContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findarticles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bidwarCont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torontolife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".big-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?family\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".big-box-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tomwans\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".big_button[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toblender\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigadvs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wasterecyclingnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucsoncitizen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigbox_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exclaim\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigboxhome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tri247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".biglink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wctk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bre\\.ad/" + }, + "action": { + "type": "css-display-none", + "selector": ".billboard-body" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eztv\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".bitx-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bizbox_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scienceworldreport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bk-sidebn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arsenalnews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".bkmrk_pst_flt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".black + table[cellspacing=\"0\"][cellpadding=\"5\"][style=\"width: 100%;\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowsci\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".black_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kioskea\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bloc_09" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobmail\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-AdsByJobMail" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ap-google-adwords" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bravotv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-bravo_sponsored_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reflector\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-dfp_plugin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?examiner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-ex-dart" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voxy\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-featured_offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-fox_yume" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobmail\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-gads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalgrind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-gg_dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-mbn-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-megagames-header-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?visitpa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-mmg-oas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motogp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-motogp_adserver" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pddnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-panels-mini" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?philstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-philstar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?praguemonitor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-praguetvads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?accesshollywood\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-style_deals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autoexpress\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-taboola" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?laboratoryequipment\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?augusta\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-yca_plugin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtimebuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macmusic\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".block440Adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternativeto\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".blockReplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ilix\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".blockUI" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentz\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_10_full" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_300x250_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_300x250_sketchstar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_match_widget_wrapper-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentz\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": ".block_tor_loc_full" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesharingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blocked" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dutchnews\\.nl/" + }, + "action": { + "type": "css-display-none", + "selector": ".blockleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametracker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blocknewhdrad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?economist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blog-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siliconvalley\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blogBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pxleyes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blogpostbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redbookmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blogs_2_circ_offer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animeflv\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bloque_pos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downeu\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".blq:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blue-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".blueBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleetwatch\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".blue_yjsg2_out" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleetwatch\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".blue_yjsg4_out" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".bm-main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usairways\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bmodule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adlock\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".bn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euroweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bnr-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?informer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bnr_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".body > p > a[href^=\"http://www.newsletters.forbes.com/store?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangahere\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".body-bg-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangahere\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".body-bg-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheatcc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".body-side-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billboard\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".bodyContent[style=\"padding-bottom:30px; text-align: center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": ".bodybnr468" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barrons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boldGreyNine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?frommers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".book-a-trip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bookperks-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangkokpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boomboxSize1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overclock3d\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".border-box-320" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".border-t.mt-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".border1dark" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".bordercolor[width=\"100%\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"] > tbody > tr[class^=\"h\"] > td[class^=\"i\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extratorrent\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": ".borderdark[style=\"padding: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?helenair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bordered[align=\"center\"][width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afreecodec\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bornone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tgun\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".bossPlayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailynews\\.gov\\.bw/" + }, + "action": { + "type": "css-display-none", + "selector": ".bot-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trueslant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bot_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gofish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".botban1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gofish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".botban2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bankrate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".botbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixdaus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livehdq\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kaskus\\.co\\.id/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-google-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?photographyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theticketmiami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-super-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatheroffice\\.gc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softicons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_125_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softicons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_600_250_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themoscowtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?secdigitalnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_banners_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamenguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_bn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_medium_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_small_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arcadebomb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottombox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologizer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottompromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?explainthatstuff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomsquare" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filediva\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bouton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oilprice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-news-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-rail-skyleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-rail-skyright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?accuratefiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-result" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mybroadband\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oilprice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webupd8\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bmwblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-top-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fins\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box.shadeA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fins\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box2.shadeB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?senmanga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediadump\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box336" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?senmanga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box480x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trendhunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box600Container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jekoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxItem" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxMidRt.pB0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxPubli" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxPubliBlanco" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fliiby\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brunei-online\\.com\\.bn/" + }, + "action": { + "type": "css-display-none", + "selector": ".box_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bmwblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box_banners_125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findicons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ashampoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box_recommend2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxcontent1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elitistjerks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxl0aded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadbox\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".boxpanjang" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brainyquote\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bq_ad_320x250_multi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apa\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": ".br-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardware\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".br_top_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".brand" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".brand-connect-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mapquest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".brandedBizLocSprite" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primedia\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".branding-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".breaking_news" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".breaking_news_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailybeast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".breakout-item" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".brk_ldrbrd_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techtipsgeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?karachicorner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa180" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?karachicorner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?karachicorner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa336" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twtmore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsa_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloggertemplateplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsainpost" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?if-not-true-then-false\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsarocks[style=\"height:250px;margin-left:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?if-not-true-then-false\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsarocks[style=\"height:520px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bsgoskin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bstext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virginradiodubai\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bt-btm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fenopy\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": ".bt.dl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?milesplit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?idolator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btf-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diply\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btfrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricwaves\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btm728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isohunt\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-bitlord" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3truck\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-danger" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitlordsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-download-bitlord" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adlock\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrents\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clip\\.dj/" + }, + "action": { + "type": "css-display-none", + "selector": ".btnDownloadRingtone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whosampled\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btnRingtoneTrack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legendarydevils\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn_dl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btnswf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizmodo\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".btyb_cat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whitepages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".business_premium_container_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".but_down_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1053kissfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".button-buy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".button-long" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miloyski\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".button[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awdit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buy-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overclock\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".buy-now" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?air1\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buyIcon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?klove\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buyPanel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listenlive\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".buySong" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securenetsystems\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".buybutton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buying-choices-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trendir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buyit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avsforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buynow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?morningstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buyout_leader_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ndtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buytWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangkokpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buzzBoombox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?guanabee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".buzzfeedSubColPod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buzzillions\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bz-model-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmanddairy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c-position-in-story" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationmultimedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c2Ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maniacdev\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canada411\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".c411TopBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filepuma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cRight_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smh\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".cS-debtBusters" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ria\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": ".c_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c_gg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nst\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".cadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streamtv1\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".caf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonniegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".caja_juegopubli" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winnipegfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cal-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ieee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".callOutTitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adorraeli\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".candy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hgtvremodels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lonelyplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".card--sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?care2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".care2_horiz_adspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?receeve\\.it/" + }, + "action": { + "type": "css-display-none", + "selector": ".carousel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".carousel-offer-url-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ludobox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".carrepub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overstock\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cars-ad-localdeals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindilinks4u\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".cat-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?123peppy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cat-spacer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?horsedeals\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".catalogueRightColWide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runnow\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": ".category-retail" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dealbreaker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".category-sponsored-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?retailmenot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".categorySponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kibagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".category_adv_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oliveoiltimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".category_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mega-search\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".catfish" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?getprice\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".catin_side_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolspotters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cau" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinreviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-footer-a > .cb-one > #text-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinreviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-footer-a > .cb-two > #text-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-107" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-44" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-56" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-61" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-66" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-sidebar > #text-84" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cb-two > #text-38" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".cbc-adv-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".cbc-big-box-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".cbc-promo-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cbmsnArticleAdvertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wcco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cbstv_top_one_column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?givemefile\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ccb_cap_class_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bigwhite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ccm-image-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".cct-extended-ribbon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orange\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ce-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toptenreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ceh_top_ad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".celebrity-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mybrute\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cellulePub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playwinningpoker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".centban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siberiantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".centerBannerRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bookcrossing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".center[style=\"width:260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bookcrossing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".center[style=\"width:620px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zippyshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".center_reklamy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sulekha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".centxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cfake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cfakeSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yumfoodrecipes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cfmonitor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cfo_native_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ustream\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".channelTopBannerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?symptomfind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".channelfav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".chartbeat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.xda-developers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".checkOut" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorauthority\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".chitika-listings" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".christmasBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cioMypro-marketing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfactor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cipText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".citeurl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".citrioPromoLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?post-gazette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".city-coupons-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cl_ad_blocks-5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cl_ad_blocks-6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".clam-google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".clam-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".classifiedAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cleanlab_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clgaming\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".clg-footerSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourepeat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".click-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourepeat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".click-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?haaretz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".clickTrackerGroup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infobetting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".click_bookmaker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkbroadband\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".clickable-skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?conservativevideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".clickbooth-ad + h3 + div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowsitpro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".close" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abconline\\.xyz/" + }, + "action": { + "type": "css-display-none", + "selector": ".close9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wftv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmFeedUtilities" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ajc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsbtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmSubHeaderWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wftv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmToolBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macleans\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmg_walrus" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geektyrant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmn-side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2dopeboyz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmn728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorsport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cmpFixedBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnMosaic160Container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnPostAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnnUpfrontContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_SRLTbbn336a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_cnn_widget_adtag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_elxad300spc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnn_sectprtnrbox_grpn325" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?truckinweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cnt-google-wide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icanbecreative\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".codeg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebookee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".codemain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebookee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".codetop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?disqus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".col-promoted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".col-pub-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?3v3\\.gg/" + }, + "action": { + "type": "css-display-none", + "selector": ".col-right2.mt10 a[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nycgo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".colBBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shopping\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".col_asl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jamendo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".col_extra" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naukri\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".collMTp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?au\\.news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".collection-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?querverweis\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".column-box > .column-box:first-child + .column-box[style=\"padding-top:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reverso\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".columnBanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arcadebomb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".colunit1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".comDatingWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".comPuff" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldstarhiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comhead2 + .iframe[style=\"height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expat-blog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comlnk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?googlesightseeing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comm-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?googlesightseeing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comm-square" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abovethelaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comments-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".commerce-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheptonmalletjournal\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".commercial-promotions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".commercialpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heraldnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comp_DailyDealWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?verizon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".comp_container_marketplace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".companion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5min\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".companion-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?versusio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".compare_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".condbanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theglobeandmail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".conductor-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegameslist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spoonyexperiment\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cont_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent-finder\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".cont_lb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".container-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ina\\.fr/" + }, + "action": { + "type": "css-display-none", + "selector": ".container-pubcarre" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jokersupdates\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".container_contentrightspan" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tourofbritain\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".container_right_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbh\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": ".content + .sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adfoc\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".content > iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intouchweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?songlyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-bottom-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1049\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-footer-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pwinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-page-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-page-mrec-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mysuburbanlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newstalkzb\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-promos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiz10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-recomendados" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pwinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fijilive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futuresmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contentListSkycontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seocentro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contentTDRight[valign=\"top\"] > table[width=\"280\"][border=\"0\"][align=\"center\"][cellspacing=\"0\"][cellpadding=\"2\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kohit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".content_banner_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamefront\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content_bottom_cap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domainnamewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content_posts_promotion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globrix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content_slots_for_results_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content_sponsoredLinksBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contentlinkspecial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nexus404\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contentpostTAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sc2ranks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contentright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coinurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contents" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".contin_below" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".continue-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netnewscheck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".continue-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notcot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".conversationalist_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?list25\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".converter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharaget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".coollist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?columbian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".coupon-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnst\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".coupon_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ftadviser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cpdSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politicalwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cqheadlinebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merriam-webster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".creative-300_BOT-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merriam-webster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".creative-300_TOP-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plus\\.im/" + }, + "action": { + "type": "css-display-none", + "selector": ".creativeWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cgsociety\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".creditcardAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forumpromotion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".crm[style=\"text-align: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wric\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".csWxSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebuzz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cs_banner728_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cs_square_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cs_tall_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cs_wide_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carsales\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".csn-ad-preload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vitorrent\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".css_btn_class_fast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?columbian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cta[style=\"margin-top: -10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?terra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ctn-tgm-bottom-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funny\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ctnAdBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homefinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cubeContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cramit\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".curved_box_no_shadow[style=\"width:977px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forumpromotion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".custom-foot + .forumbg2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?101cargames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".custom-siteskin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?malwarehelp\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".custom_1_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?annistonstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".custom_hot_deal_image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobhits\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".cvads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cocomment\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cw_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?glumbouploads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".d0_728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".d_content[style=\"background:#FFFFFF url(/img/d1.gif) repeat-x scroll 0 86%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thomasnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".da" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diply\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".da-disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arabianindustry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".da-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrents\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".da-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailywtf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".daBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tesco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dart" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allmovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dart-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dart300x250Border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orange\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".dartlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": ".data[style=\"margin-bottom: 0px; margin-top: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mrarrowhead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dating_site_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".db-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foobar2000\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".db_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herald\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".dban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dbforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dbfSubscribe[style^=\"display: block; z-index: 1002; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startups\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".dc-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kibagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dc_color_lightgreen.dc_bg_for_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohiostatebuckeyes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dcad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elitistjerks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dcc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailydot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dd-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gas2\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".dd_outer + p + center + br + br + p + table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trutv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ddad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btscene\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": ".ddl_srch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hdtvtest\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".deal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kmov\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dealLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kmov\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dealRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.idg\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".deals-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kusports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".deals_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macobserver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dealsontheweb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smh\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".debtBusters" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jumbofile\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".decoded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delfi\\.lt/" + }, + "action": { + "type": "css-display-none", + "selector": ".delfi-ads-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".deloitte_disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".desadvs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mysearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".desc > div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?good\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": ".description" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northjersey\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".detail_boxwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northjersey\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".detail_pane_text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3juices\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".details + span[style=\"font-size:80%;\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heroturko\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".detay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onlinerealgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".df3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicago\\.suntimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-cube" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-lb-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp-leaderboard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sodahead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sodahead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ket\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_primary" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfp_slot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dafont\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfsmall[style=\"background:#fff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dafont\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dfxsmall[style=\"text-align:right;color:#999\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hpcwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".diana" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dic_bk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dirListSuperSpons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1337x\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".directDL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": ".directDownloadButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sumotorrent\\.sx/" + }, + "action": { + "type": "css-display-none", + "selector": ".directStreamingText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softarchive\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".direct_download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world-airport-codes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".directory-airport" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".disclaimer-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chacha\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".disclosure" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellopeter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".div1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellopeter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".div2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espncricinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".div300Pad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aniweather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".divBottomNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aniweather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".divCenterNotice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternativeto\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".divLeaderboardLove" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israelnationalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".divTopInBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellobeautiful\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".diversity-one-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ovguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediafire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dlInfo-Apps" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl_adp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl_alt2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?download3k\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl_button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl_bv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dl_secure" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentcrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dlf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".dloadf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".dloadh" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".dloadt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orlydb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dlright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dreammining\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dm-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymotion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dmpi_masscast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isup\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".domain + p + center:last-child > a:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dotted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gearlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".double" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techtipsgeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".double-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?turbobit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".download-area-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?host1free\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?generalfiles\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".download-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awdit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download-right-add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?turbobit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".download-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torentilo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadBlock > .downloadButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wupload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadOptionFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubeplus\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_emule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_free_games_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?download-movie-soundtracks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_link > .direct_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileserve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_meagaCloud" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primewire\\.ag/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_now_mouseover" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?load\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filediva\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".download_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadadv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadadv3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?defenseindustrydaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vertor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downweb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billionuploads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dowpdb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vcdq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dp-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?equestriadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".drgwefowiehfoiwe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ashampoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".driverupdater" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movietrailers\\.yt/" + }, + "action": { + "type": "css-display-none", + "selector": ".drt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?journalnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dt_mod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitaltrends\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dtads-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?darkreading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dualRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupcraze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".duc-160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupcraze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".duc-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloomberg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dvz-widget-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dynbm_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnwatch\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".dzt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eadlast" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".ebay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amateurphotographer\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ebay-deals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carandclassic\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ebayRSS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gumtree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ecn-display-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecosia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".ecolink-search-result" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teenvogue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ecom-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ed-us" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeoutabudhabi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".editoral_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymail\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".editors-choice.ccox.link-ccox.linkro-darkred" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?experts-exchange\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eeAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bostonmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eewidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notebooks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".efbleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ego_spo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?priceonomics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eib-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyrster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".el_results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playbill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".embedded-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerstand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".enet_banner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ent_promo_sidetexttitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lfpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".entertainmentSponsorshipContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-content > center > .mobile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radaronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".entry-meta > div[style=\"width:637px;height:224px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".entrysponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrytestuff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eoc250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?electronicproducts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ep-boombox-advertisment" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?easyvoyage\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".esv-pub-300-250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".even" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".expedia-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".expediaBooking" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mercurynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".expertBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestvpn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".expressvpn-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ddlvalley\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ext-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smithsonianmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".external-associated-products" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realestate\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".externalLinkBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefinancialexpress-bd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".extraLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".f11" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?india\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fBannerAside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".fairfax_nav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inturpo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fake_embed_ad_close" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flixflux\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".fan" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?commentarymagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fancybox-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?might\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".fat-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smarter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".favboxmiddlesearch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smarter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".favwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbAdUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmuBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmuComboList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmuEgo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmuEgoUnit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbEmuLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbPhotoAdsCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbTimelineSideAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tormovies\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbd-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharkscope\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fbstyle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bankrate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fcAdGrey" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webcenters\\.netscape\\.compuserve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fcCntnr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yts\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".fd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fdad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firedrive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fdad_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fe-sponsorbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ghanaweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featLks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reason\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".feature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wowheadnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".feature-aside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?recombu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-deal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sidereel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-episode-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?everydayhealth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-group" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siliconrepublic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcauthority\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-retailers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?top1000\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured300x260" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredSponsor-strip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whitepages\\.ae/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_companies_bg_main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mousebreaker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_games_band" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".featured_partners_title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?id-box\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredlinksBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?olx\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".featuredtitlepremium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?india\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ff-sponser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fg_presentedBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".field-field-promo-node-teaser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".file-recommend" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".file-urls" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".file-urls2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kdvr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".filler" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cokeandpopcorn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".filler728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyfinance\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".finance-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?katu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fisher468" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fixedAux .pbm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alwatanvoice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flash-160x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alwatanvoice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flash-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letitbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".flash-not-found" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canberratimes\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".flashfloater" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?contactmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flexibleLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennisearth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flexslider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kissmanga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".float-ck" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gsmchoice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".floatLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tradekey\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".float_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notcot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".floatbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?treehugger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".floater-indiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zylom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".floor_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?htmldog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amctheatres\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".flt-ad-strut" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsobserver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".focus_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".fontgraysmall" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatbritishlife\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".foot-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiozindagi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".foot_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?donegaltv\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?directorslive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-banner-img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torhead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wowhead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-bgimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xbitlabs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-cap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standardmedia\\.co\\.ke/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-full-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecinemasource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-marketgid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?getswiftfox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livebasketball\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-widgets" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hd-trailers\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-win" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twentytwowords\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer-zone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickutopia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegamingsource\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikinvest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerBrokerageCenter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?socwall\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bundesliga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerPartners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?londonlovesbusiness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerPartnerships" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zynga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abc\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerRow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cartoonnetworkasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jarkey\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sundownsfc\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?electronista\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_content_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?morningstar\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_links_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scotsman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_top_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?datamation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footerbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videojug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".forceMPUSize" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alphacoders\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".form_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northcoastnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".formy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motorhomefacts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".forum-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thewarezscene\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".forumbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?b105\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fourSquare_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bc\\.vc/" + }, + "action": { + "type": "css-display-none", + "selector": ".fp-bar-dis" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".fpa-deal-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fpad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".franchisewrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freedom\\.tm/" + }, + "action": { + "type": "css-display-none", + "selector": ".frdm-sm-ico" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empowernetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".free_video_img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".freeblackbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".freewhitebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wharton\\.upenn\\.edu/" + }, + "action": { + "type": "css-display-none", + "selector": ".friend-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spanishcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".from_spanish_central" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?executivetravelmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ft-add-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marilyn\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".full-width.leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikinvest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fullArticleInset-NVAdSlotComponent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fullStoryHeader + .SidebarBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monitor\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": ".fullbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ptinews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fullstoryadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ptinews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fullstorydivright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratebeer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fums" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".funded_area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?penny-arcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".funding-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?penny-arcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".funding-vertical" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mattgemmell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fusion_attrib_footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?masterworksbroadway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".fwas728x90_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nofilmschool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".g-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prokerala\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gAS_468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titantv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-games\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".gPBoxAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.babylon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gRsAdw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.babylon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gRsSlicead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colorgirlgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".g_160X600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popgals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".g_adt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.freeadvice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".g_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enotalone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gadb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snowboarding-essentials\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gadbdrtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamerant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toptenwholesale\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gads-home-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inserbia\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".gads250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".gafs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?behance\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citywire\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".gallerySponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?koreaherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gallrym[style=\"margin:15px auto; padding-top:0px;height:130px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?addictinggames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gameHeaderSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kibagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".game__bottomInfoRightContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candystand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".game_banner_300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gamead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monstertruckgames\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".gamecatbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cartoondollemporium\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".games_dolls_ads_right300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultswim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gametap-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movieonmovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gapad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviesplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canberratimes\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".gbl_advertisementgrey" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?illawarramercury\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".gbl_section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".geekwire_sponsor_posts_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?escapehere\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gemini-loaded" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uefa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".geoTargetSponsorHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?health24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".get_quote" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".getdeals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arizonasports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ksl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gfp-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ktar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gfp300250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediacoderhq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gg1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcomet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gg728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cometbird\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gg_250x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aplus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ggnoads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ggtm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gethuman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gh-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macworld\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".ghostMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotfileserve\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": ".glb-opec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikeradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".global-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tripadvisor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goLists" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?astro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neogaf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goodie300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neogaf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goodie728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computershopper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goog" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?complaintsboard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".goog-border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurodict\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenassauguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googlAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nymag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zenit\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-journalonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-entry" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i-dressup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?treehugger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-indiv-box2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1pic4twenty\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".google160600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadatoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google300_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadatoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".google300_title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".googleCols" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inooz\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".googleContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dealspl\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".googleDealBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?complaints\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googleTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bridalbook\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": ".google_srec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hoobly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googlecont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1pic4twenty\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".googlefat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hitfix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googlewide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quizlet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googlewrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?complaintsboard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".googtop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatismyip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gotomypc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?css3generator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gotta-pay-the-bills" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?disney\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gpt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?belfasttelegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".grabOnePromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slantmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gray_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slantmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gray_bgBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatandhra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".great_andhra_main_add_rotator" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cool-wallpaper\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".green" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessdictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".grey-small-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backstage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".greyFont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamrock\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".grid-container-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".grid-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".grid[style=\"height: 150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".grid__item.one-whole.push-half.visuallyhidden--palm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bollywoodtrade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gtable[height=\"270\"][width=\"320\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?waz-warez\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".guest_adds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wheels24\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".gumtree_component" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animenewsnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gutter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".h-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themarknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".h-section1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsmode\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".h113" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsmode\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".h253" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?all-shares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hSR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keepvid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".h[style=\"padding:0px;width:760px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".halfmpupnl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runtastic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".halfpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pep\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": ".halfpage-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mlb\\.mlb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".has-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".has-sma-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?denverpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hatad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesimsresource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeefood\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".hbanner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?screenindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbnation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hdrLb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbnation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hdrSq" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?caymannewsservice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".head-banner468" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vogue\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".headFullWidth" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinreviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header > .wrap > .cb-large" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iaminthestore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header > div > div[style=\"text-align:center;margin:0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynaija\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vapingunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kveller\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailystar\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-bottom-adds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?natureasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-leaderboard-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?queenscourier\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spyka\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?times\\.co\\.zm/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-pub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bh24\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-right-banner-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?htxt\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-sub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?astronomynow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hd-trailers\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".header-win" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onegreenplanet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".header728container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelakewoodscoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".headerPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".headerThree" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bastropenterprise\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".headerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kpopstarz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header_bn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidxden\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header_greenbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?steadyhealth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".headerboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangtidy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".headlineapa_base" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".here" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hi5\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hi5-common-header-banner-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classiccars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hia_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hiddenshare" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letitbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".hide-after-60seconds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hide-on-popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hideLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilesyrup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hide_768" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torentilo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".highSpeed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?all-shares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".highSpeedResults" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteslike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".highlighted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailycurrant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".highswiss" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skins\\.be/" + }, + "action": { + "type": "css-display-none", + "selector": ".hint" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ghanaweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hmSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hm_top_right_localnews_contnr_budget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1027dabomb\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?broadway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-leaderboard-728-90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wowhead\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netweather\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".home300250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatdaygames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home_Right_bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wpbt2\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".home_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hpe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justdubs\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".home_leftsidbar_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wdwmagic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home_upper_728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securitymattersmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".homeart_marketpl_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news1130\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-headlines-sponsorship-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mancunianmatters\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".homepage-leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunshinecoastdaily\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".homepageContainerFragment" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".homepagePartnerList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".homepagepremedtargetwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonebook\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": ".homeposter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": ".homesponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationalreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".homie_storydiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inaruto\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".honey-out" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hoovers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hoov_goog" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limelinx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horLrgBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horiz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?esecurityplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horiz-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lushstories\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizhide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forlocations\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontalBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal_aids" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?horror\\.break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horror-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?horror\\.break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horror-adlabel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotscripts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hostedBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?loaded\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".hot_banner_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hotel-partner-item-sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hotel-price" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hotspot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?europeancarweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-leadertop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp-ss-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldweatheronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_300x250_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldweatheronline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_300x250_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surfline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hp_camofday-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".hpbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nairaland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hpl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nairaland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hpr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?v3\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".hpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nairaland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hrad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blog\\.recruitifi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hs-cta-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filetram\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hsDownload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatodayhss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hss-background-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sfgate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hst-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ctpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hst-topclassifieds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seattlepi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hst-travelzoo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rarlab\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".htbar + .tplain + table[width=\"100%\"][border=\"0\"] + table[width=\"100%\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".htmlModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".html_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vertor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".http" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?helpwithsmoking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hws" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iab-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iab-label" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bastropenterprise\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iabMedRectContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tripadvisor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iab_medRec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whattoexpect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iabicon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infobetting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ibBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolest-gadgets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iboxmiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fileserve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ico_mcLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".icon + a + div[style=\"float:right\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shockwave\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".icon16AdChoices" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".icon_amazon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebull\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".iconos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?caughtonset\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".idlads_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ie2013-topad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heraldsun\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".iframe-316x460" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iframeHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iframeWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldstarhiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iframe[style=\"height:285px;overflow:hidden;vertical-align:top;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfusion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".iframenull" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ihavenet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ihn-ad-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ihavenet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ihn-ad-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ihavenet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ihn-ad-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?impactlab\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ilad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filetram\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ilividDownload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intomobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".im_970x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".image_caption_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgfave\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".image_login_message" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gifsoup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".imagead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalgrind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".imagecache-article_images_540" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blessthisstuff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".imagem_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?laineygossip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".img-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbtc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".img-responsive" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".imglink1.cf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exchangerates\\.org\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".imt4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popdust\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".in" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politico\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".in-story-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?networkworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".incontent_ata" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?socialitelife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".index-inser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youplay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".index-medium-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abcnews\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".index-quigo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vaughnlive\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".indexContentRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vosizneias\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".index_02_perms" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".infoboardWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3boo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".infolinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".infomercial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?easybib\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-help[href=\"/reference/help/page/ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inline-promo-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixdaus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcgamesn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inlineMPUs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfusion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".innards[style=\"padding-top: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brightsideofnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inner-banner-72890" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cartoonnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inner266" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medical-hypotheses\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".innerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".innerMPUwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".innerPlugin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloggerthemes\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".inner_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".insider-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?routes-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".insightbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icanhascheezburger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".instream" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyteachers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".intelius" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".intelli-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egmnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".inter_vid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bullz-eye\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".internal_rn_plug_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gizmodo\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".interruptor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ozy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".interstitial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?komando\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".interstitial-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?12ozprophet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".intro" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jango\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".intro_block_module:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianexpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ipad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picapp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ipad_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picapp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ipad_728_90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ipm-sidebar-ad-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?osbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".ipsAd + .message.error" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".is-promoted" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".isaSeason" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veehd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".isad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzgamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".island-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofisrael\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".item-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".itemhispon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".itemlospon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videopremium\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".itrack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liquidcompass\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".itunes_btn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ixigo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ixi-ads-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".j_b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".j_t" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerone\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".job-search-tower-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allthingsd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jobs-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jobs_widget_large" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".jobsearchBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toorgle\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".join" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixcloud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".js-dfp-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?careerbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jsHomeSpotBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldofgnome\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".jumbotron" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketingvox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jupitermedia" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joomlarulez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jwplayer2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joomlarulez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jwplayer4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rocvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".jwpreview" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sfgate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".kaango" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".kalahari_product" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".kalwidgetcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".kevin-lb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alarabiya\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".killer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mbc\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".killerbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vivastreet\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".kiwii-box-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".konafilter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": ".kronehit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ks-recommended" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lenteng\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ktz-bannerhead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lenteng\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ktz_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anilinkz\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".kwarta" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".l-postSingleCanvasBlocker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hitc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".la-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?simplyhired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".label_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallstcheatsheet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".landingad8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ustream\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".largeRectBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".last > div[class][data-bid] > div[class] > ul[class] > li > span > a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?txfm\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".last_10Buy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".last_forum_mainos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?restaurants\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".latad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aniscartujo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".layer_main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwradio\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".layerslider_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehits\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".layout__background" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pastebin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".layout_clear" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?milesplit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?etonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lb_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?door2windows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lbad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedtest\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".lbc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lankabusinessonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lbo-ad-home-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".lboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lbwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politifact\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ldrbd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interaksyon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-board-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canada\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-board-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?online-literature\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-wrap-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?online-literature\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-wrap-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?online-literature\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leader-wrap-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?garfield\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBackground" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatergood\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBoard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessghana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBoardBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whathifi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderBoardWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bakercityherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ameinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bleedingcool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-below-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investorwords\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cntraveller\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-new" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessdictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slideshare\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-profile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesunion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ctv\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatismybrowser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard720" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?english\\.gazzetta\\.it/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardEng" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cargurus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardParent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestcovery\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vibevixen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tucsoncitizen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_container_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?directupload\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboard_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?entrepreneur\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cherokeetribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboards" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theprospectordaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderboardwrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autoevolution\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leaderheight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?morewords\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lef" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youserials\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonjewishweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?republicbroadcasting\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".left-sidebar-padder > #text-3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?republicbroadcasting\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".left-sidebar-padder > #text-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elliotsblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left.box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?routes-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israelnationalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftColumn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ask\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftLabel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bargaineering\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.com\\.ps/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftSubBoxArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10minutemail\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftXL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixfmradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_2_banners2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiaresults\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_add_incl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_article_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sanet\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zalaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_mb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_prom_160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youserials\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lefta" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentreactor\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowthis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftcol[style=\"width:180px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".letterbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".level-2-horizontal-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".level-6-horizontal-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lft120x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webpronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lightgray" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prepperwebsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".link-col > #text-48" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coinurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".link-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anorak\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".link[style=\"height: 250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linked_sponsored_entry" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linkexperts-hm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kyivpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linklist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kproxy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linknew4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scriptcopy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linkroll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scriptcopy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".linkroll-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xn--athe-1ua\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".links > thead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".links_casale" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".links_google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".links_google_csa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".links_openx" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipsnews\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".linksmoll_black" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchseries\\.lt/" + }, + "action": { + "type": "css-display-none", + "selector": ".linktable > .myTable > tbody > tr:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".list-view[style=\"margin: 7px 0pt;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rarbg\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".lista > a[onclick][href]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".listing > .ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cfos\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": ".ll_center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wefollow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".load-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?calgaryherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".local-branding" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".local_recirc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?logect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logect_ads01_wrp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tv-video\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".login" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wearetennis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siberiantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logoBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ovguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logo_affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themoscowtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logo_popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toblender\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".longadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".low-leader-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurogamer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".low-leaderboard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omegle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lowergaybtn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omegle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lowersexybtn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cfos\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": ".lr_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findlaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ls_homepage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animetake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lsidebar > a[href^=\"http://bit.ly/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phpbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lynkorama" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phpbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".lynkoramaz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".lyricRingtoneLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theverge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-feature__intro > aside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitaltrends\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-intermission" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitaltrends\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-money-deals" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitaltrends\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-review-affiliate-pint" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m-shop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".m10.center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".m20 > div[id]:first-child:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?minivannews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".m_banner_show" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadatoz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ma" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hitc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ma-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movies\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".magAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christianpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main-aside-bn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailystar\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".mainAddSpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mainLightBoxFilter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main_banner_single" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main_content_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israelhayom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main_english_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?electronista\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main_notify" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mainbodyleftcolumntrade" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xspyz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mainparagraph" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?showme\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".mainphoto" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthzone\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": ".maintablebody" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rarlabs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".maintd2[valign=\"top\"] > .htbar:first-child + p.tplain + table[width=\"100%\"][border=\"0\"] + table[width=\"100%\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifescript\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".maintopad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": ".maintopb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?makeprojects\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".makeBlocks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".makeRingtoneButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangainn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mangareadtopad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allmenus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mantle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sigalert\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".map-med-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rocvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".mar-bot-10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mark-overlay-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?briefing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".market-place" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?industryweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".market600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".marketPlace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangkok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".marketing-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investmentweek\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".marketing_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalspy\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".marketing_puff" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymotion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".masscast_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymotion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".masscast_middle_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macworld\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".mastBannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3juices\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".master_search_table > tbody > .c[style=\"height:80px\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?songlyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slacktory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".masthead-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".matchModuleContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fixitscripts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".max-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mb > .tbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?commentarymagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mb5px" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mballads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mbanner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wraltechwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mbitalic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.twcc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mbs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mdcSponsorBadges" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hughhewitt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mdh-main-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mdl_noPosition" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestar\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".med-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianapublicmedia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".med-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slideshare\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".medRecBottom2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orlandoweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medRectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?etonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".med_rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medcitynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medcity-paid-inline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fontstock\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".mediaBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvbay\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".mediasrojas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvplus\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".medihelp-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?docspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monhyip\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".medium_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucomparehealthcare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medium_rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beautifuldecay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medium_rectangle_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rushlimbaugh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumrec_int" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democraticunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumrectangle-op-blank" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democraticunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mediumrectangle-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?active\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrec-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupgal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrec-main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?active\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrec-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrecContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rottentomatoes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrec_top_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrect_aol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notcot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrect_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gossiponthis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".medrectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ludobox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".megaban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lookbook\\.nu/" + }, + "action": { + "type": "css-display-none", + "selector": ".megabanner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamerdna\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".members" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deseretnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".menu-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toonjokes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".menu_fill_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flysat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".menualtireklam" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spinitron\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".merch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muzu\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".merchandise" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travelocity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".merchandising" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?excite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mexContentBdr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mf-banner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mf-tower600-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seenive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mgid-vine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviesplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mgtie5min" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modernhealthcare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mh_topshade_b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?npr\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".mi-purchase-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".microsoft_text_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krebsonsecurity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".midHeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?expertreviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".midLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteadvisor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".midPageSmallOuterDiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3\\.li/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_holder[style=\"height: 124px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_medium_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babylon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?einthusan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mid_small_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metroflog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".midbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scanwith\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".middle-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".middle-rhs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".middle_banners_title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kcrw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".middle_bottom_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mamma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".midresult:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?broadcastingworld\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".midsection" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tokyohive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".midunit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mini.mediaget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ar15\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".miniBannersBg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mintPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mlid-netbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mmo_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mmo_footer_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mmo_gg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mmo_gg2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmosite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mmo_textsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mn-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mnn-homepage-adv1-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cultofmac\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mob-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile-hawk-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile-hide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".mobile_hd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".modalContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".modalDialog_contentDiv_shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ibtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".modalDialog_transparentDivs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".modalOverlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alivetorrents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mode" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-bet-signup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-bet-windrawwin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-ecommerceLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ca2015\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-footer-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiis1065\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickelodeon\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-mrect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heraldsun\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".module-promo-image-01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wptv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module.horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asia\\.cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module:first-child + .module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hubpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".moduleAmazon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quote\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".module_full" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".modules" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?americantowns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletable-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthyplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletablefloatRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uberrock\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".moduletablepatches" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codeasily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".money" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".money-supermarket" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thisismoney\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".money.item.html_snippet_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?au\\.news\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".moneyhound" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".more-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherboard\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".moreFromVice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".moreOnAsylum" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestserials\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".morePop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.icq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".more_sp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.icq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".more_sp_end" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zillow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mortgage-featured-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiosport\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".mos-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anonymouse\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".mouselayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".movie_version a[style=\"font-size:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie2k\\.tl/" + }, + "action": { + "type": "css-display-none", + "selector": ".moviedescription + br + div > a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putlocker\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": ".movsblu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seetickets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mp-sidebar-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newscientist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpMPU" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4music\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rightmove\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-slot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muzu\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crash\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuBack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalartsonline\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lonelyplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpuWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slidetoplay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpu_content_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popjustice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpufloatleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blinkbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mpupnl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mr-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?411\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mr_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".mrec-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pep\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": ".mrec-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plus\\.im/" + }, + "action": { + "type": "css-display-none", + "selector": ".ms-creative-position-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".msg > div > fieldset > legend + a[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".msg > div > fieldset > legend + div > a[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".msg.hint" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".msg.star" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manilastandardtoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mst-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manilastandardtoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mst-banner-sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?govtech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mt-20" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motortrend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mt-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facemoods\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mts + .search-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".muffin.group" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?excite\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".multitable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javascript-coder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".myadv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mycoupons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".myc_google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mys-header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mys-north-spons-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nH.MC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nH.PS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nH.adC > .nH > .nH > .u5 > .azN" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manchesterconfidential\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".nag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".native-promo-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?9gag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".naughty-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animenfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nav2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btstorrent\\.so/" + }, + "action": { + "type": "css-display-none", + "selector": ".nav_bar + p[style=\"margin:4px 0 10px 10px;font-size:14px;width:auto;padding:2px 50px 2px 50px;display:inline-block;border:none;border-radius:3px;background:#EBDCAF;color:#BE8714;font-weight:bold;\"] + .tor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloodninja\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".navbar + .container-fluid > .row:first-child > .col-md-2:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?typo3\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".navigationbanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nba\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nbaSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?universalsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nbc_Adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miamiherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nc-dealsaver-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ncaa728text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncaa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ncaaAdTag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ndimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whoismind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".neatbox[style=\"color:#777;width:450px;padding:5px 15px;margin-bottom:10px;line-height:20px;cursor:pointer;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muzu\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".networkLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebritynetworth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".networth_content_advert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keepcalm-o-matic\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".new-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northjersey\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newerheaderbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instructables\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newrightbar_div_10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".news-feed-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newsArticleGoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newsGoogleContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tech-reviews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".newsadsix" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codingforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newscredit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".newshour-support-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".newsmax" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exchangerates\\.org\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".newsp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democraticunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nhome-mediumrectangle-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hulkshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nhsBotBan" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".niftyoffst[style=\"background-color: #CECECE; padding: 0px 2px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smartmoney\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".no-top-margin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailycrux\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".noPrint" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mtv\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".node-download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".node-list-body > .node-sponsoredpost" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?doctoroz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".node-site_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tradingmarkets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".node_banner_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".nokia-short" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spotplanet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".nonregadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moddb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".normalmediabox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cookingforengineers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nothing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primeshare\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".notification[style=\"width:900px; margin-left:-10px;margin-bottom:-1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?philly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nouveau" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?financialpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".npBgSponsoredLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel4fm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".npDownload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?financialpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".npSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nscrAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nscrAdFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nascar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nscrSweepsContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ninemsn\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".nw_ft_all_partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nytmm-ss-ad-target" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".nytmm-ss-big-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".nzh-bigbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".nzh-extendedbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".oM" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".oas-instory" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".oaswrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailydot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ob_dual_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvguide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".obj-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wusa9\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ody-ob-taboola-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifehack\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".offer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yasni\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".offerbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?polishlinux\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".oio-badge" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mindsetforsuccess\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ois_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?okcupid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".okad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzbindex\\.nl/" + }, + "action": { + "type": "css-display-none", + "selector": ".oldresults" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?somethingawful\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".oma_pal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plus\\.im/" + }, + "action": { + "type": "css-display-none", + "selector": ".one-creative" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?50statesclassifieds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".onepxtable[width=\"468\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".onesearch" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedigeratilife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".optad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?all-shares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".outInformation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.sky\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".outbrain-table-recommendations-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpopasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".overflow-h[style=\"height:150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stream4k\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".overlay_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?getprice\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".overviewnc2_side_mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ownsection[role=\"option\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?info\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".p" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldoftanks-wot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".p2small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?local\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pB5.mB15" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?polls\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".p_divR" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amazon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pa-sp-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".padtopbot5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtremevbtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".page > #collapseobj_rbit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".page-bg-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politico\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".page-skin-graphic" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".page-top-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vehix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pageHead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freebetcodes\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".page_free-bet-codes_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzcity\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".page_skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationalreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pagetools[align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?optimum\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".paidResult" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".paid_section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".paidinfoportlet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eplans\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pair-bottom-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?womenshealthmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-block-150" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bostonherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-block-20" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?galtime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-block-9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportfishingmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-channel-sponsors-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soundandvisionmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dart-dart-tag-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedrum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedrum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp-drum-mpu-adsense" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?educationpost\\.com\\.hk/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp-homepage-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?texasmonthly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp-sidebar-medium-rectangle-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?texasmonthly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-dfp-sidebar-medium-rectangle-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pri\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-node-field-links-sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scmp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-scmp-advert-doubleclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2gb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pane-sponsored-links-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sensis\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tampabay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".panels-flexible-row-75-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?panarmenian\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".panner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nst\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".parargt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatsthescore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".parier" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefrisky\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-link-boxes-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationtalk\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-slides" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?emporis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domainmasters\\.co\\.ke/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner2Button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner3Button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerBottomBorder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerLinksText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerPromoCntr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youbeauty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mamaslatinas\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?411\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner_search_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?411\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner_searches" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freshnewgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnercontent_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?money\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bhg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnerpromos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serverwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partners_ITs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?racinguk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partners_carousel_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweek\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnership-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ryanair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partnersmenu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzbclub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partsincomplete" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eeweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neverendingplaylist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pcad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pcmag-mostclicked" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?photodom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pd_AdBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.smartaddressbar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".peach" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imvu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".peoplesearch-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.vr-zone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".perm_announcement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politifact\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pfad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proxfree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pfad2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?invisionfree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pformleft[width=\"300px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sensis\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".pfpRightParent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sensis\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".pfplist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proxfree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pftopad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mashable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pga" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roadandtrack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".photo-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phoronix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".phxcms_contentphx_right_bar:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vr-zone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".place_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamersyde\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamersyde\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamersyde\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder-top-empty" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qikr\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qikr\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholder2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholderBottomLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autotrader\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".placeholderTopLeaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world-airport-codes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placement-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world-airport-codes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placement-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world-airport-codes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".placement-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?t45ol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".play_game_adcube_bloc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overthumbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".playerad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediaspanonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".playlist-itunes-player" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netmums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".plinth-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ulivetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".plugbarremozi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pmCfoDeloitte" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streamingthe\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".pnl_video_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freewebarcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pnum" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pokernewsreport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pokerbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bodybuilding\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".poll-padding" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winnipegfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".poll-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alluc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ponsorlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filefactory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangbrosporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".porndiddy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freenewspos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pos-adt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freenewspos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pos-adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".pos-download-big" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".posAbs.BOGL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".posRel.BGW.BOGL.TxtC.FB.L0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".posRel.txtL.userForeColor.userBoxBG.BOGL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.linuxmint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post + .divider + .bg3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post + .link-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-body > div[style=\"text-align: center;\"] > a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-body a[style^=\"clear: right; float: right; margin-bottom: 1em; \"][target=\"_blank\"] > img[alt]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-continued-from-above" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherjones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-continues" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awesomestyles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-download-screen" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilitydigest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-rel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviecarpet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinkisthenewblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buzzfeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post2[style=\"background-color: #FDF6E5;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mac-forums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".postMREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejournal\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".postSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dutchgrammar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post[style=\"border: 1px solid #339999 \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwtdd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post_insert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".post_main_blob2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?litecointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".post_separator + .windowbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neogaf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".postbit-goodie" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonebook\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": ".posterplusmiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonebook\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": ".posterplustop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picocool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".postgridsingle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firstpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".powBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".powered" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekzone\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".poweredBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lowellsun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".preHeaderRegion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pregleaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gcnlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".premSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?towersearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".premier" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowbook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".premium-listing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dramafever\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".premium-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warez-files\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".premium_results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".presented-by" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theatlanticwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".presented_by" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softexia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".press-lastest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pokerupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prev-article" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1cookinggames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".preview2bannerspot2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onlyfungames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".preview3bannerspot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".previewpubgoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".previewpubgoogle2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pricecheckBlock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitaltrends\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pricegrabber" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anandtech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pricing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vaughnlive\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".primary300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foliomag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prime_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".print-sponsorship" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tulsaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".printViewAll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vertor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".privacy_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toptenreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prod_head_buy_button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barnesandnoble\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".product-commentary-advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avsforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".products" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?openwith\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".program-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pbs\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".program-support" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gokunming\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prom-full-width-expandable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lamag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thepeoplesperson\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-first-para" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pokertube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-image-01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cointelegraph\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-item" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efinancialnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitepoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-panel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-res" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageshack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thepeoplesperson\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-right-300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bollywoodhungama\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo266" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo3000" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadcrew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fitnessmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoMpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoPartner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamepedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mirror\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoTeaser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo_tab" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animecharactersdatabase\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promobanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dnainfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promomerchant_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afullcup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?penny-arcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promos-horizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoted-account" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoted-trend" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoted-tweet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoted-videos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.genieo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promoted_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizcommunity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotedcontent-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reddit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotedlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northcountrypublicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yfrog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotion-side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vogue\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotionButtons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotion_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mademan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotion_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?951shinefm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotional-space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domainnamewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promotions_120x240" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bullz-eye\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prompt_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".prontoBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".providerupsell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".psmag-ad-300px" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".psmag-ad-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playswitch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".psmainshellad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyhome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pt1_pane_body[style=\"text-align:center;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?annistonstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pt1_pane_body[style=\"text-align:left;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?essentialmums\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".ptbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvgolo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub468x60top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?catchvideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".pubRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?catchvideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".pubTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radionomy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub_imu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videolan\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub_text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellokids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub_topright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elpais\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".publi220_elpais" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elpais\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".publi300_elpais" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elpais\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".publi728_elpais" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reporter\\.bz/" + }, + "action": { + "type": "css-display-none", + "selector": ".publicidad-logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?europolitics\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".publicite1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemalebnen\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".publicity" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?protect-url\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".pubpagebas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coinwarz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pull-left[style=\"margin-right: 30px; margin-top: 20px; width: 336px;\\a height: 280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xda-developers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".purch-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".purchase" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torfinder\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".q2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qrobe\\.it/" + }, + "action": { + "type": "css-display-none", + "selector": ".qad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torfinder\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".qh22" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tmz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".quigo-main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tmz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".quigo-permalink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".quigoModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modernghana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".quikr_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".quote > center > table[width=\"100%\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unlockboot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".r-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.icq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".r2-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?decoist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".r300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?periscopepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".r72890" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?contactmusic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dietsinreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".r_content_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wahm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rad-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rad-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".radWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kvcr\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".radio_livesupport" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?about\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".radlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mygames4girls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rads07" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyfreegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".radsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherzone\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".rainbowstrip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nairaland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ratatamp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isearch\\.whitesmoke\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rating" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amctv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rb-dart" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rcr-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".reTransWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elyrics\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".read3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recRes_head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebookee\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".recomended" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommend" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?si\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommend-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommendations" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallpapers-room\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommendations-468x60" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommendations-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommendations-header-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biblegateway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommendations-view-row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casinonewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommended-casinos-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vertor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommended_clients" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xml\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommended_div2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gsmchoice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".recommends" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uinterview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rect-min-height" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wdun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle-300x250px" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekologie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scholastic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangleMedium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsgogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectbanner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatdigitalcamera\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".reevoo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reviewjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".region-content_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbcolympics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".region-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?examiner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".region-masthead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ana-white\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".region-sidebar-second > #block-block-64" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extrahardware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".region-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futbol24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rek" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filmgo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".reklam-videoyan" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topclassifieds\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": ".reklama_vip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiosi\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": ".reklame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?appleinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rel-half-r-cnt-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pokerupdate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".related-room" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedextra\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".relativeBandeau" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedextra\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".relativeBoite" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sleepywood\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".relstar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ixquick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".reltext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cghub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".remove_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.whirlpool\\.net\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".reply[style=\"padding: 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.icq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".res_sp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techrepublic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resource-centre" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intelius\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resourceBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?website-unavailable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".response" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macmillandictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".responsive_cell_whole" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?simplefilesearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".result-f" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrongdiagnosis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".result_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".results-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowbook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resultsBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nickjr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resultsSponsoredBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cardomain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resultsTableCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movies\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".results[bgcolor=\"#ECF5FA\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vmn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".results_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?queentorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".results_table > tbody > :nth-child(-n+4)" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yauba\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resultscontent:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".resultspon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcandy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rev_cont_below" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crooksandliars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".revblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rft_logos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alltheragefaces\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?popeater\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rgtPane" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rh > #ra" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pv-magazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ric_rot_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteslike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rif" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourepeat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right > .bigbox:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intoday\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jrn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ticotimes\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-carrousel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediabistro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-column-boxes-content-partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-def-160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movies\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloomberg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-rail-bkg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopearly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-side" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?republicbroadcasting\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-sidebar-padder > #text-7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realclearworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-wide-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10minutemail\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightBig" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightCol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ghanaweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightSkyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prevention\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightSubBoxArea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themoscowtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?screenindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_blank2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescience\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_content > .side_row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_dvrtsmnt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softicons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_ga" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legalbusinessonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_job_bg01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mosnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_pop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_rail_edit_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_side_fixed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veryfunnyads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tuvaro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbar-inside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blekko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbar-inside > div + div + .note" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blekko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightbar-inside > div + div + .note + ul[id]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findlaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findlaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcol_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolest-gadgets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcolbox[style=\"height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworld\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khmertimeskh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightheader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikesportnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightmpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?press-citizen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightrail-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theteachercorner\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametrailers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightthin_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homewiththekids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightwide2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homewiththekids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightwide2 + .rightwide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsfreak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiko\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?songlyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone-matcher" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsfreak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone_b" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dilandau\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone_button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtone_s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clip\\.dj/" + }, + "action": { + "type": "css-display-none", + "selector": ".ringtonemakerblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?idolator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".river-interstitial" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyprofessors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rmp_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techpowerup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rnav_d" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techpowerup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rnav_e" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theyeshivaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rndm9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surinenglish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".robapaginas" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roblox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".roblox-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rolexLogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbslocal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rotatable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theatlantic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rotating-article-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leadership\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": ".rotor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leadership\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": ".rotor-items[style=\"width: 300px; height: 260px; visibility: visible;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toolslib\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".row > .col-md-5 > .rotate-90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lonelyplanet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".row--leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikechatforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".row1[style=\"padding: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikechatforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".row2[style=\"padding: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?istockanalyst\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rrpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freewebarcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rsads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techmeme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rsp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": ".rssBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newstrackindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rt-add336x280" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rockthebells\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".rtb-bot-banner-row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rtx" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s-a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virginmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s-s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwtdd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?igossip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pipl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s_links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pipl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".s_tips" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiator\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legacy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sa_Table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mouseprice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".salerent_advt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinoyexchange\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sampleAmazon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinoyexchange\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sampleLayout[style=\"height:110px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sap-permalink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localjewishnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sayfalist1 > .widgets:first-child + .widgets + .widgets + .widgets:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casinonewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-live-dealers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scienceblogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sb_logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedirty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4kidstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sbbox1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skybreezegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sbg-160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skybreezegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sbg-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilebloom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sbpricing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinblogger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sc_ads_within_one" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scmp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".scmp_advert-tile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".score-bet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chicagomag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".scrailmodule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slack-time\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".scraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drizzydrake\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".scrbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmanddairy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".screen-4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".scribol" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stardoll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sdadinfo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stardoll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sdadinfoTrans" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sdcBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".se_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".se_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lavasoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search > .spdiv:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lavasoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search > .spdiv:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kovideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.freefind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-headline-table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?start\\.mysearchdial\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-list + .mts + .search-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrents\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-results" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howstuffworks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-span" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowise\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search-title[style=\"color: #666;padding:0;margin:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muzu\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchMPUSlot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startpins\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchResultsBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?somoto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchResultsRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?startpins\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchResultsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bhg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchSponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchView.list-view" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kibagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search_adv_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linxdown\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".search_link_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".search_sponor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linxdown\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrenthound\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".searchtable:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sec-main-right > div:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gaystarnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sechead3-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vogue\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".secondary-content-banner-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vogue\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".secondary-content-mpu-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citysearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".secondaryText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xml\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".secondary[width=\"153\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".section-hqrelateds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-codecs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sectionBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidauthority\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".section_divider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevarguy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sectionbreak2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ask\\.reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sectiontitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fredericknewspost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".select[width=\"148\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codeinspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sen1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheryna\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".sense2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheryna\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".sense_h0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheryna\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".sensel1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?time\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sep" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twikle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".separ_box_small + .small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".separator[style=\"clear: both; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixabay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".separator_box[style=\"min-width: 960px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidfiledownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".serchblockrfd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidfiledownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".serchboxrfd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espncricinfo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".seriesSpncr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whitepages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".serp-list > .med-grey" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sfgate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sfg_ysm001" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sh_banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?04stream\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shade" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxstart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shadow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shadowBoxBody" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?good\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": ".shadow[style=\"padding:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?good\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": ".shadow[style=\"padding:10px;width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shareMagazine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shared-resource-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newgrounds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shareicons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sharemore" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?laughingsquid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sharethrough-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sharing-toolbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shopping\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shmod-ysm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coderanch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shngl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bhg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopNation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailylife\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopStyle-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopperSpecials" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tomshardware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopping" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".shoppingContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deccanherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shoppingContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?musicradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopping_partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yumsugar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopstyle-sidebar-content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ocworkbench\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shopwidget1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".short-mrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skins\\.be/" + }, + "action": { + "type": "css-display-none", + "selector": ".shortBioShadowB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".show_branding_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".showcase" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zillow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".showcase-outline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crunchyroll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".showmedia-tired-of-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?complex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side-300x600" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apptism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side-banner-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side-box.clearfix" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desktopreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side-resouresc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side120c" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side120xmlc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_165x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telecompaper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wow-europe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_banner_305x133" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?panarmenian\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_panner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessnewsdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_row[style=\"text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newburytoday\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_takeover_inner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?electricpig\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".side_wide_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weknowmemes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar > .widgetcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksfu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar > ul > .sidebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar img[width=\"235\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reelseo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-125-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reelseo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-125-events" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?makeuseof\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-box2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-box4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ditii\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rte\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtechnical\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-outline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techti\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-promotion" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?g4chan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-rectangle-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofisrael\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-square-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?davidwalsh\\.name/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-treehouse" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianapublicmedia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar-upper-underwritings" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebadandugly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar30" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarBar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarScrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cghub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_banners_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_banners_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_bsa_mid01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_bsa_top02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gpforums\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_mm_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domainnamewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_promotions_small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediacomcable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_sponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geektyrant\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_support" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?instantshift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_vps_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bridgemi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarboxinvest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenokiablog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebardirect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebared" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebartopb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebartopc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scotusblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarwidgeted > .text-21" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freedla\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tothepc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebsa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ohinternet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yttalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidevert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yttalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidevert2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nabble\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".signature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zerohedge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".similar-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".single-auction-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infosecurity-magazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".site-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".site_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cracked\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".site_sliver" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": ".sitename:first-child + br + h1:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inthesetimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sites-of-interest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?9gag\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".size-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kwgn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".size_230_90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sjl0" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bit\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin-btn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autocarindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennisworldusa\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miniclip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sky-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyBetLinkBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?petoskeynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyScraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?football365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skybet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".skybet-art" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skybet-odds-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?football365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skybet-space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skylabel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infosecurity-magazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democraticunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper-placeholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gmx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraperClass" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegram\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_in_narrow_column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freshbusinessthinking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_lft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freshbusinessthinking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_rgt_btm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freshbusinessthinking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_rgt_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dosgamesarchive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper_small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".sl_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slacker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slacker-sidebar-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slant\\.investorplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slant-sidebar-ad-tag" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnet\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".slb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manchesterconfidential\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sldr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slider-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikeradar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slider-vert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebeachchannel\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonappetit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slideshow_sidebar_divider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thephuketnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slidesjs-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodfacts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slimBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecommercetimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slink-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecommercetimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slink-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theguardian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slot__container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": ".slot_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mirror\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sm-promo-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixelatedgeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ten\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".small-listing.small-listing4.google" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmanddairy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small-quad-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dealsonwheels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small-text" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hitsquad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smallBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdnonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smallGrayType" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rottentomatoes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small[style=\"margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monhyip\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".small_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empireonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smallgrey[height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dressupone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smallpreviewpubgoogle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?duluthnewstribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smalltxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamefreaks\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".smltxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?musicmaza\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".smtxt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerworlduk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".socialMediaBoxout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".soft-half--top.soft-half--sides" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fanhow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".softhalf" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".softitem" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afreecodec\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".softshot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elyrics\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".songring" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatandhra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sortable-item_top_add" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sp-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filestube\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".spF" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filestube\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".spL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spLinkCon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapid-search-engine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sp_header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?money\\.msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spadr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelchooser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-12.prepend-top.last" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodingredientsfirst\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-24.last[style=\"z-index: 1; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nutritionhorizon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-24[style=\"z-index: 1; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationmultimedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-7-1[style=\"height:250px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kcsoftwares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span2.well" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picosearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askmen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".special" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".special-insight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fashionmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".special-messages" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".special-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".specialCoveragePub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nzherald\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".specialOffers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".special_features" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescience\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".special_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weddingchannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".specialoffers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macobserver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".specials" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenextweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".speeb_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".speed_bump" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_adblk" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ask\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_shd_plus" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spl_unshd_NC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?giveawayoftheday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".splinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".split" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?informer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spnsrd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spnsrlistwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtimezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spon-menu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spon.clearfix" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spon_by" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spon_link_new" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quakelive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spon_media" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponby" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponcont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiozindagi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponeser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediagazer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponrn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blekko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spons-res" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.comcast\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kiswrockgirls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-dd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-head" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweek\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diynetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-lead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tricycle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-logo-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f1today\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-logos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oilprice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theroot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-slot-hp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-title-image" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweek\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linux-mag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tumblr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clgaming\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dptv\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorFt" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorSpecials" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blbclassic\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorZone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel5\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bolandrugby\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videolan\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?go963mn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_strip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeyourandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorarea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vancouversun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorcontent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buump\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsord" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monsterindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoreRes" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monsterindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoreRes_rp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gardensillustrated\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-articles" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?general-files\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-btn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geektime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-channel" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itproportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-hub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fbdownloader\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techtipsgeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-level" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-listing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-listings" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?arstechnica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-sections" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?computerandvideogames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-slideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futuresmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-tops" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politico\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mybroadband\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredBreaking" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadcrew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredDownloads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesforthebrain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredGames" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eluta\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredJobsTable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iol\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredLinksList" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?generalfiles\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_item" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobs\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_listings" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tumblr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_post" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnyordie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsored_videos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1337x\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsoredname" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-medical\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorer-note" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classifiedads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorhitext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyglow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorlogo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?premierleague\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorlogos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors + .hdgTeaser" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors + .hdgTeaser + #karriere" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pri\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors-logo-group" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keepvid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors-s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?appadvice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorsAside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pwnage\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edie\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdfzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livemint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_logo_newspon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?driverdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edie\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsors_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seahawks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorship-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?createjs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorship-menu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?accesshollywood\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorships" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?law\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorspot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpageskenya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorsz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nu2\\.nu/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsortable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nydailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponspored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blekko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsres" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?superpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsreulst" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tuvaro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsrez" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwitv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponstv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thewhir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot-125x125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thewhir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot-234x30" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thewhir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot-728x90" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?steamboattoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot500" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spotBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight-long" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?edmunds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight-set" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spotlight-single" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?u-file\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".spottt_tb" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalmemo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".spresults" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?walmart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sprite-26_IMG_ADVERTISEMENT_94x7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picosearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sptitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limelinx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sqBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biography\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".square-advertisment-module-second-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mixcloud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".square-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?port2port\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".squareBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vibevixen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".square_300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevarguy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".squarebanner160x160" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baseball-reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sr_draftstreet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redown\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": ".srchtitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realliving\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": ".srec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buenosearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".srmads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delta-search\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".srmah" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-mrec-align" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ss-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?law\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ssp_outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolspotters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forumpromotion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".staff-affiliates" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nst\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": ".standard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesportreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".standard-MPU" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citytalk\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": ".standard-mpu-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citytalk\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": ".standard-skyscraper-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".standard_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stardoll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stardollads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?simplyassist\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".std_BottomLine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcauthority\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".storeWidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcauthority\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".storeWidgetBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?punchng\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".story-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abcnews\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".story-embed-left.box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?straitstimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".story_imu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".story_lft_wid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?swns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".story_mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdfzone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".storybox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stream-item[data-item-type=\"tweet\"][data-item-id*=\":\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stream_flash_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangkok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".strip-banner-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?people\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stylefindtout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videohelp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".stylenormal[width=\"24%\"][valign=\"top\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?complex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sub-div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolhome\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".subPicBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemyteachers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sub_banner_728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ycuniverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".subheader_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".subnav-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viralviralvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".suf-horizontal-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interaksyon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".super-leader-board" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?t3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".superSky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?djtunes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".superskybanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wamu\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".supportbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".supporter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefreedictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spyka\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".swg-spykanet-adlocation-250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sxs-mod-in" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sxs-spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tourofbritain\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".sys_googledfp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sedoparking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".system.links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?emoneyspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".t_a_c" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movreel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".t_download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".t_splist" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sanet\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".tab_buttons_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sanet\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".tab_buttons_adv + .responsive-table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dealsofamerica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tab_ext" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatsthescore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".table-odds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbtc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".table-responsive" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thescore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tablet-big-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thescore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tablet-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?relevantradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tabs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrents\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": ".tad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?suvudu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tad-block-outer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coldwellbanker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tag247-728x90Wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jetsetta\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tags_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fhm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeOverContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?recombu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeover-left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flicks\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeover-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?recombu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeover-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?routesonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeoverBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".takeover_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tamilyogi\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".tamilyogi" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?taste\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".taste-leaderboard-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tb_ind" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?koreaherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lordtorrent3\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": ".tbl-striped" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anoox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tbl_border[bgcolor=\"#fff9dd\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?csschat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"100%\"] + center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?websleuths\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"140\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ironmagazineforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?genesisowners\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"160\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hgtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tcap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopearly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".td-468" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespec\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".td-Home_Sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cyberparse\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".td-a-rec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobiletor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".td-footer-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gixen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".td_bck3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toronto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".td_featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".team-widget-wrapper-content-placement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmegi\\.bw/" + }, + "action": { + "type": "css-display-none", + "selector": ".template_leaderboard_space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dirpy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-center[style=\"margin-top: 20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dirpy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-center[style=\"margin-top: 20px;display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adelaidenow\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-an-web-group-news-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?couriermail\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-cm-web-group-news-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?perthnow\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-pn-web-group-news-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-g-tech-rh-panel-compareprices" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?najoomi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-left > .span11" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".text-m-news-tech-iframe-getprice-widget-rhc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jekoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".textCollSpons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportschatplace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".textLink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".text[align=\"center\"] > table[width=\"513\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamechix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".text[style=\"margin:28px 0 0 0;width:95%;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macsurfer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".text_top_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kqed\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".textsponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tgl-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wdet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".thanks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pushsquare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".the-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nintendolife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".the300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vaughnlive\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".theAboutWrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?burntorangereport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".theFlip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thheaderweathersponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vogue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thin_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesaturdaypaper\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".thp-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?y100\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".threecolumn_rightcolumn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?affiliates4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".threehundred" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?supercompressor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thrillist-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?time4tv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thumbimg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkdigit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thumbnails" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dt-updates\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".thx > .bottomBorderDotted + .block[style]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?razorianfly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ticker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ticketNetworkModule" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nbcsports\\.msnbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ticketsnow-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cointelegraph\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".timeline-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfactor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tinText" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pichunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tiny" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cincinnati\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tinyclasslink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aardvark\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": ".tinyprint" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".title > a[style=\"color:#efc439 !important; font-size:13px;font-weight: normal;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softwaredownloads\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".title2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sumotorrent\\.sx/" + }, + "action": { + "type": "css-display-none", + "selector": ".title_green[align=\"left\"][style=\"margin-top:18px;\"] + table[cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domains\\.googlesyndication\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".title_txt02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wambie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".titulo_juego1_ad_200x200" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tkn_medrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centredaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tla" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tldrlegal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tldrlegal-ad-space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".tm_140_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".tm_300_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".to-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ghanaweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tonaton-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3lyrics\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".tonefuse_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".toolbar_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warezchick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top > p:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manicapost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rumorfix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citymetric\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thekit\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golf365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-con" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodrenegade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-cta" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?film\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-leaderboard-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencedaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1340bigtalker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-right-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espnfc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theticketmiami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-super-leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usniff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-usniff-torrents" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livingelectro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-widget-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livingelectro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-widget-rect + .search_bar + .widget-rect + .widget-rect" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jarkey\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".top728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stevedeace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topAddHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nypress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topAds > div[style=\"width:1010px;height:100px;\\9 overflow: hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topBannerBOX" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onetime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topBannerPlaceholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".topLeader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technomag\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".topLogoBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowbook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topPlacement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.sweetim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topSubHeadLine2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_660x100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_alert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joebucsfan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner_cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeridegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebatt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner_place" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportspagenetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner_scoreboard_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametrailers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner_space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_bit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?famousbloggers\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_content_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?977music\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_crv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?postcourier\\.com\\.pg/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_logo_righ_img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallpapersmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_pad_10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babylon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finecooking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_right_lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gofish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topban1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gofish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topban2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softonic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topbanner_program" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webstatschecker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topcenterbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".toplinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ndtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topsponsors_wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yttalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?enn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topwrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kat\\.cr/" + }, + "action": { + "type": "css-display-none", + "selector": ".torrentEasyButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bushtorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".torrent_listing" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pgatour\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tourPlayerFooterAdContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?outdoorchannel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tout_300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecitizen\\.co\\.tz/" + }, + "action": { + "type": "css-display-none", + "selector": ".tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeenews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tp-add-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?come\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".tp-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?emedtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tpad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tpgry" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pagesinventory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tpromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unlockboot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tr-caption-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trustedreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tr-reviews-affiliate" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?911tabs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tr1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namemc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".track-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torentilo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".trackers + .downloadButton" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymail\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".travel-booking-links" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymail\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".travel.item.button_style_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymail\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".travel.item.html_snippet_module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".travidiatd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".trc_recs_column + .right-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitepoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".triggered-cta-box-wrapper-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ts-articlesidebar_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ts_google_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zimpapers\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".tsbanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ask\\.reference\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tsrc_SAS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.vmn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".ttl_sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infoplease\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tutIP-infoarea" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joebucsfan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tweet_div1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?englishrussia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".two_leep_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?care2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".txt13-vd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shaaditimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".txt[style=\"border: solid 1px #A299A6; background-color: #FDFCFC;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".u4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".u9" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?villages-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ubm_premium_banners_rotation" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?villages-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ubm_premium_rotation_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".uc_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dbforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ui-widget-overlay[style$=\"z-index: 1001;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginewatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ukn-iab-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchenginewatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ukn-u-thanks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbgo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".underwriting" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".uniblue" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediaite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".unit-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wonderhowto\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".unverVidAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hottipscentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".unwrapped" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notebook-driver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".updrv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siouxcityjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".upickem-deal-of-the-day" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?memez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".upperSideBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uproxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".uproxx_mp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".usefulLinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downeu\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".usenet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1337x\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".usenetDw" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".usenextd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?money-forum\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".usideblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?universetoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ut_ad_content" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".utext1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".uts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportsnet\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".v2-3cols-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportsnet\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".v2-topnav-promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vosizneias\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lasvegassun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".varWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indeed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vasu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vbanner_center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slickdeals\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".vbmenu_popup + .tborder[align=\"center\"][width=\"100%\"][cellspacing=\"0\"][cellpadding=\"6\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drivearchive\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".vehicle[style=\"background-color:#b0c4de\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelocalweb\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".verdana9green" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".versionadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vert-ad-ttl + * > .eca[target=\"_blank\"][href^=\"http://r.search.yahoo.com/_ylt=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theverge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vert300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical_aids" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?praguepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vidSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevideo\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".vid_a8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autoslug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drive\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoGalLinksSponsored" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevideo\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".video_a800" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fora\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".video_plug_space" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".video_sta" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeoutmumbai\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoad2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccerclips\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoaddright1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?straitstimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-2014-qoo10-feature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?euractiv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-Sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviemet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-amazon-offers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?next-gen\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-featured-job-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theweek\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themittani\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-game-taxonomy-affiliates" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthcastle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-healthcastle-ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zdnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-medusa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiaone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-qoo10-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talksport\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".view-ts-sponsor-feature" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".view_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?relink\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".view_middle_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidiload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vinfobanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vipleague\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": ".vip_006x061" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?host1free\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".virus-information" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greenoptimistic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".visiblebox[style^=\"position: fixed; z-index: 999999;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?n4g\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vn-sub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchassist\\.verizon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vn_searchresults > .vn_results + .vn_rightresults" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchassist\\.verizon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vn_sponsblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sheptonmalletjournal\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".vouchers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centurylink\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".vp_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vivastreet\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".vs-summary-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vxp_adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlldll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".w0[width=\"181\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".w10-mpu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": ".w160.dark.center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".w2mtad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?msn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".w460.clr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plumasnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".w49" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinadaily\\.com\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": ".w980.pt10" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".wBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wXcds1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wXcds2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wa_leaderboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?utrend\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".wad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportskrap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wallpaper-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naij\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wallpaper__bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naij\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wallpaper__top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentdownloads\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".warez" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".watch-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".watch-extra-info-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".watch-extra-info-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwannawatch\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".watch.external" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channel4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".watchLiveOutlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie25\\.cm/" + }, + "action": { + "type": "css-display-none", + "selector": ".watchnow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolspotters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wau" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wbal-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wincustomize\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wc_home_tour_loggedout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dir\\.indiamart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wd1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wdpa1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?glamourvanity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wdt_gads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?we7\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".we7-north" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesfreepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".weatherSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowfree\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".web_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vg\\.no/" + }, + "action": { + "type": "css-display-none", + "selector": ".webboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?offshore-mag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".webcast-promo-box-sponsorname" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?commitstrip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wejusthavetoeat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wincustomize\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".welcome" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?taskcoach\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".well" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cosplay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".well2[style=\"padding: 0px; text-align: center; margin-top: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gearlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wellvert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codinghorror\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".welovecodinghorror" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boston\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".what_is_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccer365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".whiteContentBdr350" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".whitePaperContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellokids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".white_box.r5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backstage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".whitemodbg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betanews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".whitepapers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?living\\.aol\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".wide.horizontal_promo_HPHT" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?port2port\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wideBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?investing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wideBannerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footyroom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wideBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inooz\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".wideContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netpages\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_banner2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newgrounds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_storepromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newgrounds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_storepromobot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roms43\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widebanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videogamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widesky" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?networkworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wideticker" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfreak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widg-title" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widge-skybet" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skysports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widge-skybet-grand-parade" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccer24\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbtc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-1 > .banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soccer24\\.co\\.zw/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smartearningsecrets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hdtvtest\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikinvest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-content-nvadslotcomponent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thevine\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-shopstyle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shanghaiist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abovethelaw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hdtvtest\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dose\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_650" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_bar_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloomberg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_bb_doubleclick_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thescore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_bigbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usacryptocoins\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_buffercode_banner_upload_info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lulzsec\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_chaturbate_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?styleblazer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_fashionblog_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urbanmusichq\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_gad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_gptwidget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_latest_promotions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_latest_promotions_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_logicbuy_first_deal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modamee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_nav_menu" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_recommended_brokers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twistedsifter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_sifter_ad_bigbox_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fxempire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_top_brokers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?venturebeat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_vb_dfp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".widget_widget_widgetwiredadtile" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatvnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wids" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?educationbusinessuk\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".width100 > a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?educationbusinessuk\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".width100 > p > a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wiki" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espn\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".will_hill" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oboom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".window_current" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wisfb_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherzone\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": ".wo-widget-wrap-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planet5d\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wp-image-1573" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israelnationalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wp_HPCenterIn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notjustok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wpbr-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webpronews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wpn-business-resources" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buzzinn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".wpn_finner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wpss_slideshow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theregister\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".wptl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?osbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapper > center:nth-of-type(-n+3) > a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?breitbart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wrapperBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bnaibrith\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".wsite-image[style=\"padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?poynter\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".wsm_frame_medium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".www_promobox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsherder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".x-300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?davidwalsh\\.name/" + }, + "action": { + "type": "css-display-none", + "selector": ".x-terciary" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".xl-banner-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ocaholic\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": ".xoops-blocks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".xoxo > #text-34" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".xoxo > #text-50" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".xoxo > #text-55" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".xz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y7-breakout-bracket" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y708-ad-eyebrow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y708-commpartners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y708-promo-middle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nz\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y7countdown" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y7moneyhound" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".y7partners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ya-LDRB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ya-darla-LREC" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yad-cpa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mysanantonio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-bg" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetimes-tribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo-content_match" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo_cm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetandd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yahoo_content_match" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reflector\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yahooboss" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tumblr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yamplus-unit-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yardbarker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yard_leader" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yatAdInsuranceFooter" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autos\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yatysm-y" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?local\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yextSpecOffer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yfi_ad_s" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?groups\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yg-mbad-row" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filmgo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".yildiz-pageskin-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?local\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yls-rs-paid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurosport\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yom-sports-betting" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yellowpages\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yp_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yschspns" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ysm-cont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ysmcm" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ysptblbdr3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?travel\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ytrv-lrec" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nfl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yui3-polls-mobile-adspot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maps\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yui3-widget-stacked" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zvents\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".z-spn-featured" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".z0DeRc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zacks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zacks_header_ad_ignore" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zap2it\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zc-station-position" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?slashgear\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zdStickyFixed" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricketcountry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zeeibd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downturk\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".zippo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israelnationalnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".znn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?935miami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zoneBannerSidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodprocessorsdirect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zoneWidth100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yfrog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zoom-promotion-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isearch\\.whitesmoke\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ":not(.item):not(.stats) + * + .item" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ogsi\\.it/" + }, + "action": { + "type": "css-display-none", + "selector": "A[href^=\"//adbit.co/?a=Advertise\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "A[onclick^=\"_gaq.push(['_trackEvent', 'Ads',\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilephonetalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[align=\"center\"] > b > a[href^=\"http://tinyurl.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?incredimail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[autoid=\"sponsoredLinks\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "[bgcolor=\"#66CCCC\"][style=\"background: rgb(126, 180, 224)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[data-ad-enhanced=\"card\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[data-ad-enhanced=\"pencil\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[data-ad-enhanced=\"text\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[data-referrer=\"pagelet_side_ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hulu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[flashvars^=\"backgroundURL=http://ads.hulu.com/published/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bunalti\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[height=\"90\"][width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[href^=\"/ads/adboard/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.motortrend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[id^=\"IN_HOUSE_AD_SWITCHER_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?explosm\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "[id^=\"MarketGid\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cultofmac\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[name=\"dn-frame-1\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naturalblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[rel=\"nofollow\"][href^=\"http://products.naturalblaze.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeanddate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"float: right; width: 170px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?condo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"float:left;width:515px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"font-family:Arial; color: #545454; font-size:10px; font-family:Arial; padding-right:15px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netload\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"height: 100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notalwaysright\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"height: 250px; text-align: center; margin-bottom:20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wxyz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"height:310px;width:323px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploaded\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"margin-left: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crazymotion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"margin: 10px auto 0pt; width: 875px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wahm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"min-height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?narutoforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"padding:0px 0px 6px 0px\"] > div[style=\"padding:0px 0px 0px 0px;margin-top:4px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tecca\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blockchain\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"width:728px;overflow:hidden;margin:0px auto;max-width:90%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?p2pnet\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ewallpapers\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "[title=\"Advertising\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marketwatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"120\"][bgcolor=\"#d7d7d6\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentresource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"150\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ewallpapers\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"160\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urlfan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"160px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boyplz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?break\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"300\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?capitolfax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"410\"] td[width=\"50%\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"478\"][height=\"70\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4chan\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timeanddate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"728\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdump\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"74\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empireonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"950\"][height=\"130\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lindaikeji\\.blogspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a > img[height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powerbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a > img[width=\"729\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[ajaxify^=\"/ajax/emu/end.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?experthometips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[class^=\"abp_image_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[class^=\"td_headerandpost\"][href^=\"https://www.privateinternetaccess.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[data-section=\"Ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestvpn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href$=\"_banner\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href$=\"speed\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isearch\\.whitesmoke\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"&rt=gp&\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?huffingtonpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".atwola.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgah\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangafox\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".game321.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotbollywoodactress\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".makdi.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sportinglife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".skybet.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?punjabimob\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\".smaato.net\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iolproperty\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/Ad_Click_Thru.jsp?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dutchnews\\.nl/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/adbanners/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/adclicksTag.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/adredir.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinist\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/adserv/click.php?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f1today\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/advertorial--\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adlock\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/download/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobull\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/go-to-watch.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidok\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/go/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/sponsored/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?devshed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/www/delivery/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ietab\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/xadnet/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"=http://www.jamplay.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopediadramatica\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"http://torguard.net/aff.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inamsoftwares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\" http://60ads.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watch-movies-az\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"../download_video.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unitconversion\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"../noads.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopediadramatica\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"//encyclopediadramatica.se/sparta.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yts\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/ad/seedbox\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yts\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/ad/usenet\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?insidefacebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/advertise\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fooooo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/bannerClickCount.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/en/aoxwnwylgqtvicv\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gtplanet\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/geo-GT6-preorder.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viewdocsonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/links/regboost_header.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mailinator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/soget.jsp\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlldll\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"/stw_lp/fmr/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://42grow.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dogepay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://WeSellDoges.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?addgadgets\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://addgadgets.com/mcafee-internet-security/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://autoseeds.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vivaprograms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://b6384502.linkbucks.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mediafire4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://bit.ly/lFerdB\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internet-online\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://bn6us.etvcorp.track.clicksure.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delishows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://delishows.com/stream.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://directdl.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://down.cd/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onhax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://downloadlink.onhax.net\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopediadramatica\\.es/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://encyclopediadramatica.es/webcamgirls.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tny\\.cz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://followshows.com?tp\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tf2maps\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://forums.tf2maps.net/payments.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?generalfiles\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://gofindmedia.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://help.yahoo.com/l/us/yahoo/search/basics/basics-03.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitallydownloaded\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://iphone.qualityindex.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bazoocam\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://kvideo.org\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maketecheasier\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://maketecheasier.com/advertise\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limetorrents\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://movie4u.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviefather\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://moviefather.com/watchonline.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviez\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://moviez.se/pluginbarredi.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3truck\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://mp3truck.net/get-torrent/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?my\\.rsscache\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://nimbb.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soft32\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://p.ly/regbooster\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://plus.ultimate-guitar.com/ad-free/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infowars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://prisonplanet.tv/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.ihubhost\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://proleaks.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?propakistani\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://propakistani.pk/sms/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clashbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://rsmalls.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gooddrama\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://spendcrazy.net\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adrive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://stores.ebay.com/Berkeley-Communications-Corporation\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uniladmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://thetoiletstore.bigcartel.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toucharcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://toucharcade.com/sdlink/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toucharcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://toucharcade.com/sdlink2/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toucharcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://toucharcade.com/sdlink3/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rlsbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://trailerhell.com/make_money.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freetv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://tvoffer.etvcorp.track.clicksure.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidbear\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://videoworldx.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watch-movies-az\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://watch-movies-az.com/download_video1.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangtidy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.bangtidy.net/AFF.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangtidy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.bangtidy.net/mrskin.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betterhostreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.betterhostreview.com/arvixe.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betterhostreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.betterhostreview.com/hosting-review-bluehost.htm\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.bloggersecret.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.bombseeds.nl/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hscripts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.buildmylink.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desivideonetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.desiaction.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diablo3builds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.diablo3builds.com/bc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dirwell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.dirwell.com/submit.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dllerrors-fix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.dllerrors-fix.com/Download.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dl4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.enginesong.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iphonecake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.filepup.net/get-premium.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interupload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.fileserving.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filmon\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.filmon.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geocities\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.gridhoster.com/?geo\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?financialsurvivalnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.hardassetschi.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.herbiesheadshop.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedpremium\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.hostunder.net/windows-rdp/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.ip-adress.com/trace_email/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wiiuiso\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.jobboy.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?makeuseof\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.makeuseof.com/advertise/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megatorrent\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.megatorrent.eu/go2.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymirror\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.nawaloka.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nichepursuits\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.nichepursuits.com/whp\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nichepursuits\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.nichewebsitetheme.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naijaborn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.njorku.com/nigeria\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ps3iso\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.pcgameiso.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letmesingthis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.singorama.me\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dosplash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.sverve.com/dashboard/DoSplash\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkarcades\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.talkarcades.com/misc.php?do=page&template=advertise\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telepisodes\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.telepisodes.net/downloadtvseries.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.thebestsalvia.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-wallpaper-download\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.thoosje.com/toolbar.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitevaluecalculator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.top-site-list.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quicksilverscreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.tubeplus.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.unitedforcare.org/sign_up\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.uptowngrowlab.net/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidbux\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.vidbux.com/ccount/click.php?id=4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vivaprograms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.vivausb.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.watchop.com/download.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziddu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://wxdownloadmanager.com/zdd/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zmea-log\\.blogspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://zmea-log.blogspot.com/p/rapids-for-sale.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namepros\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"https://uniregistry.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vpsboard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"https://vpsboard.com/advertise.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ugotfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"https://www.astrill.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"https://www.genesis-mining.com/pricing\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?300mbmovies4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"//1phads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?doubleclick\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"//dp.g.doubleclick.net/apps/domainpark/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/adclick.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shroomery\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/ads/ck.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?metrolyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/ads/track.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shroomery\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/ads/www/delivery/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/adsfac.net/link.asp?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/ajax/emu/end.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/banners.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rsbuddy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/campaign/click_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/click-tracker/textlink/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentbit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/click/9/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hpcwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/ct/e/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peertorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/directload.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?resettoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/dl.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/dltor3/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlzware\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/download.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourbittorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/extra/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vitorrent\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/file.php?name\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinydl\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/go.php?http://sharesuper.info\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourbittorrent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/go/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bts\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/goto_.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadhelper\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/liutilities.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limetorrenturls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/magnet.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limetorrenturls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/megaload.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentproject\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/out3/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airliners\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/rad_results.main?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ahashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/re.php?url\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentv\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/rec/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trashortreasure\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/rotator1/click.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limetorrenturls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/smegaload.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/tor2/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentfunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/tor3/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuff\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/track/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/usenet_dl/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/usenet_dl/\"] + br + span" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?womenspress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"Redirect.asp?UID=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?474747\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xbox-hq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"banners.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"download.php?download=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadhelper\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"free-driver-scan.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"fuu.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rom-freaks\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"gotomirror-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolsport\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://188.95.48.110/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefilebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://91.205.157.43/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?heroturko\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://MyDownloadHQ.com/index.asp?PID=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?userscloud\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://a.centerwebicemeta.biz/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newssun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://access.newssun.com/b_cl.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://activistpost.net/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bayfiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad.propellerads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unawave\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad.zanox.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jdownloader\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adcolo.com/ad/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremefile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adf.ly/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highdefjunkies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adorama.evyy.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gorillavid\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.gorillavid.in/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindilinks4u\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.hindilinks4u.to/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howproblemsolution\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ads.howproblemsolution.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardwareheaven\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adserver.heavenmedia.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://advertising.deviantart.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesearchenginelist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliate.buy.com/gateway.aspx?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smallbusinessbrief\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliate.wordtracker.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?the-numbers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliates.allposters.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freebetcodes\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliates.galapartners.co.uk/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justhungry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliates.jlist.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://affiliates.trafficsynergy.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animetake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://anime.jlist.com/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrent-invites\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://anonym.to?http://www.seedmonster.net/clientarea/link.php?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedvideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://api.adlure.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyriczz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://app.toneshub.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avxhome\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://avaxnews.net/tags/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmail\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://b.wm.co.za/click.pwm?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetvdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://billing.frugalusenet.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themediafire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bit.ly/\"] > img[src^=\"http://i.imgur.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitminter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bitcasino.io?ref=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leasticoulddo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://blindferret.clickmeter.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lowyat\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bs.serving-sys.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nexadviser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://budurl.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zomganime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://caesary.game321.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebooksx\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://castee.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spacemov\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cdn.adsrvmedia.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adexprt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cdn3.adexprts.com\"] + span" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animenewsnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://cf-vanguard.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidstatsx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://channelpages.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?commitstrip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://chooseyourboss.com/?utm_source=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quuit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://classic.thumbplay.com/join/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?akeelwap\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.buzzcity.net/click.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weddingmuseum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.linksynergy.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topsocial\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.search123.uk.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videomide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.wapdollar.in/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3-shared\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.yottacash.com?PID=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unawave\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clix.superclix.de/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?180upload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clkmon.com/static/rdr.html?pid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dot-bit\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://coinabul.com/?a=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gas2\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://costofsolar.com/?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powvideo\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://creative.ad127m.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?idm-crack-patch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://databass.info\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armslist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://delivery.tacticalrepublic.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebookw\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://dlguru.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dllnotfound\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://dllnotfound.com/scan.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://download.iobit.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://download.israbox.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://downloaderfastpro.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filegag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://downloadsave.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letstalkbitcoin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://easypress.ca/?V=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infowars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://efoodsdirect.sitescout.com/click?clid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucas\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://eva.ucas.com/s/redirect.php?ad=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flashvids\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://flashvids.org/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forumpromotion\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://freebitco.in/?r=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extratorrent\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://getterstory.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangahere\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://go.game321.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesoup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://gomediamasteronline.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kinox\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hd-streams.tv/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putlocker\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hdmoviesinc.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hdplugin.fplayer-updates.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://help.yahoo.com/l/us/yahoo/search/basics/basics-03.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://homeklondike.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotfiletrend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://hotfiletrend.com/c.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quuit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://itunes.apple.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?minecraftprojects\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://jmp2.am/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebooksx\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://king.gameoftraffic.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowfree\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://kvors.com/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatismyip\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://link.pcspeedup.com/aff_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flight-simulators\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linknow.me/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentzap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://links.torrentzap.com/go.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentzapproxy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://links.torrentzapproxy.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linksave.in/go/uhnl/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linksave.in/go/unnl/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linksave.in/go/usene/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linksave.in/go/usn/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxforums\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://linuxforums.tradepub.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warriorforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://list-mob.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadrocket\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://livesetwebs.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lp.3claws.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?d-h\\.st/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lp.sharelive.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psnprofiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://manage.aff.biz/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megauploadsearch\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://megauploadsearch.net/adv.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?justhungry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://moe.jlist.com/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://movieandmusicnetwork.com/content/cg/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviearchive\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://moviearchive.sharingzone.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://mp3menu.\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rlsbb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://netload.in/index.php?refer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mobilust\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://nicevid.net/?af=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3db\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://novafile.com/premium\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blasternation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ox.fenixm.com/www/delivery/ck.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://pagead2.googlesyndication.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?azcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://phoenix.dealchicken.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vr-zone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://pikachu.vr-zone.com.sg/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://pointcrisp.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?projectfreetv\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://projectfreetv.ch/adblock/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://promoddl.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putlocker\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://putlocker.is/hdstr\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vodly\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://r.lumovies.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://r.search.yahoo.com/_ylt=\"][href*=\";_ylu=\"][href*=\".r.msn.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://r.search.yahoo.com/_ylt=\"][href*=\";_ylu=\"][href*=\"beap.gemini.yahoo.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boingboing\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://r1.fmpub.net/?r=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.certified-toolbar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://redir.widdit.com/redir/?\"] > *" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toolsvoid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ref.name.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextofwindows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://remotedesktopmanager.com/?utm_source=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hardwareheaven\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://resources.heavenmedia.net/click_through.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?richkent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://richkent.com/uses/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avxhome\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://s.click.aliexpress.com/e/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://sensiseeds.com/refer.asp?refid=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?share-links\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://share-links.biz/redirect/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://shareware.search.com/click?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merdb\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://shineads.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filetie\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://softwares2015.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://speedweed.com/_clicktracker.php?code=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://sponsor2.uvnc.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://sponsor4.uvnc.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipdb\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://strongvpn.com/aff/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isaumya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://studiotracking.envato.com/aff_c?offer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5x\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://support.suc-team.info/aff.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://systweak.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sawlive\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://t.mdn2015x2.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?your-pagerank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://te-jv.com/?r=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?strata40\\.megabyet\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tiny.cc/freescan\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?todaypk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://todaypk.com/movie4k/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://toolkitfreefast.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?catmo\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://torrentindex.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangafox\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://track.games.la/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://track.strife.com/?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwatchonline\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.aunggo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.coin.mx/aff_c?offer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lmgtfy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracking.livingsocial.com/aff_c?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hipfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tracktrk.net/?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?secureupload\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://trf.insta-cash.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://trw12.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ugotfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ugotfile.com/affiliate?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uncova\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://uncova.com/adClick/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serials\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://unlimitedloads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadrocket\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://uploadrocket.net/directdownload.\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://urmusiczone.com/signup?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pandaapp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://vda.gtarcade.com/?q=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://videobull.com/wp-content/themes/videozoom/go.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobull\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://vtgtrk.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wakingtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://wakingtimes.com/ads/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videomide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://wapdollar.in/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitminter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://wbf.go2cloud.org/aff_c?offer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shelbystar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://web.gastongazette.com/advertising/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webdesignshock\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.123rf.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serials\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.1clickmoviedownloader.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?300mbfilms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.300mbfilms.com/ads/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distrowatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.3cx.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie4u\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.4kmoviesclub.com/signup?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cio-today\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.accuserveadsystem.com/accuserve-go.php?c=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distrowatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.acunetix.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babelzilla\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.addonfox.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?printroot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adgz.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jordantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.aigcmiddleast.com/ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehackernews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.alienvault.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alluc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.alluc.com/source/unl.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distrowatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.amazon.\"][href*=\"/obidos/ASIN/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?absoluteradio\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.amazon.\"][href*=\"creativeASIN\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urgrove\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.amoninst.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hqwallpapers4free\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.anno1777.com/index.php?i=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?macdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.anrdoezrs.net/click-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.arkivmusic.com/classical/Playlist?&source=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dumbassdaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.badjocks.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinukforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.betcoinpartners.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freetv-video\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bhmfinancial.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bingo-hunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bingo3x.com/main.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rghost\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.binverse.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freebitco\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bitcoininsanity.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesoup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bitlord.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesoup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bitlordsearch.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitlordsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bitlordsearch.com/bl/fastdibl.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usenet-crawler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.cash-duck.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gsmarena\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.cellpex.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onlinefreetv\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.chitika.com/publishers/apply?refid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ciao\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ciao.co.uk/ext_ref_call.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.coinographic.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.compatdb.org/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.crackcrew.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?feed-the-beast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.creeperhost.net/aff.php?aff=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackhatlibrary\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.darkexile.com/forums/index.php?action=affiliates\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serials\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.dl-provider.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlh\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.dlh.net/advs/www/delivery/ck.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadhelper\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.downloadhelper.net/do-goto-site.php?url=http%3A%2F%2Fwww.shareasale.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesearchenginelist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.dpbolvw.net/click-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sina\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.echineselearning.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betterhostreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.elegantthemes.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?professionalmuscle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.elitefitness.com/g.o/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internetslang\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.empireattack.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.endwelt.com/signups/add/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lens101\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.eyetopics.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mercola\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fatswitchbook.com/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.filmsenzalimiti.co/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omegleconversations\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.freecamsexposed.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.freemake.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.gamesaffiliate.de/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bootstrike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.gog.com/en/frontpage/?pp=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bingo-hunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.harrysbingo.co.uk/index.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.hdvid-codecs.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?htcsource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.htcsimunlock.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidxden\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ilivid.com/vidxden_download_video.htm?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?guns\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.impactguns.com/cgi-bin/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadrocket\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.insta-cash.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.iobit.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ps3iso\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.jobboy.com/index.php?inc=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotbollywoodactress\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.liposuctionforall.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?livescore\\.cz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.livescore.cz/go/click.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.majorgeeks.com/compatdb\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?emaillargefile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mb01.com/lnk.asp?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sing365\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mediataskmaster.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?megatorrent\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.megatorrent.eu/tk/file.php?q=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?htmlgoodies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.microsoft.com/click/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infowars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.midasresources.com/store/store.php?ref=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie2kto\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.movie2kto.ws/watchnow?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quicksilverscreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.movies-for-free.net\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixhost\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mydownloader.net/pr/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2x4u\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.myfreecams.com/?baf=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wonkette\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.newsmax.com?promo_code=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netmarketshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ns8.com?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kaaz\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.offersfair.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?obfuscatorjavascript\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.oplata.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.opselect.com/ad_feedback/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distrowatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.osdisc.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.pctools.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpupdates\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.perfectautony.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinknews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.pinknews.co.uk/clicks/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internetslang\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.pointlesssites.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myway\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.popswatter.com/?partner=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primewire\\.ag/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.primewire.ag/ab_play/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestgore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.punishtube.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publichd\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.putdrive.com/?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mg-rover\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.quotezone.co.uk/SetAffiliate.php?aid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharesix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.reduxmediia.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.reimageplus.com/includes/router_land.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tweaking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.reimageplus.com/includes/router_land.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rpg\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.rpg.net/ads/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oss\\.oetiker\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.serverscheck.com/sensors?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blogengage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.shareasale.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isaumya\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.shareasale.com/r.cfm?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wpdailythemes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.shareasale.com/r.cfm?b=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestgore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.slutroulette.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?findsounds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.soundsnap.com/search/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leecher\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.stargames.com/bridge.asp\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kenrockwell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.steeletraining.com/idevaffiliate/idevaffiliate.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telegraph\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.telegraph.co.uk/sponsored/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egigs\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ticketswitch.com/cgi-bin/web_finder.exe\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tirerack.com/affiliates/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mailinator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tkqlhce.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tri247\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tri247ads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tsbmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tsbmag.com/wp-content/plugins/max-banner-ads-pro/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvduck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tvduck.com/graboid.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvduck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.tvduck.com/netflix.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxformat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ukfast.co.uk/linux-jobs.html/#utm_source=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ultimate-guitar.com/goto.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ultimate-guitar.com/show.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.ultimate-guitar.com/xtra/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?distrowatch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.unixstickers.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.urmusiczone.com/signup?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.vapornation.com/?=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.video1404.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.weedseedshop.com/refer.asp?refid=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?womenspress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.womenspress.com/Redirect.asp?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wptmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.wptmag.com/promo/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.youtube.com/cthru?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avxhome\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.zevera.com/afi.html?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?datafilehost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://zilliontoolkitusa.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://beap.adss.yahoo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinreviewer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://bitcoin-scratchticket.com/?promo=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blockchain\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://blockchain.info/r?url=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://cex.io/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://coinbase.com/?r=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deconf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://deconf.com/out/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?landofbitcoin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://localbitcoins.com/?ch=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unblockt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://nordvpn.com/pricing/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://search.yahoo.com/search/ads;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitminter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://wbf.go2cloud.org/aff_c?offer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.advertising.de/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.anonibet.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitminter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.cloudbet.com/en/?af_token=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?escapefromobesity\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.dietdirect.com/rewardsref/index/refer/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linkbucks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.linkbucks.com/advertising\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avxhome\\.se/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.nitroflare.com/payment?webmaster=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xscores\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.rivalo1.com/?affiliateId=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://www.youtube.com/cthru?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?krapps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"index.php?adclick=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?essayscam\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[id^=\"banner_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?m\\.youtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick*=\"\\\"ping_url\\\":\\\"http://www.google.com/aclk?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?software182\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick*=\"sharesuper.info\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titanmule\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick=\"emuleInst();\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titanmule\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick=\"installerEmule();\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powerbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick][href^=\"http://px.rs/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?platinlyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"DownloadFile('lyrics',\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkpagerank\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"_gaq.push(['_trackEvent', 'link', 'linkclick'\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zoozle\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"downloadFile('download_big', null,\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zoozle\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"downloadFile('download_related', null,\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hugefiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"popbi('http://go34down.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hugefiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"popbi('http://liversely.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"window.open('http://lp.ilividnewtab.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"window.open('http://lp.sharelive.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?w3schools\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[rel=\"nofollow\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nixiepixel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[rel^=\"http://bit.ly/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style$=\";width:700px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?activistpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"clear: right; float: right; margin-bottom: 0em; margin-left: 1em;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrenticity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"color:#05c200;text-decoration:none;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urbandictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"display: block; width: 300px; height: 500px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billionuploads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"display: inline-block;width: 728px;margin: 25px auto -17px auto;height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"text-decoration:none; display:inline-block; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifewithcats\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"width: 318px; height: 41px; padding: 0px; left: 515px; top: 55px; opacity: 1;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style^=\"display: inline-block; text-align:left; height: 40px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betfooty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"] > .wsite-image[alt=\"Picture\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thejointblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://smokecartel.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.adaffix.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letstalkbitcoin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.edandethan.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?letstalkbitcoin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.madmoneymachine.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gbatemp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.nds-card.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.reise-hero.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href=\"http://www.urlauburlaub.at\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noscript\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"/click?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wg-gesucht\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://affiliate.immobilienscout24.de/go.cgi?pid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefinancialbrand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://bit.ly/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinfees\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://bitcoinkamikaze.com/ref/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rcgroups\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://decals.rcgroups.com/adclick.php?bannerid=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freedomhacker\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://freedomhacker.net/out/\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmobomb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://www.mmobomb.com/link/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gbatemp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://www.nds-card.com/ProShow.asp?ProID=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinexaminer\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"https://www.itbit.com/?utm_source=\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bodymindsoulspirit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_new\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hookedonads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_top\"][href=\"http://www.demilked.com\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lordtorrent3\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "a[title=\"Download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[title^=\"LuckyBit\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herold\\.at/" + }, + "action": { + "type": "css-display-none", + "selector": "a[title^=\"Werbung: \"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?irrigator\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "advertisement" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?creatives\\.livejasmin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?norwsktv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > #total" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?just-dice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > .wrapper > .container:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dansdeals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitevaluecalculator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > center > br + a[target=\"_blank\"] > img" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fancystreems\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div > a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primewire\\.ag/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div > div[id][style^=\"z-index:\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movie2k\\.tl/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div > div[style^=\"height: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ha\\.ckers\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div:first-child > br:first-child + a + br + span[style=\"color:#ffffff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viooz\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div:first-child > div[id][style]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?www\\.google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div[align]:first-child + style + table[cellpadding=\"0\"][width=\"100%\"] > tbody:only-child > tr:only-child > td:only-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delishows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div[id] > div[id][style] > div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primeshare\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "body > div[style=\"display:block !important;\"] > div[style^=\"height: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?da\\.feedsportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > iframe + script + table[align=\"center\"][valign=\"middle\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domains\\.googlesyndication\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > table:first-child + table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domains\\.googlesyndication\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > table:first-child + table + table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domains\\.googlesyndication\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > table:first-child > tbody:first-child > tr:first-child > td:first-child > table:first-child + table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?domains\\.googlesyndication\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "body > table:first-child > tbody:first-child > tr:first-child > td:first-child > table:first-child + table + table" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jguru\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptocoinsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "center > a[href=\"https://xbt.social\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proxyserver\\.asia/" + }, + "action": { + "type": "css-display-none", + "selector": "center > a[href^=\"http://goo.gl/\"][target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "center[dir=\"ltr\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ehow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "center[id^=\"DartAd_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forumswindows8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "center[style=\"font-size:15px;font-weight:bold;margin-left:auto; margin-right:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?helenair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "dd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filepuma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "dd[style=\"padding-left:3px; width:153px; height:25px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div > div[style=\"padding-bottom: 12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquisitr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div > div[style^=\"padding-top:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mail\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div#msg-list .list-view .ml-bg:not(.list-view-item-container)" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div:first-child > div[class$=\"item\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cdrlabs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bleachanime\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"][style=\"font-size:14px;margin:0;padding:3px;background-color:#f6f6f6;border-bottom:1px solid #ababab;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thelakewoodscoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"][style=\"margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newhavenregister\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"][style=\"margin-top:10px;min-height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?altenen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"left\"] > p + p[align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sicilyintheworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"right\"][bold][font\\:][padding\\:]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alternet\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[aria-labelledby=\"ui-dialog-title-altsocial_splash\"] + .ui-widget-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filecrop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class$=\"160_600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filecrop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class$=\"728_90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class*=\"prod_listings_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column _5qrt\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column _8_9\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _5qrt _1snm\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _5qrt _y92 _1snm\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _5qrt _y92\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _5qrt\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _y92 _5qrt _1snm\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _y92 _5qrt\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet _y92\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column pagelet\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class=\"ego_column\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kinox\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"Mother_\"][style^=\"display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drama\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"ad-filter\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manaflask\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"ad_a\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatandhra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"add\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?u00p\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"adv-box\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hattrick\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"bannerBackground\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ragezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"bannerBox\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?plsn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"clickZone\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webhostingtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"flashAd_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ragezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"footerBanner\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"takeover_box_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxbsdos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"topStrip\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yttalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"toppedbit\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realmadrid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[data-ads-block=\"desktop\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wayn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[data-commercial-type=\"MPU\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[data-id^=\"http://www.torntv-downloader.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ehow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[data-module=\"radlinks\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[data-type=\"ADS\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[gmi-name=\"ad_zone\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetechjournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lastresistance\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id$=\"FloatingBanner\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.snapdo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id$=\"TopD\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wmpoweruser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id$=\"_ad_container\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topdocumentaryfilms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"AdAuth\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?automotive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"LEADER_BOARD_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidspot\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"On1Pl\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidspot\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"On2Pl\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowvideo\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"aad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shortlist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"ad-slot\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?minecraftforum\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"ad-wrapper-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chess\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"ad_report_host_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warframe-builder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mahalo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"ads-section-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streetmap\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"advert_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askyourandroid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"advertisespace\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stackoverflow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"adzerk\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theteacherscorner\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"catfish\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?video44\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"container_ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vodlocker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"div-gpt-ad-\"] + div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eventhubs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"google_ads_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?volokh\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"google_ads_div_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wg-gesucht\\.de/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"listAdPos_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"proz_ad_zone_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?target\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"rr_promo_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vipboxeu\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"slot\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"sponsoredTickerStory_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"substream_\"] .userContentWrapper > ._1ifo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"substream_\"] div[data-ft*=\"\\\"ei\\\":\\\"\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"tile-A\"][data-beacon-url^=\"https://beap.gemini.yahoo.com/mbcsc?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"tile-mb-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"topnews_main_stream_\"] div[data-ft*=\"\\\"ei\\\":\\\"\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?statigr\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"zone\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4shared\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick=\"window.location='/premium.jsp?ref=removeads'\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gsprating\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick=\"window.open('http://www.nationvoice.com')\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viphackforums\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick^=\"MyAdvertisements.do_click\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncrypt\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick^=\"window.open('http://www.FriendlyDuck.com/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidfiledownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick^=\"window.open('http://www.rapidfiledownload.com/out.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ncrypt\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onclick^=\"window.open('http://www2.filedroid.net/AF_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rs-catalog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[onmouseout=\"this.style.backgroundColor='#fff7b6'\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastvideo\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"backgroud:black;\"] > :first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highstakesdb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"margin-top:-6px;text-align:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"padding-top:14px; padding-bottom:14px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?giantfreakinrobot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"transition: bottom 2s ease 0s;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surrenderat20\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"width: 160px; height: 600px; background: #333;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdf-archive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"width: 300px; height: 250px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?protopage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"width: 770px; height: 100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4sysops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\"width:300px; height:250px; padding: 0px 3px 3px 3px; margin-bottom: 5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"background-color:#FFF;text-align\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"background-color:white;text-align\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"background-image: URL('/images/sponsor_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegauntlet\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"background-image:url('/advertisers/your-ad-here-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?invisionfree\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"height:90px;width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kesq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"width:300px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style*=\"width:629px;height:150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennisworldusa\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" cursor:pointer; border:5px #333 solid; width:600px; margin:0px auto; min-height:66px; height:auto; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?answerology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8px;text-align:center;letter-spacing:2px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?koreaherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" margin:20px 0 20px 0; width:670px; height:130px; background:#f0f0f0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennisworldusa\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" position:relative; overflow:hidden; margin:0px; width:667px; color:#666; height:205px; border:1px #ddd solid; border-radius:0 0 5px 5px; background-color:#FFF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seattlepi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" width:100%; height:90px; margin-bottom:8px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fmr\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" width:1000px; height:660px; margin: 0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ontopmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" width:300px; height:250px; padding:0; margin:5px auto 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fitbie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\" width:300px; height:450px; padding-bottom: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.guru3d\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; PADDING-TOP: 12px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheapostay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"PADDING-TOP: 0px; text-align:center; width:175px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nasdaq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"align: center; vertical-align: middle;width:336px;height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?splitsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: #c0c0c0; padding: 5px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: #ebebeb; width: 310px; padding: 5px 3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeropaid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: #fff; padding:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?frontlinesoffreedom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: rgb(255, 255, 255); border-width: 1px; border-color: rgb(0, 0, 0); width: 300px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?countryfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: rgb(255, 255, 255); height: 105px; padding-top: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videoserver\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: white; position: absolute; border: 1px solid #000000; top: -360px; left: -370px; z-index: 0; display: block; width: 600px; height: 440px; border: 0px solid green; margin: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fansshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:#999999;width:300px;height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?deviantart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:#AAB1AA;width:300px;height:120px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:#EEEEE4;width:973px;height:110px;margin:auto;padding-top:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:#efeeee;width:164px;padding:8px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bostonherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:black; width:160px; height:600px; margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fansshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-image:url(/media/img/advertisement.png);width:335px;height:282px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fansshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-image:url(http://img23.fansshare.com/media/img/advertisement.png);width:335px;height:282px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usacarry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-image:url(http://layout.opticsplanet.com/images/usacarry-banner-bg.png);width:112px;height:52px;border:none; padding:6px 4px 2px 118px;font:bold 12px/16px Verdana, Geneva, sans-serif;text-align:center;position:relative\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vosizneias\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: #DADADA; border: 1px solid gray; color: gray; width: 300px; padding: 5px; float: right; font-size: 0.8em; line-height: 1.5em; font-family: arial; margin: 10px 0 10px 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?regmender\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: #FFFDCA;border: 1px solid #C7C7C7;margin-top:8px;padding: 8px;color:#000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?singletracks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: #fff; height: 250px; width: 300px; margin-top: 0px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gelbooru\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: #fff; width: 728px; margin-left: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skyatnightmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: none repeat scroll 0% 0% #B3E3FA; height: 95px; padding: 5px; margin-bottom: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: transparent url(http://i.cdn.turner.com/cnn/.element/img/3.0/video/336x280_ad.gif) no-repeat scroll left top; height:304px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sternfannetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background: white; padding: 10px; margin: 10p\\a \\a x auto; border: 1px solid black; border-radius: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?backstage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background:#666666; height:250px; color:#fff;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeropaid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background:#eee;padding:5px;height:140px;clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mamiverse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background:#f7f7f7;padding:40px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hints\\.macworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border-bottom: 2px solid #7B7B7B; padding-bottom:8px; margin-bottom:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?greatgirlsgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border-bottom:1px dotted #CCC;margin:3px 0 3px 0;color:#000;padding:0 0 1px 0;font-size:11px;text-align:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border: 0px #000000 solid; width:300px; height:250px; margin: 0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border: 0px #000000 solid; width:728px; height:90px; margin: 0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hugefiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border: 0px solid black; width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kijiji\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border: 1px solid #999; background: #fff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cookingforengineers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:0px solid #FFFFA0;width:160px;height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videosbar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #EEEEEE; display:block; height:270px; text-align:center; width:300px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videosbar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #EEEEEE; display:block; height:270px; text-align:center; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?undsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #c3c3c3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mocpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #dcdcdc; width:300px; height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exchangerates\\.org\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #ddd;background:#f0f0f0;padding:10px;margin:10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatson\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:solid 10px #ffffff;width:125px;height:125px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vietnamnews\\.vn/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"clear: both;text-align: center;margin-bottom:10px;height:230px;width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviecarpet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"clear:both; width:100%; padding:30px; height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staradvertiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"clear:both; width:292px; line-height:1.5em; padding:5px; border:5px solid #ddd;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconseeker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"clear:both;width: 728px; height:90px; margin:5px auto; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconseeker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"clear:both;width: 728px; height:90px; margin:5px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?synonyms\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"color:#666666;font-size:10px;\\\"\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autonews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"color:#666666;font-size:11px;font-style:italic;text-align:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"color:#666666;font-size:8pt;text-align:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teamforge\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: block; margin: 0.5em 1.5em; padding: 1em; border-style: solid;\\a \\9 border-color: #F0FFFF; border-width: 3px; background-color: #F0F0F0; font-size: xx-small; text-align: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bumpshack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: block; padding:5px 0px 5px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-iqtest\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: block; width: 800px; height: 120px; margin: 0 auto; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: inline-block; width: 300px; height: 250px; background: #000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: inline-block; width: 728px; height: 90px; background: #000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listentoyoutube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display: inline-block; width: 728px; height: 90px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.xda-developers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:block; margin-top:20px; margin-left:10px; width:750px; height:100px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?veervid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:block; width:302px; height:275px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skyweather\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:block;height:250px;width:300px;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:inline-block; text-align:left; border-left:1px solid #eee;border-right:1px solid #eee; width:342px;padding:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lse\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:inline;float:right;width:300px;height:250px;margin:5px 10px 15px 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3juices\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; font-size: 12pt; padding-top: 7px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonniegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; height: 90px; width: 728px; background:#DDDDDD; margin:2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nlfreevpn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; margin-left: 10px; margin-top: 5px; margin-bottom: 10px; margin-right: 25px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneymakergroup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; margin: 1px;\"] > a[href^=\"http://www.moneymakergroup.com/redirect.php?url=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneymakergroup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; margin: 1px;\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?civil\\.ge/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; text-align: center; border: solid 1px #efefef; width: 320px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usedcars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; width: 263px; text-align: center; vertical-align: top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?upi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; width: 300px; height: 250px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sgclub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; width: 310px; height: 260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boarddigger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; width: 320px; height: 250px; padding: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dreammoods\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left; width: 350; height: 350\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ps3hax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left;margin: 12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apa\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: left;width:516px;height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hyperlinkcode\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; margin-left: 20px; border: 1px solid #FFFFFF; background: #FFFFFF; padding: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trendir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; margin-left: 30px; font-size: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linuxquestions\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; margin-left: 5px; margin-bottom: 5px; margin-top: -3px; margin-right: -3px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinestar\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; margin-top: 12px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shanghaiexpat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 242px; height: 148px; cursor: pointer; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxsports540\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 260px; height: 230px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitrebels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 336px; height: 19px; text-align: right; padding-top: 4px; margin-top: -23px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dreammoods\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 350; height: 358\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bit-tech\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 728px; height: 90px; overflow: hidden; position: relative; top: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lightreading\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?longislandpress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; clear:left; margin:10px 20px 5px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pardaphash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; margin-left:17px; width:970px; height:28px; border:0px solid #ededed; margin-bottom:20px; background-color:#ededed; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pardaphash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; margin-left:17px; width:970px; height:90px; border:0px solid #ededed; margin-bottom:20px; background-color:#ededed; padding:1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eaglerising\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; margin:16px 13px 0 0; width:300px; height:250px; border:thin solid #555;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebuzz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; padding:30px 0 0 0; height:250px; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abjusa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; position:relative; width:1000px; background:url(images/bar-t-1000.gif) top left no-repeat; padding-top:10px; margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yuku\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width: 300px; margin-left: 10px;border: 1px solid #CCC;margin-top:10px; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sitespeedlab\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width: 336px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinknews\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbur\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:260px; margin:15px 0 0 40px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#999;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2dopeboyz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:300px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?x64bitdownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:300px; padding-bottom:10px;font-size:92%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amazines\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:341; height:285;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?top4download\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:620px;height:250px;clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?happynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left; width:768px; height:90px; margin-bottom:12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iconarchive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;border:0px solid #dddddd;width:300px;height:280px;margin:3px 3px 3px 40px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespoof\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;clear:left;margin-right:8px;margin-top:10px;width:338px;height:282px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespoof\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;clear:left;margin-right:8px;width:200px;height:1em;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lse\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;display:inline;width:300px;height:250px;overflow:hidden;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golivewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;height:292px;width:355px;background-image: url(http://img.golivewire.com/stickynote.gif);background-repeat: no-repeat;background-position: 0px 3px;align-text:center;padding-left:26px;padding-top:26px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coolios\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;line-height:23px;font-size:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;margin-right:10px;width:336px;height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailyheap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;padding:12px 12px 6px 0px;margin:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;width:160px;height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;width:160px;height:606px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?visordown\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;width:300px;height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thaivisa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;width:310px;height:275px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videoweed\\.es/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:left;width:728px; height:90px; border:1px solid #CCC; display:block; margin:20px auto; margin-bottom:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politicususa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:none;margin:10px 0 10px 0;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifescript\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifescript\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; margin-bottom: 10px;width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentcrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; margin:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?honolulustreetpulse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; width:200px;height:180px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itechtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; width:300px; height:250px; margin-left:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?denverpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; width:300px; height:250px; margin: 0px 0px 10px 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?icydk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right; width:325px; background-color:#d7e9f5; margin:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smashingapps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right;margin-left:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekzone\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right;margin:15px;width:336px;height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right;text-align:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putme\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right;width:336px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?runningshoesguru\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float:right;width:336px;height:280px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-family:Arial; color: #545454; font-size:10px; font-family:Arial; padding-right:102px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-family:Arial; color: #545454; font-size:10px; font-family:Arial; padding-right:20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hindustantimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-family:Arial; color: #545454; font-size:10px; font-family:Arial;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siliconera\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-family:Arial;background:#ffffff none repeat scroll 0 0;float:left;text-align:center;margin:auto 0;width:570px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jobberman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size: 10px;text-align: center;margin: 0px auto;letter-spacing: 1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size: 16px; font-weight: bold; padding: 15px 0px; line-height: 30px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winscp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size: 70%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ksl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size: 9px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nknews\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size:0.8em;text-align:center;padding-bottom:2px;font-weight:normal !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btsdl\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size:11px;width:99%;float:left;text-align:right;color:#acacac\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitpic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size:12px;color:#cacaca;font-weight: normal;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallbase\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size:13px;padding:5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technologyreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size:93%; color:#666666; padding-bottom:3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adf\\.ly/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 120px; width: 728px; font-size:10px; text-align:center; margin: 30px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clgaming\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; margin-top: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techgage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; width: 300px; float: right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; width: 610px; margin-left: -5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northcountrypublicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 260px; max-width: 250px; margin: 0px auto; padding: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?innocentenglish\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babble\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 263px; margin-left:0px; margin-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northcountrypublicradio\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 272px; max-width: 250px; margin: 5px auto 10px; padding: 4px 0px 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bsplayer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 281px; overflow: hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interfacelift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 288px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?losethebackpain\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 290px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dreadcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 300px; width: 300px; float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espn\\.go\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 325px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wsj\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 375px; width: 390px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheatcc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 50px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 60px;width: 1000px;margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongkongnews\\.com\\.hk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 612px; width: 412px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thetechherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 640px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?haaretz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 7px;width: 300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?revision3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jumbofile\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; border: 3px solid rgb(205, 240, 246); background-color: rgb(255, 255, 255); border-radius: 4px 4px 4px 4px; position: relative; width: 728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cpu-world\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; padding: 3px; text-align: center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yardbarker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; width: 728px; margin-bottom: 0px; margin-top: 0px; padding: 0px;z-index: 1;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenewage\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; width: 730px; float: left; margin: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f-picture\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; width: 730px; margin: 0 auto; padding: 3px; padding-left: 10px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapwidget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; width: 748px; margin: 0 auto 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snapwidget\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 90px; width: 756px; margin: 15px auto -15px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?food\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 96px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipchecking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:108px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cosmopolitan\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:112px;width:713px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northeasttimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:120px; width:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hyperallergic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:125px; padding-top: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ubc\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:130px; width:313px; text-align:center !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wcbm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:1550px;width:168px;border:1px solid #ccc;overflow:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shortcuts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globaltimes\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:160px;width:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymirror\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:200px; width:300px; font-family:Arial, Helvetica, sans-serif; font-size:13px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exchangerates\\.org\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:200px;width:200px;margin:10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vgchartz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:220px; width:100%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ubc\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:248px; width:313px; text-align:center !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?12ozprophet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px !important;width:300px !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prospect\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px; overflow:hidden;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jewishencyclopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px; width:250px; margin-bottom:1em\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?demogeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px; width:250px; margin:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?northeasttimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theworldwidewolf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px; width:310px; text-align:center; vertical-align:middle; display:table-cell; margin:0 auto; padding:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenewsnigeria\\.com\\.ng/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;margin-bottom: 20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;margin:2px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zeenews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unexplained-mysteries\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;width:300px;background-color:#000000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mcndirect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;width:300px;font:bold 16px 'tahoma'; color:Gray; vertical-align:middle; text-align:center; border:none\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unfinishedman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;width:300px;margin-left:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realgm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:250px;width:300px;margin: 0 0 15px 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watch-series-tv\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:252px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tf2wiki\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:260px; width:730px; border-style:none\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cracker\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:260px;width:310px;clear:both;position:relative;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freestockphotos\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:265px; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:265px; width:300px;margin:0pt auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensourcecms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:280px; background-color:#E9EEF2;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quickr\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:280px; margin-top:0px; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?demogeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:280px; width:336px; margin:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ghacks\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:280px; width:336px; margin:2px 2px; float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twowheelsblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:280px;width:350px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golivewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:292px;margin-left:10px;background-image: url(http://img.golivewire.com/stickynote-gray.gif);background-repeat: no-repeat;background-position: 0px 3px;align-text:center;padding-left:26px;padding-top:26px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golivewire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:292px;margin-left:10px;background-image: url(http://img.golivewire.com/stickynote.gif);background-repeat: no-repeat;background-position: 0px 3px;align-text:center;padding-left:26px;padding-top:26px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tribune\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:300px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animeflv\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:36px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hyperallergic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:600px;margin:15px 0 0 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wincustomize\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:60px;margin:10px auto;width:468px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cookingforengineers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:60px;width:120px;margin:0 20px 5px 20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monstersandcritics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:690px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kbcradio\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:70px;width:480px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?farmville\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:80px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monstersandcritics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:840px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hithiphop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:90px; padding: 2px 0; text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wincustomize\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:90px;overflow:hidden;width:728px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cracker\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:90px;width:675px;clear:both;position:relative;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cruisecritic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom: 20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nwanime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom: 3px;margin-top:-3px; height:90px;overflow:hidden;width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desktopnexus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom: 8px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stuffpoint\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:0px;margin-top:-10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codinghorror\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?charitynavigator\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:10px; font-size: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiotimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:10px; position:relative;background:#f2f6fd;width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpopasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rootzwiki\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:10px;line-height:20px;margin-top:-10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diamscity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:15px;width:728px;height:90px;display:block;float:left;overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intoday\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:20px; clear:both; float:none; height:250px;width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4sysops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?merriam-webster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:20px;margin-top:-5px !important;width:300px;height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intoday\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-bottom:20px;z-index:0; clear:both; float:none; height:250px;width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pdf-archive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left: -30px; width: 970px; height: 90px; margin-top: 8px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jdpower\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left: 20px; background-color: #FFFFFF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxlingo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left: 3px; width:187px; min-height:187px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?medicalnewstoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left:10px; margin-bottom:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howtomobi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left:20px; width:336px; height:280px; float:left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?propakistani\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-right: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?propakistani\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-right: 1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shouldiremoveit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 0px; margin-bottom: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 15px; width: 160px; height: 600px; overflow: hidden; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shouldiremoveit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 5px; height: 90px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnycrazygames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 8px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetsport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:-1px; width: 100%; height: 90px; background-color: #fff; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technet\\.microsoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:0px; margin-bottom:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surfline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:10px; width:990px; height:90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worstpreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:15px;width:160;height:600;background-color:#FFFFFF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centraloutpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:16px; width:740px; height:88px; background-image:url(/images/style/cnop_fg_main_adsbgd.png); background-repeat:no-repeat; text-align:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4sysops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:50px;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:6px;display:block !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fullepisode\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0 auto 0 auto; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?historyextra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0 auto; width: 290px; height: 73px; background-color: #faf7f0;); padding: 5px; margin-bottom: 5px; clear: both; font-family: 'Playfair Display', serif;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?historyextra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0 auto; width: 290px; height: 90px; background-color: #faf7f0; padding: 5px; margin-bottom: 5px; clear: both; font-family: 'Playfair Display', serif;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?historyextra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0 auto; width: 290px; height: 90px; border-top:1px dotted #3a3a3a; border-bottom:1px dotted #3a3a3a; padding: 5px 0; margin:10px 0 10px 0; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0px auto 20px; width: 728px; height: 90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?golflink\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0px auto; width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keprtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0px; width: 300px; height: 250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apps\\.facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0px; width: 760px; height: 90px; text-align: center; vertical-align: middle;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?care2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 10px 7px; width: 301px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?democraticunderground\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 10px auto 10px auto; text-align: center; width: 728px; height: 90px; background-color: #e6e6e6;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uproxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 15px auto; width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitpic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 15px auto;width:730px; height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usedcars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 20px 0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shouldiremoveit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 5px 0px 30px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?comicwebcam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 6px auto 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessspectator\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: auto 10px; width: 300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primeshare\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: auto; width: 728px; margin-bottom: -10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?recipepuppy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto 10px;min-height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desivideonetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto; width:300px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?malaysiakini\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto; width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mangafox\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto;clear:both;width:930px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joomla\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto;width:728px;height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ontopmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0; width:300px; height:250px; padding:0; margin:5px auto 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noobpreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0px 0px 10px 0px; padding:20px; background:#f9f9f9; border:1px solid #ddd; text-align:center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?synonym\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0px auto; width: 300px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10minutemail\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:10px 0; height:90px; width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?22find\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:10px auto 0;width:300px;height:320px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drakulastream\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessdictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:14px 0 10px 0;padding:0px;min-height:220px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anymaking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:15px auto; border:1px solid #ccc; width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whattoexpect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:15px auto;width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnotifier\\.tobwithu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:1em 0;font-weight:bold;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespoof\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:20px 5px 10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipiccy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:20px auto 10px; width:728px;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonjourlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:20px auto;width:720px;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikeexchange\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:2em 0; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tek-tips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:2px;padding:1px;height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noobpreneur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:30px 0px; padding:20px; background:#f9f9f9; border:1px solid #ddd; text-align:center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipaddress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:32px 0;text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:4px 0 8px 0; padding:0; width:100%; height:90px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiatvnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:5px 0px 20px 0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bikeexchange\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:60px 0 20px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jpopasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:auto auto; text-align:center; margin-bottom:10px; width:300px; height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?into-asia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:auto; width:728px; height:105px; margin-top:20px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codeproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:auto;width:728px;height:90px;margin-top:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?androidpolice\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"max-width:160px; height:600px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"max-width:728px;max-height:90px;text-align:center;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?channelstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"max-width:980px; max-height:94px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?life\\.time\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height: 226px; clear: both\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonearena\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height: 250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonearena\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height: 250px; width: 300px; margin: 0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cepro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:100px; background-color:#ebeef7; border:1px solid #dde;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maniacdev\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:250px; margin-right:auto; margin-left:auto; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finance\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:265px; _height:265px; width:300px;margin:0pt auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:270px; max-height:625px;height: 270px!important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tulsaworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:400px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smallnetbuilder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-height:95px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footballleagueworld\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-width: 728px; min-height: 90px; margin: 0 auto; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pixabay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"min-width: 960px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?islamchannel\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"overflow: hidden; position: relative; width: 245px; height: 183.75px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonearena\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"overflow:hidden; width: 300px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailytelegraph\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"overflow:hidden;width:300px;height:263px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.mywebsearch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom: 0px; padding-top: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desktopnexus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom: 12px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freewarefiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom:15px; padding-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freewarefiles\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?odili\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom:3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mid-day\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom:5px; position:relative; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cricketnirvana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-bottom:5px;height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoin-otc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-left: 10px; padding-bottom: 10px; text-align: center; font-family: Helvetica;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beforeitsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-left:20px;width: 300px; height: 250px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubedoubler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-left:2px; padding-top:9px; padding-bottom:8px; margin-top:0px; background-color:lightgrey;text-align:center;margin-top:18px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rlslog\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-left:40px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beforeitsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-right:20px; width: 300px; height: 250px; float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pt-news\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-right:5px; padding-top:18px; float:left; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drweil\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top: 5px; width:728px; padding-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynetnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:10px;padding-bottom:10px;padding-right:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?podbean\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:20px;width:336px;height:280px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funnycrazygames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:2px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenews\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:5px;;height:95px;float:left;width:931px;background:url(images/banner_top_bg.jpg);\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thenews\\.com\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:5px;height:95px;float:left;width:931px;background:url(images/banner_top_bg.jpg);\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.androidcentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding-top:92px !important; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cardschat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 0px 0px 0px 0px; margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kewlshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 10px; border:1px solid #E0E0E0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?epinions\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 15px 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?funvid\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 3px 0px 0px 26px; height: 90px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shaaditimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 5 0 0 0px; height: 138px; text-align:center; width:780px; background: url('/imgs/top-ad-bg.gif') repeat-x left bottom; background-color:#FFF9D0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 6px 0px 0px 0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roblox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 6px 8px; background: #fff; height:183px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyfinance\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 6px; float: right; width: 242px; height: 272px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?likecool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:0 0 0 10px;height:300px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legacy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:0; margin:0 auto; text-align:right; width:738px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?condo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:0px 5px 0px 5px; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beforeitsnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:10px 0 10px 0;height:250px;margin-bottom:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?subtitleseeker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:10px 0px 10px 0px; text-align:center; width:728; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standardmedia\\.co\\.ke/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:10px; width:1200px; height:90px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myanimelist\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:12px 0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?listentotaxman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:2px 2px 0px 0px;height:90px;overflow:hidden;text-align:right; clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucatholic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:5px 0 5px 0; text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:5px 0px 0px 0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usfinancepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:5px 15px 5px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imtranslator\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:5px;margin:5px;border:1px solid #21497D;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?championsradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: absolute; left: 0px; top: 259px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?championsradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: absolute; left: 630px; top: 283px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourvideohost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: absolute; width: 300px; height: 250px; margin-left: -150px; left: 50%; margin-top: -125px; top: 50%; background-color: transparent;z-index:98;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: fixed; width: 100%; text-align: left; height: 38px; padding-bottom: 2px; background: rgb(253, 237, 167) none repeat scroll 0% 0%; top: -0.000756667px; left: 0px; font-family: Arial; font-size: 15px; border-bottom: 1px solid rgb(214, 214, 214); min-width: 700px; z-index: 2147483647;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roundgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; height: 110px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lbcgroup\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; height: 250px; width: 300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ampgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; height: 260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?educationpost\\.com\\.hk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; width: 300px; height: 280px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playit\\.pk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; width: 302px; padding: 0px; border-left: 0px; margin-top: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newera\\.com\\.na/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; width: 620px; height: 80px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bestreams\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; width: 800px; height: 440px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kusc\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative; width: 900px; height: 250px; left: -300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidspot\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative;\"]:first-child > div[id^=\"O\"][style]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?streamtuner\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: relative;top: -45px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topfriv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:absolute; background:#201F1D; top:15px; right:60px; width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharerepo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:absolute; top:10%; left:0%; width:300px; height:100%; z-index:1;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dubbedonline\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:absolute;background:#000000 URL(../image/black.gif);text-align:center;width:728px;height:410px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theoffside\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:absolute;left:10px;top:138px;width:160px;height:600px;border:1px solid #ffffff;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i6\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:absolute;top: 240px; left:985px;width: 320px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hypable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; float:left; width:300px; min-height:250px; background-color:grey;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hypable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; float:left; width:300px; min-height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hypable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; margin:0 auto; width:100%; padding:30px 0px; text-align: center; min-height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmorpg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; margin:0px; width:100%; height:90px; clear:both; padding-top:12px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthcastle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; width: 300px; height: 280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opiniojuris\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; width:300px; height:250px; overflow:hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hypixel\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative; width:728px; margin: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buyselltrade\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative;overflow:hidden;width:728px;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shalomtv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative;width:468px;height:60px;overflow:hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastvideo\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:relative;width:896px;height:370px;margin: 0 auto;backgroud:;\"] > [id]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baltimorestyle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align : center ;margin-left : auto ;margin-right : auto ;position : relative ;background-color:#ffffff;height:100px;padding-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notalwaysright\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; display: block; padding-top: 30px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?centurylink\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; font-size: 11px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rofl\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; height:60px; width:468px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugstore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; letter-spacing: 2px; color: #999999; font-size: 6pt\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drugstore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; letter-spacing: 2px; color: #999999; font-size: 6pt; padding-top: 5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekstogo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; min-height:250px; min-width:310px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; padding-top: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nationalreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; width: 300px; margin-right:20px; margin-borrom: 20px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; width: 970px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailyamerican\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; color:#fff; width: 234px; height: 60px; margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheapoair\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; font-size:10px; color:#999; background-color:#e7e7e7;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ticketweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; font-size:10px; color:#afafaf\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennisearth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; height:630px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinadaily\\.com\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; margin-bottom:10px; width:800px; float:left; z-index:-1;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; margin:-5px 0 15px; font-size:11px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canoe\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; min-height:260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eatingwell\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; min-height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?customize\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; padding:0px 0px 20px 0px; width: 100%; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?customize\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; padding:20px 0px 0px 0px; width: 100%; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legacy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; padding:2px 0 3px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clutchmagonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; width:300px; margin: 20px auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;\"] > a[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geekzone\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;clear:both;height:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iloubnan\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;color:black;font-size:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techguy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;height:101px;width:100%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theawesomer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;padding:20px 0px 0px 0px;height:90px;width:100%;clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imcdb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center;width:150px;font-family:Arial;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?statscrop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:left; margin-left:5px; clear:both;\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zrtp\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:left;display:block;margin-right:auto;margin-left:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?carpoint\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:right;font-size:10px;color:#999;padding:4px;border:solid #ccc;border-width:0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mocpages\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"vertical-align:middle; width:728; height:90; max-width:728; max-height:90; border:1px solid #888;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neowin\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"white-space:nowrap;overflow: hidden; min-height:120px; margin-top:0; margin-bottom:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politicususa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 100%; height: 100px; margin: -8px auto 7px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chron\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 100%; height: 90px; margin-bottom: 8px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheapassgamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 100%; height: 90px; padding: 4px 0 4px 0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downarchive\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 100%; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canadianlisted\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 1000px;position: relative;height:95px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 1005px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watertowndailytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 120px; height: 240px; margin-bottom: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?croatia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 120px; text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatson\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 140px; height: 470px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magicseaweed\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; background: #dddddd; padding-top: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theasiantoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; border: solid 1px #2A3694; background-color: White;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desixpress\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; border: solid 1px #DE0A17; background-color: White;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vr-zone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; height: 600px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brandeating\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; height: 600px; overflow: visible;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?performanceboats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; height: 600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kidzworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; height: 617px; margin: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrip979\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px; height: 627px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?disclose\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?concrete\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 180px; height: 360px; border: 1px solid white;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porttechnology\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 192px; height: 70px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?checkip\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 250px; margin-left: 25px;margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whodoyouthinkyouaremagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 100px; padding: 5px; margin-bottom: 5px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmoculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmoculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skyatnightmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 70px; background-color:#B0CCE7; padding: 5px; margin-bottom: 5px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencefocus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 84px; background-color: #999; padding: 5px; margin: 0 0 5px; clear: both; line-height: 17px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencefocus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 84px; background-color: #999; padding: 5px; margin: 10px 0 5px; clear: both; line-height: 17px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sciencefocus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 84px; background-color: rgb(229, 223, 227); padding: 5px; margin: 10px 0pt; clear: both; line-height: 17px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?discoverwildlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 90px; background-color: #d4d4d2; padding: 5px; margin-bottom: 5px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homesandantiques\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 90px; background-color: rgb(229, 223, 227); padding: 5px; margin-bottom: 5px; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?discoverwildlife\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 290px; height: 90px; border-top:1px dotted #3a3a3a; padding: 5px 0; margin:10px 0 10px 0; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?box10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kidzworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 117px; margin: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eastonline\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 132px; margin-bottom: 20px;margin-top: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?compasscayman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 155px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?compasscayman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 155px;float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theonion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 220px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; background-color: #FFFFFF\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefightnetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; background: #000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lolking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; background: #000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?buccaneers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; background: #fff;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?djmag\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; border: 2px solid #000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ecorazzi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; float: right; margin: 0 0 15px 25px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?marriland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; float: right; margin: 2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rockol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; left: 650px; top: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techfresh\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin-bottom: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jerusalemonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin-left: 70px; margin-top: 10px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fame10\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?socialblade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin: 0px auto 10px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin:0 auto 20px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?looklocal\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; overflow: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mbworld\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ukfree\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; padding-top: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonmonthly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; padding: 15px 50px; margin-bottom: 20px; background: #ccc;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?compasscayman\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px;float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usedcars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 265px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebay\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 265px; overflow: hidden; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kidzworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 267px; margin: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 600px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?socialblade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 600px; margin: 20px auto 10px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fropper\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height:250px; margin-bottom:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height:340px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitalphotopro\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vitals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; text-align:right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px;height: 600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babesandkidsreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 304px; height: 280px; outline: 1px solid #808080; padding-top: 2px; text-align: center; background-color: #fff;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheatcc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 308px; text-align: right; font-size: 11pt;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonearena\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 320px; height: 250px; border-top: 1px dotted #ddd; padding: 17px 20px 17px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weaselzippers\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 320px; height:600px; margin-top:190px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windows7download\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 336px; height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wellness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 336px; padding: 0 0 0 15px; height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 468px; height: 60px; border: 1px solid #eeeeee; margin: 5px 0; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 468px; height: 60px; margin-left: 140px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scriptcopy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 468px; height: 60px; text-align: center; display: block; margin: 0pt auto; background-color:#eee;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mmoculture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 468px; height: 60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?win7dl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 570px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-tv-video-online\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 653px; height:49px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redorbit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 700px; height: 250px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopstan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 700px; height: 270px; margin-left: auto; margin-right: auto; clear: both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharingcentre\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 700px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urbandictionary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sporcle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?secretmaryo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin-left: 6px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?passiveaggressivenotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin: 0 auto 5px; border: 1px solid #666;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessmirror\\.com\\.ph/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin: 0px auto; margin-top: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twcenter\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin: 1em auto 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ripoffreport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin: 20px auto; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uproxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; margin: 20px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mbworld\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; overflow: hidden; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nitroflare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gelbooru\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; text-align: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itnews\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height:90px; margin-left: auto; margin-right: auto; padding-bottom: 20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bravejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zoklet\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; margin: 3px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px;height: 90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?f-picture\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 730px; height: 90px; padding: 0px; padding-left: 10px; margin: 0px; border-style: none; border-width: 0px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news-panel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 730px; height: 95px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elitistjerks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 730px; margin: 0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?quikr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 735px; height: 125px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freemake\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 735px; height:60px; margin: 0px auto; padding-bottom:40px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiosurvivor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 750px; height: 90px; border: padding-left:25px; margin-left:auto; margin-right:auto; padding-bottom: 40px; max-width:100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 819px; border:1px solid #cccccc; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 819px; height: 124px; border:1px solid #cccccc; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?betterpropaganda\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 848px; height: 91px; margin: 0; position: relative;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mydaily\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 921px; opacity: 1; top: -110px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fscheetahs\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 945px; padding-left: 15px; padding-right: 15px; padding-top: 20px; background-color: #FFFFFF\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nba\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 958px; height: 90px; margin: 0 auto; text-align: center; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 970px; height: 40px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clatl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 970px; height: 76px; background-image: url('http://clatl.com/ads/loafdeals_homepage-bkgnd.png'); background-repeat: no-repeat; margin-bottom: 8px; margin-top: 8px; margin-left: auto; margin-right: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?patheos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 970px; height: 90px; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbssports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 970px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cheatcc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%; background: #ffffff; padding-bottom: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mondotimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%; height:90px; line-height:90px; text-align:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%; padding:0px; margin:0px;\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesimsresource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%;background:#000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howtoforge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;padding:4px 0 2px 0;margin-bottom:5px;height:27px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlschase\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%;color:#666;text-align:center;font-size:50%;margin-top:-20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zedomax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%;height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wattpad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:100%;height:90px;text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techcentral\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:1000px; height:90px; margin:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flixist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:1000px; padding:0px; margin-left:auto; margin-right:auto; margin-bottom:10px; margin-top:10px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techbrowsing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:1045px;height:90px;margin-top: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?strangecosmos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:120px; height:600;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egyptindependent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:120px;height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?googletutor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:125px;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldscreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:150px; height:205px; background-color:#ddd;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worstpreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160;height:600;background-color:#FFFFFF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allthingsnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height: 600px;z-index:1;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rantsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametracker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px; margin-bottom:8px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?relationshipcolumns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px; margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inrumor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px; margin:0 0 20px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourmindblown\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px; padding:10px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:600px;margin:0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gogetaroomie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; height:616px;background: #ffffff; margin-top:10px; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.eteknix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px; margin:10px auto; height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadcrew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px;height:160px;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?downloadcrew\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:160px;height:600px;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leitesculinaria\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:162px; height:600px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leitesculinaria\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:162px; height:600px; float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?undsports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:170px;height:625px;overflow:hidden;background-color:#ffffff;border:1px solid #c3c3c3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wantitall\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:195px; height:600px; text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mlmhelpdesk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:200px; height:200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?today\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:229px; height:120px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vumafm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:230px; height:200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theadvocate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:240px;height:90px;background:#eee; margin-top:5px;float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newzimbabwe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:250px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?today\\.az/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:255px; height:120px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exchangerates\\.org\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:255px;text-align:left;background:#fff;margin:15px 0 15px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksrank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:260px; align:left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webstatschecker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:260px; text-align:left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinadaily\\.com\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:275px;height:250px;border:none;padding:0px;margin:0px;overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?101greatgoals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:280px;height:440px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:290px;height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:290px;height:606px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?samoaobserver\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:297px; height:130px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worstpreviews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300;height:250;background-color:#FFFFFF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?firstpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300;height:250px;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cooking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300;height:250px;position:relative;z-index:10000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherreports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; border: 1px solid gray;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mensfitness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height: 250px; overflow:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shape\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height: 255px; overflow:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height: 266px; overflow: hidden; margin: 0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jerusalemonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height: 284px; padding-top: 10px; padding-bottom: 10px; border: 1px solid #ffffff; float:right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foxsportsasia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:118px; margin-bottom:6px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?midweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:135px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herplaces\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; background-color:#CCC;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iskullgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; border: 2px solid #3a3524;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videoweed\\.es/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; display:block; border:1px solid #CCC;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picocent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; margin-bottom: 35px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?earthsky\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; margin-bottom:25px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametracker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; margin-bottom:8px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?midweek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; margin: 5px 0px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inrumor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; margin:0 0 10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filesfrog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; overflow:hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtvpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px; padding:8px; margin:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snewsnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px;border:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:250px;overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ego4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:260px; padding-top:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jerusalemonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:265px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gogetaroomie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:266px; background: #ffffff; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topgear\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:306px; padding-top: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldscreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; height:65px; background-color:#ddd;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standard\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; margin-bottom:20px; background-color:#f5f5f5;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uesp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; margin-left: 120px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?miamitodaynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windsorite\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; min-height: 600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forzaitalianfootball\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; min-height:250px; max-height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourmindblown\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px; min-height:250px; padding:10px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?etfdailynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;border:1px solid black\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?memecenter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height: 250px;display:inline-block\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?egyptindependent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:100px;margin-left:10px;margin-top:15px;margin-bottom:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?snewsnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:127px;border:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?smh\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:163px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kohit\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;background-color:#000000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?winrumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;background:#c0c8ce;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ysr1560\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;border:1pt #444444 solid;position:relative;left:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nextpowerup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;display:block;margin:20px auto;overflow:hidden\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afterdawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopdx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animelite\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;margin-left:35px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?raaga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;margin-top:5px;margin-bottom:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gossipcop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;margin:0;padding:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?961kiss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:250px;overflow:hidden;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatismyipaddress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:266px;clear:both;padding-top:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?judgespot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:270px; line-height: 18px;border-width:0px;border-style:solid;border-color:white;padding:0px; font-size: 13px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremefile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;margin-left:360px;padding-top:29px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reelseo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;min-height:250px; margin:0 auto 12px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fanpop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;min-height:250px;color:#999999;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techsonia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:301px;height:268px;border:1px outset blue;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techsonia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:301px;height:619px;border:1px outset blue;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weartv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:303px;background-color:#336699;font-size:10px;color:#cccccc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsblaze\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:305px;height:250px;float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?houserepairtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:305px;height:251px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whois\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:320px; float:right; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tomopop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:330px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtvpc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px; height:280px; padding:8px; margin:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theepochtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px;float:left;margin-right:18px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcadvisor\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px;height:214px;font-family:Arial,sans-serif;background: url(http://www.broadbandgenie.co.uk/img/hosted/PCAdvisor/bbg-bg-336x214.jpg) no-repeat;position:relative;font-family: Arial,Helvetica,sans-serif;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stabroeknews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px;height:280px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zedomax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px;height:280px;float:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpcguides\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:336px;height:280px;margin:0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?auto-types\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:337px;height:280px;float:right;margin-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techsonia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:337px;height:298px;border:1px outset blue;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldwideweirdnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:341px; height:285px;float:left; display:inline-block\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mapsofindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:345px;height:284px;float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keo\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:350px;height:250px;float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?catholicworldreport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:350px;height:275px;background:#e1e1e1;padding:25px 0px 0px 0px; margin: 10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hostcabi\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:350px;height:290px;float:left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:350px;margin-bottom:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:350px;text-align:center;margin-bottom:5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamepressure\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:390px;height:300px;float:right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?top4download\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:450px;height:205px;clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldscreen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px; height:60px; background-color:#ddd;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bfads\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px; height:60px; margin:0 auto 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopearly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px; height:60px; margin:5px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ualpilotsforum\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px; height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jwire\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px;height:60px;margin:10px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px;height:60px;margin:10px 35px;clear:both;padding-top:15px;border-top:1px solid #ddd;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jwire\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px;height:60px;margin:10px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kwongwah\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px;height:60px;text-align:center;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kwongwah\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:468px;height:60px;text-align:center;margin:20px 0 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?standardmedia\\.co\\.ke/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:470px; height:100px; margin:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?southcoasttoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:48%; border:1px solid #3A6891; margin-top:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?limelinx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:480px; height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?weatherbug\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:484px; height:125px; background:#FFFFFF; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reactiongifs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:499px; background:#ffffff; margin:00px 0px 35px 180px; padding:20px 0px 20px 20px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?classiccars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:515px;border-style:solid;border-width:thin;border-color:transparent;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:10px;background-color:#CFCAC4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwitv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:520px;height:100px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toorgle\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:550px;margin-bottom:15px;font-family:arial,serif;font-size:10pt;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lifewithcats\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:600px; height:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techgage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:600px; height:74px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chrome-hacks\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:600px;height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiphopwired\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:639px;height:260px;margin-top:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?insidemobileapps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:648px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windows7download\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:680px;height:280px;clear:both;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manilatimes\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:690px; height:90px; clear:both; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mailinator\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:700;height:120;text-align:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?directmirror\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:700px;border: 4px solid #DDDDDD;border-radius: 4px 4px 4px 4px;padding: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desivideonetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?surrenderat20\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height: 90px; margin: 10px auto 0px; background: #111;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uesp\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:105px; overflow: hidden; margin-left: auto; margin-right: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?encyclopedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?qvideoshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; border:1px solid #DFDFDF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; border:solid 0px #000080;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; border:solid 1px #000080;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scottishamateurfootballforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; display:inline-block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangkokpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin-left: auto; margin-right: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?relationshipcolumns\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin-top:18px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mustangevolution\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canadapost\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin: auto; text-align: center; padding: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fas\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin:10px 0 20px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?herplaces\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin:12px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motionempire\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin:20px auto 10px; padding:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgbox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px; margin:auto; margin-bottom:8px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theepochtimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px;margin:10px auto 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailystar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; height:90px;position: relative; z-index: 1000 !important\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highdefjunkies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; margin:0 auto; padding-bottom:1em\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; margin:auto; margin-top:10px; margin-bottom:10px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kavkisfile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px; text-align:center;font-family:verdana;font-size:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1500espn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;display:block;margin:10px auto 10px auto;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?net-temps\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:100px;margin-left:auto;margin-right:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipernity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:100px;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tictacti\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:110px;text-align:center;margin: 10px 0 20px 0; background-color: White;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footballfancast\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px; margin: 0 auto 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wxyz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roxigames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;\\a border:1px solid blue;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sualize\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;background:#bbb;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dubbedonline\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;display:block;margin-top:10px;bottom:-10px;position:relative;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videohelp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin-left: auto ; margin-right: auto ;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?raaga\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin-top:10px;margin-bottom:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?delishows\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:0 auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stopmalvertising\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:0 auto;padding:0;text-align:center;margin-bottom:32px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?holidayscentral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:15px auto;clear:both\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colorgirlgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:5px auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?neatorama\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:5px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technabob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:8px 0px 16px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?colorgirlgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin:8px auto 8px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maximumpcguides\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;position:absolute;top:-95px;left:103px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?attheraces\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;text-align:center;float:left;background-color:#EFEFEF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interglot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;margin-right:auto;margin-left:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putme\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?solomid\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;padding:5px;background:#000;margin:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?proxynova\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:730px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usfinancepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:730px;height:95px;display:block;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dawn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:745px;height:90px;margin:auto;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1fichier\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:750px;height:110px;margin:auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:780px; margin:auto; margin-top:10px; margin-bottom:10px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?brothersoft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:795px; height:95px; float:left;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?currency\\.me\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:916px;border:1px solid #e1e1e1;background:#fff;padding:1px;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btstorrent\\.so/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:930px;height:230px;margin:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tigerdirect\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:936px; clear:both; margin-top:2px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegardenisland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:950px; height:90px; margin:10px auto; display:block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japannewsreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:955px;height:90px;align:auto;margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnbc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:960;height:90;margin:0 0 5px 0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?speedmonkey\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:960px;height:110px;text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thinkdigit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:960px;height:90px;margin:10px auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?back9network\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:976px;height:120px;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tigerdirect\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:977px; clear:both; margin-top:2px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametracker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:980px; height:48px; margin-bottom:5px; overflow:hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apphit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:980px;height:100px;clear:both;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teleservices\\.mu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:980px;height:50px;float:left; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?performanceboats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:994px; height:238px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:994px; height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?happystreams\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"z-index: 2000; background-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\"); left: 145px; top: 120px; height: 576px; width: 1024px; position: absolute;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?independent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"background-image:url('http://media.independent.com/img/ads/ads-bg.gif')\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sevenforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"border: 1px solid #94D3FE;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamebanshee\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"border:1px solid #b98027; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?interfacelift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"clear: both; -moz-border-radius: 6px; -webkit-border-radius: 6px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redbrick\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"cursor:pointer; position: relative;width:1000px; margin: auto; height:150px; background-size:contain; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iload\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"display: block; width: 950px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?google\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height: 16px; font: bold 12px/16px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drakulastream\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height: 35px; z-index: 99999\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidvideo\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height: 35px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height: 36px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"padding-bottom: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchonlineseries\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"padding-top:5px;float:left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?300mbmovies4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"padding-top:5px;float:left;width:100%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?technabob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"padding:0px 0px \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exashare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"position: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seedpeer\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"position: fixed; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mp3juices\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"position: fixed; width: 100%; text-align: left; height: 40px; background: none\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?viz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"position:absolute; width:742px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?video66\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eatliver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: 160px; height: 600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?allmyvideos\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: 315px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?someimage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kino\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: 972px;display: inline;top: 130px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sockshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:302px;height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?way2sms\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timelinecoverbanner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?walmart\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:740px;height:101px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btsdl\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:99%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?urgrove\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"z-index: \"] > div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowwatchtvlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"z-index: 99999; position: fixed; width: 100%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eclipse\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "div[width=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isnare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[width=\"905\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackcatradio\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "div[width=\"969\"][height=\"282\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filepuma\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "dt[style=\"height:25px; text-indent:3px; padding-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtremesystems\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "embed[width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "fieldset > legend + a[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "fieldset > table[style=\"width:100%;\"] > tbody > .change" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?astatalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "fieldset[style=\"border: 1px solid #fff; margin-bottom: 15px; height: 60px; background-color: navy;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cinemablend\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[color=\"#737373\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bargaineering\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[face=\"Verdana\"][color=\"#808080\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "font[size=\"1\"][color=\"#999999\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realitytvworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[size=\"1\"][color=\"gray\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[size=\"1\"][face=\"Verdana\"] > table[width=\"297\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zippyshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[style=\"font-size: 10px; letter-spacing: 3px; word-spacing: 2px; line-height: 18px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zippyshare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[style=\"font-size: 10px; letter-spacing: 3px; word-spacing: 2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h3[style=\"color:#00CC00\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?virtualmedicalcentre\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bigpond\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h5.subheading" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indowebster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h6.size_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sketchucation\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h6[style^=\"width:766px;height:88px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.eteknix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "hgroup[style=\"width:728px; margin:10px auto; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?discovermagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "hr[size=\"1\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[height=\"210px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wccftech\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziddu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgbar\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[src=\"earn.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cybergamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[src^=\"http://au.cybergamer.com/iframe_cgbanners.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btmon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"height: 600px; width: 160px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestreet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"margin-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bizjournals\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"width: 340px; height: 165px; overflow: hidden; padding: 10px; margin: 0px; border-style: none;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hinduwebsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"width:320px; height:260px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adjet\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style^=\" width:100%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animefreak\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?france24\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"300\"][height=\"170\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?therecord\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"300\"][height=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mouthshut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"336\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowwatchtvlive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"460\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shoesession\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"732\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamecopyworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"760\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsbtc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img.aligncenter[width=\"200\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegremlin\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt*=\"Advertising\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thecuttingedgenews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Ad by The Cutting Edge News\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techxav\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Commercial WordPress themes\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?joox\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Download FLV Direct\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jdownloader\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Filesonic Premium Download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isohunt\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Free download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onhax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Full Version\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scriptmafia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"SM AdSpaces\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchquotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"Sponsored\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?awazfm\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[alt=\"advert\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warezchick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jozikids\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"140\"][width=\"140\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gametrailers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"15\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africandesignmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"226\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mypbrand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africandesignmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2pass\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"470\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?putlocker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"480px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?warez-home\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"60\"][width=\"420\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pururin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?africandesignmagazine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"688\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nmap\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"90\"][width=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prowrestling\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"91\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?modelhorseblab\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[name=\"js_ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sh\\.st/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"data:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"data:image/gif;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sporcle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"data:image/png;base64,\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kino\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"http://c.statcounter.com/\"] + span" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inamsoftwares\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"http://my.60ads.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?raysindex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style$=\"text-align: center; cursor: \\a \\a pointer; width: 728px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border-width:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grabchicago\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border: 0px solid ; width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehackernews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border: 0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebradentontimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border:0px;width:120px;height:300px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebradentontimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border:0px;width:180px;height:200px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thebradentontimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border:0px;width:180px;height:250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unblocked-piratebay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border:1px dotted black;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noscript\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"float: left;padding: 32px 16px 8px 0; border: none\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?world4free\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"height: 600px; width: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wfc\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"max-width: 240px;max-height: 400px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"max-width:120px;max-height:480px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"max-width:180px;max-height:150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linksave\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"max-width:468px; max-height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"max-width:650px;max-height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?islamchannel\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"vertical-align: top; width:468px; padding-left: 1px;padding-top: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cnykiss\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 160px; height: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc-radio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 180px; float: left; height: 170px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc-radio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 180px; float: right; height: 170px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wutqfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 200px; height: 200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wcbm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 258px; height: 237px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wcbm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 261px; height: 256px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 299px; height: 85px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espncleveland\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 100px; float: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bulletin\\.us\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 238px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymirror\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 248px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ktul\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 24px; border: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indypendent\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 250px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jq99\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 300px; height: 75px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dailymirror\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 302px; height: 202px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ozarkssportszone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 320px; height: 160px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pricecheck\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 460px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bulletin\\.us\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 600px; height: 50px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?check-host\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 640px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indypendent\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 728px; height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?espn1420am\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width: 900px; height: 150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unionleader\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:100px;height:38px;margin-top:-10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?globalincidentmap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:120px; height:600px; border:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hltv\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:120px;height:240px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thespiritsbusiness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:170px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfirst\\.lk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:300px; height:200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hltv\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:468px;height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?klfm967\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:468px;height:60px;border:0px;margin:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoindifficulty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:728px; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptoinfinity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"width:728px;height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tcweeklynews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[title=\"AD: Advertising Graphics (11)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[title=\"AD: Weekly Press (13)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[title=\"AD: Weekly Press (14)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ucreview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[title=\"AD: Weekly Press (15)\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onhax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[title=\"Download Now\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"100\"][height=\"18\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"100\"][height=\"36\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"100\"][height=\"38\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"100\"][height=\"44\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"100\"][height=\"50\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staradvertiser\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"101\"][height=\"20\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abpclub\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"118\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?utahstories\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"120\"][height=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?samoaobserver\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"130\"][height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?reflector\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"130px\"][height=\"52px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?link-base\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"135\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefinancialexpress-bd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"145\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aerobaticsweb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"150\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zonalmarking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"150\"][height=\"750\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?klfm967\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"155\"][height=\"167\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?klfm967\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"155\"][height=\"192\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?palipost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?your-pagerank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"108\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zonalmarking\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newswireni\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"596\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?your-pagerank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?your-pagerank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"89\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?your-pagerank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"160\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newswireni\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"161\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bilingualweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"162\"][height=\"170\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?unionleader\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"165\"][height=\"40\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prawfsblawg\\.blogs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"180\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wegoted\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"180\"][height=\"204\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"185\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?favicon\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"190\"][height=\"380\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bayfm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"195\"][height=\"195\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rejournal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"200\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sarasotatalkradio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"200\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coffeegeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"200\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?professionalmuscle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"201\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bayfm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"208\"][height=\"267\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bayfm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"208\"][height=\"301\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bayfm\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"208\"][height=\"319\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?professionalmuscle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"210\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?khow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"216\"][height=\"156\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thisdaylive\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"220\"][height=\"147\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isportconnect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"220\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isportconnect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"220\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isportconnect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"220\"][height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aroundhawaii\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"220\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"226\"][height=\"58\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aroundhawaii\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"230\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?islamchannel\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"230\"][height=\"185\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mlfat4arab\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"234\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mommymatters\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"249\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phillyrecord\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"][height=\"218\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mommymatters\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ukclimbing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"][height=\"350\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yournews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tompkinsweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"252\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theannouncer\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"252\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tompkinsweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"253\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ozarkssportszone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"267\"][height=\"294\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrko\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"269\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?threatpost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"270\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magicmiami\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"273\"][height=\"620\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"275\"][height=\"75\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldfree4u\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"280\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"281\"][height=\"141\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"285\"][height=\"75\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"287\"][height=\"287\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"288\"][height=\"347\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mypbrand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"295\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wareznova\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"298\"][height=\"53\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"298\"][style=\"margin-bottom:5px;margin-top:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fancystreems\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?947wls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"155\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessdayonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"248\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynaija\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"290\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"360\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"420\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"500\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"528\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clutchmagonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wallstreetsurvivor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"310\"][height=\"56\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wben\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"316\"][height=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ciibroadcasting\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"325\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radioasiafm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"350\"][height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ipwatchdog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"350px\"][height=\"250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?noordnuus\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"357\"][height=\"96\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"360\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?transportxtra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"373\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?transportxtra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"373\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.blackhairmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"400\"][height=\"82\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gomlab\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"410\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunnewsonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"420\"][height=\"55\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drum\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"422\"][height=\"565\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?powerbot\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"428\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inmr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"450\"][height=\"64\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webresourcesdepot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"452px\"][height=\"60px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maltairport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"453\"][height=\"115\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ch131\\.so/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"460\"][height=\"228\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topprepperwebsites\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"468\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?infinitecourses\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"468px\"][height=\"60px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharktankblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"485\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yournews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"540\"][height=\"70\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunny106\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"560\"][height=\"69\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunny106\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"570\"][height=\"131\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"590\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isportconnect\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"590\"][height=\"67\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redpepper\\.co\\.ug/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"600\"][height=\"117\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"600\"][height=\"85\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"600\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bloombergtvafrica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"628\"][height=\"78\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?radiotoday\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"630\"][height=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shanghaiist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"640\"][height=\"444\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motortrader\\.com\\.my/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"640\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cryptothrift\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"700\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1550wdlr\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"711\"][height=\"98\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackingforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"720\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wharf\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"720px\"][height=\"90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mkfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"75\"][height=\"75\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?telecomtiger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"768\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?americanisraelite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"778\"][height=\"114\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myretrotv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"875\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?waz-warez\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"88\"][height=\"31\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ptf\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"91\"][height=\"13\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bilingualweekly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"960\"][height=\"70\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?player\\.stv\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"960px\"][height=\"32px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staugustine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"970\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lockerz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"980\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneycontrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"996\"][height=\"169\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vodu\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "input[onclick^=\"parent.location='http://d2.zedo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vodu\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "input[onclick^=\"parent.location='http://imads.integral-marketing.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentcrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "input[onclick^=\"window.open('http://adtransfer.net/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?onhax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "input[type=\"button\"][value^=\"Download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Anonymous Download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ad2links\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Download Now\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wareznova\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Download from DLP\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Download x10 faster\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lix\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Download\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wareznova\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Start Premium Downloader\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "input[value=\"Usenet\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneyinpjs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "ins[class^=\"bmadblock-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?politics\\.ie/" + }, + "action": { + "type": "css-display-none", + "selector": "ins[style=\"display:inline-table;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesofisrael\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "item-spotlight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webgurubb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[data-author=\"Ads Master\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[data-beacon^=\"https://beap.adss.yahoo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[data-beacon^=\"https://beap.gemini.yahoo.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[id^=\"ad-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thefinancialbrand\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[id^=\"banner\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[id^=\"yui_\"] > div[data-bns][data-bk][style=\"cursor: pointer;\"] > div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twitter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[label=\"promoted\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneylife\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\" font-family:tahoma; font-size:11px; margin: 0px; border-bottom: 0px solid #ddd; padding: 5px 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ebayclassifieds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\"padding: 10px 0px; min-height: 90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webmastertalkforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\"width: 100%; height: 100px !important;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cynagames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\"width: 25%; margin: 0; clear: none; padding: 0; float: left; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psfk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\"width:300px; height:250px; margin-left: auto; margin-right:auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "noindex" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?featve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "object + script + div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stream4\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "object[id^=\"stream\"] + script + div[class]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcoinfees\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p > span[style=\"color:#aaaaaa; font-size:8pt;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?caclubindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"border: 1px black solid; width: 300px; height: 250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?caclubindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"border:1px black solid;width:300px;height:100px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?c9tk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"clear:both; padding:10px 5px 5px 5px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tweaktown\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"float:left;margin-right:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?diffen\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"float:right;width:340px;height:290px;padding:0;margin:0 0 0 15px;border:1px solid #DDD\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?futureofcapitalism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"font-size:11px; margin:0 0 2px 0; color:gray; text-align:center; letter-spacing:2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"font-size:14px; text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?history\\.ca/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"height:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?midtownlunch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"padding-bottom:295px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?truthdig\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"text-align: center; font-size: small;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkarcades\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"text-align: center; font-weight: bold; font-size: 150%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcsx2\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "p[style=\"text-align: center;margin: 0px 160px -10px 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sorelatable\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "script + a[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?service\\.mail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "script + div[tabindex=\"1\"] div[style=\"z-index:99996;position:absolute;cursor:default;background-color:white;opacity:0.95;left:0px;top:0px;width:1600px;height:552px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?service\\.mail\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "script + div[tabindex=\"1\"] div[style^=\"z-index:99998;position:absolute;cursor:default;left:0px;top:0px;width:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?koreaherald\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "section[style=\"border:0px;width:670px;height:200px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elitistjerks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rokked\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"color: #555; font-size: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?toucharcade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"color:#555;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"color:#AAA;font-size:9px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteslike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"display: block; height: 180px; margin-top: -1em;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?siteslike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"display: block; height: 181px; margin-top: -1em;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.ihubhost\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-family:arial,helvetica,sans-serif;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?washingtonmonthly\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-size:12px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?openwith\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-size:12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwannawatch\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-size:12px;margin-left:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyricsmania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-size:14px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-size:9px; font-weight:bold;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techzilo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"font-weight: 400; color: #888; font-size: 10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?windowsbbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"margin: 2px; float: left; width: 337px; height: 281px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forbes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"text-transform:upercase;font-size:10px;color:999999;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videobash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"vertical-align: bottom; width: 300px; height: 241px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aninews\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style=\"vertical-align: bottom; width: 302px; height: 270px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "span[style^=\"display:inline-block; width:700px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sythe\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"center\"][cellpadding=\"0\"][style=\"width:1220px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.blackhairmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"center\"][style=\"padding-left:10px\"] > tbody > tr > td[width=\"120\"][valign=\"top\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forum\\.blackhairmedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"center\"][style=\"padding-left:10px\"] > tbody > tr > td[width=\"120\"][valign=\"top\"]:first-child + td[width=\"100%\"][valign=\"top\"] + td[width=\"120\"][valign=\"top\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?torrentportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"center\"][width=\"800\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?learninginfo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"left\"][width=\"346\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantimes\\.co\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"right\"][width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?411mania\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[align=\"right\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?officegamespot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"#CCCCCC\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?geology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"#cccccc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?webworldindex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"#ceddf0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.vmn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"#ecf5fa\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wwitv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"222222\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?biz\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"white\"][width=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realitytvworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"0\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mdpub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"0\"][align=\"top\"][style=\"border: 1px red solid; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?omg-facts\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"0\"][width=\"330px\"][height=\"270px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softexia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"0\"][width=\"728\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shopping\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"1\"][width=\"580\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?majorgeeks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"3\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animecrave\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"3\"][bgcolor=\"#F4F4F4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?digitimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"4\"][bgcolor=\"#000000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcstats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"5\"][width=\"866\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkgold\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"7\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?roadtester\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"9\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinapost\\.com\\.tw/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iwebtool\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"0\"][cellpadding=\"0\"][border=\"1\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtremedotnettalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"0\"][cellpadding=\"5\"][border=\"0\"][width=\"100%\"][style=\"background:#ffffff; margin:10px;padding:10px;\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinapost\\.com\\.tw/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"1\"][cellpadding=\"1\"][bgcolor=\"#DD0000\"][width=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"1\"][cellpadding=\"3\"][border=\"0\"][width=\"98%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tdpri\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"2\"][width=\"860\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dl4all\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"5\"][background=\"#FFFFFF\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"5\"][cellpadding=\"5\"][style=\"float: right; width: 300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ps3news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?daijiworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"100%\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"][width=\"150\"][style=\"border-left: 1px solid #000000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playkidsgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"105\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airlinequality\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"110\"][width=\"740\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empireonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"130\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dll-free-download\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"145\"][width=\"789\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?impulsegamer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"200\"][width=\"350\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodnews\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"217\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japantimes\\.co\\.jp/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"250\"][width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timesnewsline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"250\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboxotruth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"252\"][bgcolor=\"#ffffff\"][width=\"748\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wchstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"252\"][width=\"320\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?denimology\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"254\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitrebels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"262\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airlinequality\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"270\"][width=\"320\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i-tk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"280\"][width=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyngsat-logo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"320\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboxotruth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"33\"][bgcolor=\"#ffffff\"][width=\"760\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abundance-and-happiness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"339\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpanorama\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"620\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?publichd\\.eu/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"75\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?curezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"80\"][cellpadding=\"7\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?car\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"90\"][width=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldairportawards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"90\"][width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indiaglitz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"90\"][width=\"740\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboxotruth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"90\"][width=\"748\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billboard\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"90px\"][bgcolor=\"#CCCCCC\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldairlineawards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"95\"][width=\"740\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legendarydevils\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[multilinks-noscroll=\"true\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thedailysheeple\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"background-color:#fdf1ca;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jeepforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"border-width: 1px; border-color: gray; border-style: solid;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monova\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"border: 1px solid #ccc; width: 85%; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ngohq\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"border:1px solid #b2b2b2; width:153px; height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dlsdownload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"border:3px outset red;font-size:16px;background-color:#fdfcf0;margin-bottom:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sina\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"margin-bottom:10px;border:0px solid #ddd;text-align:center;width:900px;height:100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tower\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"margin-top:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapid-search-engine\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"margin-top:5px;padding-top:10px;width:100%;background-color:#F5F8FE\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharedir\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"margin:15px 0 0 -8px;width:540px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitsnoop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"margin:6px 0 16px 0;padding:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?i3investor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"padding:8px;border:6px solid #dbdbdb;min-width:228px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aniscartujo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"position:absolute; left:0; top:0; z-index:999; border-collapse:collapse\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?localstore\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width: 952px; height: 90px; padding: 10px; border: 0; margin: 0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playkidsgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:100%;height:105px;border-style:none;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tower\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:160px; height:600px;padding:0px; margin:0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playkidsgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:320px;height:219px;border-style:none;background-color:#333333;margin:0 auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tower\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:592px; height:200px;padding:0px; margin:0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tower\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:592px; height:65px;padding:0px; margin:0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?website\\.informer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:728px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneyearningforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:945px;text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotelnewsnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:970px;margin:0 auto;padding-bottom:10px;padding-top:10px;border-collapse:separate;border-spacing:0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nufc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[title=\"Ford Direct - Used Cars Backed by Ford\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chiff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[title=\"Sponsored Links\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trucknetuk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"100%\"][bgcolor=\"#cecbce\"] > tbody > tr > #sidebarright[valign=\"top\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linkreferral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"100%\"][height=\"1\"] + table[width=\"750\"][border=\"0\"][bgcolor=\"ffffff\"][cellspacing=\"0\"][cellpadding=\"4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wvtlfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"1024\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?atimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvsite\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"120\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thephuketnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"1215\"][bgcolor=\"#DDDDDD\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aquariumfish\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"126\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chinadaily\\.com\\.cn/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"130\"][height=\"130\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sermonaudio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"152\"][bgcolor=\"C8D6C9\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?afrol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"159\"][height=\"70\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboxotruth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"162\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?audiforums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"170\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?curezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flipline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"180\"][height=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?articlebiz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"200\"][height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.excite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"210\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?font-cat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"254\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?foodnews\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"270\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pcstats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"300\"][align=\"right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?highdefdigest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"300\"][cellspacing=\"0\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?missoulian\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"300px\"][height=\"487\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"312\"][height=\"252\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?garfield\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"332\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iloveuquotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"350\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cameralabs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"350\"][align=\"right\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flmsdown\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"435\"][bgcolor=\"#575e57\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aquariumfish\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"440\"][height=\"330\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airlinequality\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"470\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtimezone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"472\"][border=\"0\"][bgcolor=\"ffffff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stampnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"482\"][cellspacing=\"1\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gardenstateapartments\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"486\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"490\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abundance-and-happiness\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"500\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?christiansunite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"597\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lowellsun\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"599\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegrumpiest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?animaltales\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"610\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blingcheese\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"620\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rainbowdressup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"620\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scoop\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"640\"][height=\"254\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kingfiles\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"650px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tvseriesfinale\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"658\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?techlearning\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"665\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monsterindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softexia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728\"][bordercolor=\"#003366\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?serialbay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728\"][cellspacing=\"0\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oteupload\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728\"][height=\"430\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?knowfree\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728px\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monsterindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"730\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?font-cat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"732\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?airlinequality\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"736\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?learnaboutmovieposters\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"744\"][border=\"2\"][bgcolor=\"#000000\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gpdownloads\\.co\\.nz/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"760\"][height=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharedata\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"760\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?inquirer\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"780\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackstarnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"800\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackstarnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"800\"][height=\"130\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?totallystressedout\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"800\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?g35driver\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"867\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.syfy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"900\"][bgcolor=\"#3A3163\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aaroads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"900\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asiaone\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"924\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newreviewsite\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"940\"][height=\"60\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psl\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"952\"][height=\"115\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psl\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"952\"][height=\"64\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?psl\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"952\"][height=\"87\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japan-guide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"965\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scvnews\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"978\"][height=\"76\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prowrestling\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"979\"][height=\"105\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dining-out\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"980\"][vspace=\"0\"][hspace=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?westportnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"981\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kool\\.fm/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"983\"][height=\"100\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamecopyworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"984\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?apanews\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"990\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cbc-radio\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"990\"][height=\"100\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?965ksom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"990\"][height=\"101\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wbrn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"990\"][height=\"98\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rarbg\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "td.lista > iframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?v8x\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"RIGHT\"][width=\"50%\"][valign=\"BOTTOM\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?canmag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][height=\"278\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autosport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][valign=\"top\"][height=\"266\"][bgcolor=\"#dcdcdc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?coffeegeek\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][width=\"100%\"][valign=\"middle\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.battle\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][width=\"130\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"left\"][colspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegrumpiest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"left\"][width=\"135px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegrumpiest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"left\"][width=\"135px\"] + #table1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthboards\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"left\"][width=\"300\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[background*=\"/img/topad_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?959kissfm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[background=\"/i/banner_back.jpg\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crackdb\\.cd/" + }, + "action": { + "type": "css-display-none", + "selector": "td[background=\"/img/tittel.gif\"]:first-child > h1:first-child + h1:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vgcats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[background=\"images/towerbanner.gif\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vgcats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[background=\"images/widebanner.gif\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetlotus\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#BCCEDC\"][align=\"center\"][colspan=\"6\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planetlotus\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#FFFFFF\"][align=\"center\"][colspan=\"6\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stickyminds\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#acbcde\"][width=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?appleinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#f5f5f5\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ixquick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#f7f9ff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ixquick\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#fbf0fa\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyrics007\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#ffcc00\"][width=\"770\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theboxotruth\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[bgcolor=\"#ffffff\"][width=\"302\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?puretna\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[class=\"colhead\"][width=\"241\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?express\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "td[colspan=\"2\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?schlockmercenary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[colspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?btmon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[colspan=\"4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ytmnd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[colspan=\"5\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?notdoppler\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"100\"][rowspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"108\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usautoparts\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"111\"][align=\"center\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bittorrent\\.am/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"120\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?officegamespot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"120\"][bgcolor=\"#FFFFFF\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1980-games\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"129\"][colspan=\"4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"130\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eurometeo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"14\"][width=\"738\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eve-search\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autosport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"17\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videohelp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"200\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wrestlingnewsworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"204\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maxgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"250\"][bgcolor=\"#fff\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vectorportal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"250\"][colspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dllme\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"260\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crictime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"265\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?autosport\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"266\"][bgcolor=\"#DCDCDC\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kids-in-mind\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"270\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rediff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"280\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seriouswheels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"289\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billionuploads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lyngsat-logo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"320\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cellular-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"350\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keepittrill\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"571\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moviesite\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?musicjesus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"600\"][width=\"160\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkgold\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"61\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinyurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"610\"][width=\"310\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crictime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"641\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mybetting\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"70\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?businessknowhow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"70\"][colspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eve-search\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?start64\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"92\"][colspan=\"2\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crictime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"93\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tigerdroppings\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"95\"][bgcolor=\"#dedede\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imtranslator\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"96\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinyurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"98\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?losmovies\\.is/" + }, + "action": { + "type": "css-display-none", + "selector": "td[onclick^=\"window.open('//ads.ad-center.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?searchalot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[onmouseout=\"cs()\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bt-chat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[rowspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ft\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\" width:125px; height:100px; vertical-align:top; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tinyurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"background-color : #F1F0FF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themaineedge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"background-color:#000000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesonglyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"background:url('http://www.thesonglyrics.com/pics/rcolbk.png'); border-left: 1px solid #003366; border-right: 1px solid #003366;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hyipexplorer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border-bottom: 1px solid #EBEBEB; padding-right: 0px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfactor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border-left: #c0c0c0 solid 1px; padding-top:3px; padding-bottom:3px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dslreports\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border-right: 1px #CCCCCC solid;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nvnews\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border: 0px solid #000000\"][rowspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aquariumfish\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border: 2px solid #FF0000; padding-top:8px; padding-bottom:8px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?2flashgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"border:1px solid #a1b851;background:#ffffff;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rapidog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"font-size:11\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?citationmachine\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"height: 100px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"min-height: 292px; height: 250px; width: 342px; padding: 3px; padding-top:0px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?360cities\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"min-width:210px;min-height:600px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cellular-news\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jimbotalk\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-bottom:3px; background-color:#ffffff; height:90px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-right: 1px; text-align: left; font-size:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagebam\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-right: 2px; text-align: left; font-size:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfactor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-right: 5px; border-right: #BFBFBF solid 1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mg\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-top:5px; width: 200px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 1px 1px 0 1px;\"] > .bfl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 1px 1px 0 1px;\"] > .bvc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 1px 1px 0 1px;\"] > .gyft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 1px 1px 0 1px;\"] > a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bitcointalk\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 1px 1px 0 1px;\"] > b + span[style*=\"font-size: 18px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?car\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding: 8px; border: 1px solid #C9D9DD; background-color: #F9F9FF;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikifeet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding:10px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?business-standard\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding:5px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?healthsquare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding:6px 0px 0px 4px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ultimate-guitar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding:7px 0 10px 0; vertical-align:middle; text-align:center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?israbox\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"text-align: center; font-size: 16px; font-weight: bold;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fresherscafe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"text-align:center; height:120px; vertical-align:middle; border:#aaa 5px solid\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uploadc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"text-align:center; vertical-align:middle; background:black\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tixati\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"vertical-align: top; text-align: right; width: 346px; font-size: 12px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?englishforum\\.ch/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 160px; padding-left: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?armslist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 190px; vertical-align: top;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maannews\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 250px; height: 120px; border: 1px solid #cccccc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 300px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mlbtraderumors\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?maannews\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width: 640px; height: 80px; border: 1px solid #cccccc\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?talkgold\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width:150px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?riverdalepress\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"width:728px; height:90px; border:1px solid #000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?billionuploads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"baseline\"][colspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"middle\"][height=\"124\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efytimes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"middle\"][height=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?staticice\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"middle\"][height=\"80\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?johnbridge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"] > .tborder[width=\"140\"][cellspacing=\"1\"][cellpadding=\"6\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?writing\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"][align=\"center\"][style=\"padding:10px;position:relative;\"][colspan=\"2\"] + .mainLineBorderLeft[width=\"170\"][rowspan=\"4\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newhampshire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"][height=\"94\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cruisecritic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"][width=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cruisecritic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[valign=\"top\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cdcovers\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"10\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linkreferral\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"100%\"][bgcolor=\"dddddd\"][align=\"right\"] > table[width=\"800\"][border=\"0\"][align=\"center\"][cellspacing=\"0\"][cellpadding=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manoramaonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"1000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gotquestions\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"1000\"][height=\"93\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rawstory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"101\"][align=\"center\"][style][margin=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldtribune\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"1024\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eq2flames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"120\"][style=\"padding-left:5px;white-space:normal\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.webrats\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"120px\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pojo\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"125\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wetcanvas\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"125\"][align=\"center\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zambiz\\.co\\.zm/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"130\"][height=\"667\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manoramaonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"140\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?songspk\\.link/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"145\"][height=\"21\"][style=\"background-color: #EAEF21\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"15%\"][valign=\"top\"][style=\"font-size:100%;padding-top:2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?appleinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aerobaticsweb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"156\"][height=\"156\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zambiz\\.co\\.zm/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"158\"][height=\"667\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gardenweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"159\"][bgcolor=\"#A39614\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?securityfocus\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"160\"][bgcolor=\"#eaeaea\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manoramaonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"160\"][height=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thegrumpiest\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"160px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?manoramaonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"165\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barbie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"168\"][height=\"640\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.excite\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"170\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tampermonkey\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"170px\"][style=\"vertical-align: top; padding-top: 17px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?everythinggirl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"174\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?moneymakerdiscussion\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"175\"][style=\"padding-left: 15px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?appleinsider\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aaroads\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"][height=\"650\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?themaineedge\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"][style=\"background-color:#335F9B; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?odili\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sys-con\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"][valign=\"top\"][rowspan=\"3\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thaivisa\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"182\"][valign=\"top\"][style=\"padding-left:18px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?couponmom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"184\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eab\\.abime\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"185\"][align=\"left\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gateprep\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"187\"][style=\"padding:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?muchshare\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"189\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avsforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"193\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tivocommunity\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"193\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boxingscene\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"200\"][height=\"18\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dir\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"215\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thesonglyrics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"230\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itweb\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"232\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bigresource\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"250\"][valign=\"top\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scriptmafia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"250px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stumblehere\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"270\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?websitelooker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"30%\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?softpedia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"300\"][align=\"right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zigzag\\.co\\.za/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"300\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziddu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"305\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bt-chat\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"305px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pwtorch\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"306\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tennis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"330\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?codewalkers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"336\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?net-security\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"337\"][height=\"287\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?planet-source-code\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"340\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rom-world\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"35%\"][style=\"border: solid #AAAAAA 1px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askvg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"370px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?storagereview\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"410\"]:first-child + td[align=\"right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeonlinegames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"50%\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boxofficeindia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"50%\"][valign=\"top\"][height=\"265\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goodquotes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"55%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?leo\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"55%\"][valign=\"middle\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dickens-literature\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"7%\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japan-guide\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"728\"][valign=\"bottom\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?postchronicle\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"728\"][valign=\"top\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?samachar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"730\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?railmuseums\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"760\"]:first-child + td[width=\"160\"][valign=\"top\"]:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?barbie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"767\"][height=\"96\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gardenweb\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"932\"][height=\"96\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?the-numbers\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"95\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empireonline\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"950\"][height=\"75\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?workforce\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"970\"][height=\"110\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usanetwork\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"970\"][height=\"66\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?howstuffworks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"980\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hongkongindians\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "th[width=\"1000\"][height=\"141\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?legendarydevils\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "th[width=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uvnc\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr > td[valign=\"middle\"][style=\"width: 10px;\"]:first-child + td[valign=\"top\"][style=\"width: 180px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?forums\\.creativecow\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "tr > td[width=\"126\"][valign=\"top\"][style=\"padding:6px 0px 0px 10px;\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?topfriv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr:first-child:last-child > td[style=\"padding-left:5px; width:260px\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fredericknewspost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?whatsmyip\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[height=\"95\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nowgoal\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[id^=\"tr_ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fulldls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[style=\"height:40px;font-size:13px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playkidsgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[style=\"height:60px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internetslang\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[style=\"min-height:28px;height:28px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?internetslang\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[style=\"min-height:28px;height:28px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?opensubtitles\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "tr[style^=\"height:115px;text-align:center;margin:0px;padding:0px;background-color:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.yahoo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "ul > .res[data-bg-link^=\"http://r.search.yahoo.com/_ylt=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "ul[content=\"SLMP\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?search\\.aol\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "ul[content=\"SLMS\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?facebook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "ul[id^=\"typeahead_list_\"] > ._20e._6_k._55y_" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?elizium\\.nu/" + }, + "action": { + "type": "css-display-none", + "selector": "ul[style=\"padding: 0; width: 100%; margin: 0; list-style: none;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?testpages\\.adblockplus\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#abptest" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ashemaletube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ASHM_imBox_Container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nudography\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#BannerUnder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Cam4IMslider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starsex\\.pl/" + }, + "action": { + "type": "css-display-none", + "selector": "#FLOW_frame" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestranger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#PersonalsScroller" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privatehomeclips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#Ssnw2ik" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagehaven\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#TransparentBlack" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namethatporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#a_block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?swfchan\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#aaaa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youjizz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#above-related" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornvideoxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#abox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#accBannerContainer03" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#accBannerContainer04" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagefap\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adA" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ua-teens\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ad_global_below_navbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dagay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dagay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#add_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiddencamsvideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?primejailbait\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertical" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornative\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertisers" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?timtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#advertising" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afleft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#afright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#agePopup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#agebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagehaven\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#agreeCont" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherless\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#anonymous-notice" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?literotica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#b-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youjizz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#baner_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?linkbucks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?designm\\.ag/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dansmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerListBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerListTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yuvutu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannerTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?debonairblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_an" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_con" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dansmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#banner_video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namethatpornstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bannercontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iafd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bantop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?desktopangels\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#bg_tab_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornflex53\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bigbox_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#blackout" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?chaturbate\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#botright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wankerhut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottom_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mydailytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#bottomadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchindianporn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#boxban2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsharia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#brazzers1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastpic\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#brnd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fastpic\\.ru/" + }, + "action": { + "type": "css-display-none", + "selector": "#brnd-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#channel_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?24porn7\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#closeSyntax_adpB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drtuber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#close_bottom_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thestranger\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#communityScroller" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagewaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#container2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?trovaporno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#corpo_video_sponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thisav\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dhtmlwindowholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?blackandrose\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#disclaimer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNC-RC-BotAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNC-RC-TopAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCFootAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCFooterAdsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCHeadAdHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCVidPageAboveAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCVidPageBelowAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCVidPageBotAdWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?theync\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#divYNCVidPageTopAdsWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_alert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#div_alternative" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dojki\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#dosug" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xaxtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#download" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dominationtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#download-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anyvids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#eapromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efukt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ef-video-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultdvdtalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#enter_overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#eptable" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagetwist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#firopage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?be3x\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fl813695" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexyclips\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#flash" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?loadsofpics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#floatdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monstertube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youjizz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footer-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#footerWhole" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?burningcamel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#fp_promo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#free_chat_models" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemoviestube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#friendscontents" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?netasdesalim\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#frutuante" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cantoot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#googlebox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nangaspace\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freepornvs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header > h1 > .buttons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?aan\\.xxx/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubelike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spankwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xaxtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_banner_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xaxtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#header_banner_2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?phonedog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerboard" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dumpaporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#headerbottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?todaysparent\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#hearst" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonecasxxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#highlights" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prettyhotandsexy\\.sk/" + }, + "action": { + "type": "css-display-none", + "selector": "#home-insert-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fapdu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#home_300_250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realgfporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#iknow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gotgayporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#index4x4ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inpdiv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#inplayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#interVeil" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex2ube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#jFlowSlide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagetwist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#left[align=\"center\"] > center > a[target=\"_blank\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegegrad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#leftquad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?suicidegirls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#livetourbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bootyoftheday\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "#lj" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5ilthy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ltas_overlay_unvalid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lw-bannertop728" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ynot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#lw-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#maindiv-topa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#maindiv-topadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?news\\.com\\.au/" + }, + "action": { + "type": "css-display-none", + "selector": "#match-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xred2\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mbEnd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yobt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#media-bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mod" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askjolene\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#more_from_this" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?protectlinks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mouselayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#movieplayer-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starcelebs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#mrskin-birthday-widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagetwist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#myad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hollywoodrag\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#navcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ma3comic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#omad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newverhost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#onload" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newverhost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#onload-main" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newverhost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#onload-overlay" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pToolbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jizzhut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pagetitle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wide6\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#partner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#personalizedHomePage > div:nth-child(2)" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#player + div + div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#player + div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alotporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#playeradv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?depic\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#popup_div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagehaven\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "#popwin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sextvx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#porntube_hor_bottom_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sextvx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#porntube_hor_top_ads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#postrollContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kaktuz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#postroller" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#potd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#puBody" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideoslatino\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidadlateral1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideoslatino\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#publicidadlateral2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pussy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#pussyhbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pussy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#pussytextlinks" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ma3comic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#pxhead" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bootyoftheday\\.co/" + }, + "action": { + "type": "css-display-none", + "selector": "#random-div-wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rectbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourlust\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#relatedBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxymovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#reltabContent" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youjizz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#rightPromo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemoviestube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#right_out" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nonktube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#second" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shesocrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarsMiddle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shesocrazy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideBarsTop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornday\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#side_subscribe_extra" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mydailytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sideadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spankwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sidebar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imageporter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#six_ban" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flurl\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#skybanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-celebrity-tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#slide_up2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fantasti\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "#smutty_widget" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sp" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?kindgirls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dagay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsor_video_pub" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?flingtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsoredBy" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hiddencamshots\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsors" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?w3avenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#sponsorsbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ssLeft" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#ssRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wikiporno\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "#sticky-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hot-jav\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stop" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privatehomeclips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stopImapwUx" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?privatehomeclips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#stopVAD" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subcontent_mediaspace" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#subfoot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfyi\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#table18" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hostingfailov\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tablespons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tabs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jav4\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": "#tbl1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-12" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-13" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-14" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-15" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#text-8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fapgames\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#the720x90-spot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filhadaputa\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": "#thumb[width=\"959\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nude\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": "#topPartners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topRightsquare" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#top_player_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pinkems\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topfriendsbar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namethatpornstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#topphotocontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askjolene\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tourpage" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhyve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#towerbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornvideoxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tube-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pervclips\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#tube_ad_category" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?usatoday\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#usat_PosterBlog" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemoviestube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#v_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stileproject\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#va8" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teenist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video-bottom-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoCanvas > .grid_5[style=\"height: 455px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?spankwire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoCounterStraight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoPageObject" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoWrapper + div[style]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangyoulater\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video_ad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video_left_message" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#video_main_cams" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhyve\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videobanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rextube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#videoright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#views_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tjoob\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#viewvidright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?matureworld\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "#vote_popup" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#vp_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xad900x250x1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mrstiff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "#xdv-preroll" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".Banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".DealContainer2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBanners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightBoxMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".RightRefBoxMain" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TopBann" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".TopBannerCon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".VidBottomBanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbanana\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".VidRightSide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._mapm_link_local_sex" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._mapm_link_phone_sex" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "._mapm_link_premium" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?seductivetease\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".a-center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".a1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aRight" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornvideofile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aWrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebspank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ad1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adContainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornoxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxfuel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adcontainer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex3\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".add-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentaistream\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myfreeblack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ads-player" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freexcafe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".adv1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": ".advert" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fapdu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aff300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?askjolene\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".aj_lbanner_container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?1loop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".asblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?literotica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b-s-share-love" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fuqer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".b300x250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nude\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": ".badHeadline" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?devatube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ban-list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gayboystube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bancentr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fux\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".baner-column" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xchimp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannadd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchindianporn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hd-porn\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-actions" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultpornvideox\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?0xxx\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-naslovna" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchindianporn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner-vid" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?definebabe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebritymovieblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner700" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?watchhentaivideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerBottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_btn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wunbuck\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_cell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?galleries-pornstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_list" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?penthouse\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banner_livechat" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannercube" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xfanz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehun\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerhorizontal" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?isanyoneup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners-125" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntubevidz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners-area" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vid2c\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".banners-aside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?5ilthy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerside" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexoncube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannerspot-index" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?thehun\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannervertical" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ratemymelons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bannus" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".before-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".belowVideo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bgDecor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bangyoulater\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".big-box-border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tub99\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bigimg2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drtuber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bl[style=\"height: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twilightsex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bl_b_l" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japan-whores\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mylifetime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-doubleclick" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youx\\.xxx/" + }, + "action": { + "type": "css-display-none", + "selector": ".block-sites" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".block[style=\"text-align:center; width:902px; padding:15px;margin:0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fux\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-baner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playvid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubelike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-thumbs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubelike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom-top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornvideoxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottom_wide" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bottomadblock" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".box-thumbnail-friends" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?worldsex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".brandreach" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sublimedirectory\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".browseAd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xaxtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bthums" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realgfporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".btn-info" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bvq" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".bvq-caption" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamesofdesire\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".c_align" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".camsBox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".camsBox2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebspank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".celeb_bikini" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?adultfriendfinder\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".chatDiv.rcc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voyeur\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".cockholder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".combo.smallMargin[style=\"padding: 0px; width: 100%; text-align: center; height: 244px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".combo[style=\"padding: 0px; width: 830px; height: 244px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?x-boobs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".content-right[style=\"padding-top: 0px; padding-bottom: 0px; height: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xbutter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".counters" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dronporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cs_spon" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alotporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".cube" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anysex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".desc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsharia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".discounts" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fapdu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".disp-underplayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?keezmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".double_right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cameltoe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realgfporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".downloadbtn" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hellporno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".dvb-advertisements" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsharia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eciframe" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsharia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".eciframeright" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efukt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ef_block_wrapper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?goldporntube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".embadv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grandpaporntube\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".embed_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grandpaporntube\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".exo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".favsites" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mrstiff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".feedadv-wrap" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".float-left[style=\"width: 49.9%; height: 534px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?wankerhut\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".float-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".float-right[style=\"width: 49.9%; height: 534px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?scio\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babesandstars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".footer_banners" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam111\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".g_p_con300250" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sammobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youx\\.xxx/" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youtubelike\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gallery-thumbs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gay-ad-container" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titsintops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gensmall[width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titsintops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".gensmall[width=\"305\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fantasti\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": ".goodie01" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ziporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".hBannerHolder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bgafd\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".hdradclip" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsharia\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".head > h3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebspank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".header > #as_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nuvid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".holder_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-ad-container + div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alphaporno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".home-message + .title-bar + .cont-col-02" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?julesjordanvideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horiz_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orgasm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal-banner-module" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?orgasm\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".horizontal-banner-module-small" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornanal\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".i_br" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drtuber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".img_video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".indexadl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornsis\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".indexadr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornicom\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".info_row2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?e-hentai\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".itd[colspan=\"4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?namethatporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".item_a" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex2ube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jFlowControl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?teensanalfactor\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".job" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".join-button" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".join_box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overthumbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".joinnow" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?zuzandra\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".jx-bar" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fantasti\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": ".left-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftAbsoluteAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxporntalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_col" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?taxidrivermovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".left_right_border" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxporntalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".leftsidenav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?galleries-pornstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".list_sites" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexyfunpics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".listingadblock300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".liveJasminHotModels" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ns4w\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".livejasmine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?madthumbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".logo" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".main-video-wrapper > .float-right" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexdepartementet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".marketingcell" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lic\\.me/" + }, + "action": { + "type": "css-display-none", + "selector": ".miniplayer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hanksgalleries\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".mob_vids" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gangbangtubetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".movielink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".ntva" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?finaid\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".one" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?baja-opcionez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".opaco2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".overheaderbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?drtuber\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".p_adv" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".partner-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bravotube\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".paysite" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ah-me\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".paysite-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".player_faq_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".player_sub_link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yobt\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".playpause.visible > div" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hornywhores\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".post + script + div[style=\"border-top: black 1px dashed\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hornywhores\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".post + script + div[style=\"border-top: black 1px dashed\"] + br + center" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uflash\\.tv/" + }, + "action": { + "type": "css-display-none", + "selector": ".pps-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".pre-footer" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porntubevidz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".promo-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nuvid\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".puFloatLine" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexy-toons\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".pub300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pussy\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".pussytrbox" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xchimp\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rCol2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bustedcoverage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rcr-tower" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candidvoyeurism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rectangle" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?burningcamel\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".reklaim" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".removeAds" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubaholic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".result_under_video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-column > div[style^=\"float: none;\"]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right-column aside[class^=\"pad-right\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".right300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tnaflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightAbsoluteAdd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxporntalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rightalt-1 > center > a[target=\"_blank\"] > img[width=\"160\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rmedia" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?collegegrad\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".roundedcornr_box_quad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxymovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".rtoptbl" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sticking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sb-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?uselessjunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".shadow_NFL" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sankakucomplex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".side300xmlc" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celebspank\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar5" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebarVideos" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vidxnet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidebar_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cliphunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidecreative" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxporntalk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sidenav" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".siteBannerHoriz" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin6" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skin7" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?candidvoyeurism\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".skyscraper" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gaytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".slider-section" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?movies\\.askjolene\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".small_tourlink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?springbreaktubegirls\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-100" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nonktube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-300" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nonktube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".span-320" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ns4w\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": ".splink" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bgafd\\.co\\.uk/" + }, + "action": { + "type": "css-display-none", + "selector": ".spnsr" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?abc-celebs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spons" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?definebabe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxbunker\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorBoxAB" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsorS" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sponsor_top" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magicaltube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot-block" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubecup\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".spot_bottom" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".square-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babesandstars\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".srcreen" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexyandshocking\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".sub-holder" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peepinghunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".superbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porndaddy\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": ".svd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dickbig\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".t_14" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?intporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tagcloudlink.level4" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amateuralbum\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".tb3" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hungangels\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"160\"][cellspacing=\"0\"][cellpadding=\"4\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amateurvoyeurforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tborder[width=\"99%\"][cellpadding=\"6\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagepost\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".textads1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?extremetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".title-sponsor-box" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?galleries-pornstar\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".title_slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunporno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top-player-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?10movs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".top_hd_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgwet\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topa" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mrstiff\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topad" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?peepinghunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topbanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?itsatechworld\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".topd" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?realgfporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".trade-slider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?overthumbs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".trailerspots" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubedupe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".treview_link_1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tubedupe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".tube_review" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".twobannersbot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".twobannersbot-bot" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?dumparump\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".txt8pt[width=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sunporno\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".under-player-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bravotube\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".under-video" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianpornvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vdo-unit" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?julesjordanvideo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vertical_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freepornvs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".vib > .cs" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?h2porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video-banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hdporntube\\.xxx/" + }, + "action": { + "type": "css-display-none", + "selector": ".video-link" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video-page" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?japan-whores\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video-provider" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoPageSkin" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoPageSkin1" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoPageSkin2" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4tube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoSponsor" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?h2porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".video_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bonertube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoad940" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?indianpornvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".videoads" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexyshare\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": ".videosz_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".views_left" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lubetube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".viewvideobanner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagearn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".wide_banner" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?beeg\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".window" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mrskin\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".yui3-u-1-3:last-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": ".zone" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[height=\"280\"][width=\"960\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagehaven\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "[href=\"http://clicks.totemcash.com/?s=38739&p=21&pp=4\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagevenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[id^=\"MarketGid\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?liveleak\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"color: rgb(204, 0, 0);\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?subimg\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"float: left; padding-left: 43px; padding-top: 21px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemade-voyeur\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starpix\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"left: 644px; top: 552.5px; visibility: visible;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornerbros\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"margin: -150px auto 0px; width: 920px; height: 400px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myprops\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"padding-top: 15px; padding-left: 81px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexyclips\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "[style=\"text-align: center; width: 1000px; height: 250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yuvutu\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"480px\"][style=\"padding-left: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exgirlfriendmarket\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"728\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?264porn\\.blogspot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "[width=\"728\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?matureworld\\.ws/" + }, + "action": { + "type": "css-display-none", + "selector": "a > img[height=\"180\"][width=\"250\"][src*=\".imageban.ru/out/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/affiliates/idevaffiliate.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gaytube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/external/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?monstercockz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"/go/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href*=\"?coupon=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn99\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://porn99.net/asian/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://premium.xhamster.com/join.html?from=no_ads\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornwikileaks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.adultdvd.com/?a=pwl\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?footfetishtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.footfetishtube.com/advertising_banner.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twinsporn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.herbostore.net/mens-health/spermomax.html\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?stockingstv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"http://www.stockingstv.com/banners/default.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hornywhores\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href=\"https://cosyupload.com/affiliate\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagevenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\" http://www.pinporn.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fecaltube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"/go/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anyvids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ad.onyx7.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex4fun\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://adiquity.info/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ard.ihookup.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornbb\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ard.sexplaycam.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn99\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://bit.ly/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex4fun\\.in/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://c.mobpartner.mobi/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex3dtoons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://click.bdsmartwork.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxgames\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://clicks.totemcash.com/?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imghit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://crtracklink.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://enter.\"][href*=\"/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hollywoodoops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://exclusive.bannedcelebs.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gamcore\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://gamcore.com/ads/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://join.\"][href*=\"/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn99\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://lauxanh.us/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?incesttoons\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://links.verotel.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxfile\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://netload.in/index.php?refer_id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagepix\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://putana.cz/index.php?partner=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?olala-porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://ryushare.com/affiliate.\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentairules\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.bondanime.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentairules\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.futafan.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentairules\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.lestai.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filthyrx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.spitsters.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentairules\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://secure.titanime.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youngpornvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://teensexmania.com/jump.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asianpornmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://tour.teenpornopass.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asianpornmovies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://webmasters.asiamoviepass.com/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagetwist\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.2girlsteachsex.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nifty\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adlbooks.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentai-imperia\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adult-empire.com/rs.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picfoco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.adultfriendfinder.com/search/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?bravotube\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.bravotube.net/cs/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-adult-anime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.cardsgate-cs.com/redir?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.cashdorado.de/track/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.clickthruserver.com/cgi-bin/banner/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.eporner.com/cppc/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?filthdump\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.filthdump.com/adtracker.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?alotporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fling.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?myfreeblack\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fling.com/enter.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeporninhd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.freeporninhd.com/download.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.fuckeveryday.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gangbangtubetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.hotpink.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?gangbangtubetv\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.instabang.com/enter.php?\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?girlsnaked\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mrvids.com/out/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.mykinkygfs.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgcandy\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.porntrex.com\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sluttyred\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.realitykings.com/main.htm?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.redtube.com/click.php?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.redtube.com/click?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherless\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.safelinktrk.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex3dtoons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.shinydollars.com/sites/3dld/?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?porn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.slutfinder.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxprivates\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"http://www.xxxprivates.com/out-sponsor-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?creepshots\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://go.trkclick2.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?prestashop\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[href^=\"https://partners.a2hosting.com/solutions.php?id=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeporninhd\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick^=\"window.open('http://www.freeporninhd.com/cb5.php\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?literotica\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"display: block; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 110%;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"position: absolute; top: -16px; width: 238px; left: -226px; height: 1088px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?avn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[style=\"position: absolute; top: -16px; width: 238px; right: -226px; height: 1088px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?oopspicture\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"] > img[alt=\"real amateur porn\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagevenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href*=\"&utm_campaign=\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagevenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href*=\"http://trw12.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[target=\"_blank\"][href^=\"http://www.youporn.com/\"] > img[src^=\"http://www.youporn.com/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picfoco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "a[title=\"Sponsor link\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?showyourdick\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "center + hr + table[width=\"800\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div:first-child > div[style^=\"float:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sex3dtoons\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"] > table[width=\"940\"][cellspacing=\"0\"][cellpadding=\"0\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?jailbaitgallery\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[align=\"center\"][style=\"margin-bottom: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?babesandbitches\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"banner\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[class^=\"footer-ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id$=\"rightColVideoPage\"] > div[style]:first-child" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?celeb\\.gate\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"bnrrotator_\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voyeurhit\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"div-ad-\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornuppz\\.info/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"dyn\"][style^=\"position: fixed; left: 30px; top: 20px; z-index:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hentaistream\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[id^=\"hs_ad\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style$=\" border:1px solid #666666;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casanovax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color: #5B1111; width: 728px; height: 90px; text-align: center; margin: auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtravids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"background-color:#DDD; padding:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?x3xtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border: 1px solid red; margin-bottom: 15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crazyandhot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid #000000; width:300px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagecherry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"border:1px solid black; padding:15px; width:550px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javlibrary\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:block; position:relative; width:730px; height:92px; overflow:hidden; margin: 10px auto 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?voyeur\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"display:inline-block;vertical-align:middle;margin: 2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: none; height: 250px; position: static; clear: both; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: none; height: 250px; position: static; clear: both; text-align: left; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: none; position: static; height: 250px; clear: both; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: none; width: 950px; position: static; clear: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; height: 330px; width: 475px; position: relative; clear: left; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"float: right; height: 528px; width: 300px; position: relative; clear: left; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"font-size: 10px; margin-top: 5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; position: static; clear: both; float: none; text-align: left; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; position: static; float: none; clear: both; text-align: left; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; position: static; float: none; clear: both; text-align: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pichunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; width: 800px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxstash\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 250px; width: 960px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 330px; width: 475px; position: relative; float: right; clear: left; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?empflix\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 400px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?redtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height: 528px; width: 300px; position: relative; float: right; clear: left; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?querverweis\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:140px;padding-top:15px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fantasti\\.cc/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"height:300px; width:310px;float:right; line-height:10px;margin-bottom:0px;text-align:center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornmade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-left:40px;width:600px; background-color:#FBF8F1;padding:20px;margin-top:20px;border-top:1px solid #909090;border-left:1px solid #909090;border-right:1px solid #909090;border-bottom:1px solid #909090;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?data18\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top: 6px; margin-left: 6px; width: 293px; height: 200px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornmade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin-top:100px;border:1px solid black;padding:10px;background:#fff;z-index:999;overflow:hidden;width:255px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornerbros\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 10px auto; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornmade\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin:0 auto;padding:10px;border:2px solid black;background-color:white;width:960px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eccie\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"overflow: hidden; width: 728px; height: 90px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?freeones\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding: 0px; margin: 10px 0px; height: 100px; width: 898px; background-color: #4C89F9; border: 1px solid #4C89F9\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?definebabe\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"padding:5px 15px 5px 15px;height:228px;background-color:#000000;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: static; float: none; clear: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: static; float: none; clear: none; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position: static; height: 75px; float: none; clear: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?twinsporn\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"position:fixed;right:10px;bottom:10px;color:#ff0000;border:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videarn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align: center; margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"text-align:center; width:1000px; height: 150px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sluttyred\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; background-color: #CCCCCC;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?givemegay\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 250px; margin: 0 auto;margin-bottom: 10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vid2c\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 300px; height: 280px; margin-left: 215px; margin-top: 90px; position: absolute; z-index: 999999998; overflow: hidden; border-radius: 10px; transform: scale(1.33); background-color: black; opacity: 0.8; display: block;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 380px; margin: 0 auto;background-color: #101010;text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?vporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 720px; height: 90px; text-align: center; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?casanovax\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; text-align: center; margin: auto\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?crazyandhot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 728px; height: 90px; text-align: left;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pichunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 800px; height: 250px; overflow: hidden;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?playporn\\.to/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 816px;height:204px; overflow: hidden; border: none; background:transparent; margin:0; padding:0;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 950px; float: none; position: static; clear: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 950px; position: static; clear: none; float: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width: 950px; position: static; float: none; clear: none; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xogogo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:1000px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?iloveinterracial\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:1000px;height:110px; background-color:#E9DECA; font-family: Tahoma,Helvetica,Arial,sans-serif; font-size: 11px; font-style:normal; color:#535353;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sexbot\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:20px;text-align:center;padding-top:30px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgbabes\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:604px; height:250px; background:#241521; padding:4px 3px 4px 3px; margin-top:-5px; margin-bottom:-8px; -moz-border-radius:2px; border-radius:2px; -webkit-border-radius:2px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam111\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:626px; height:60px; margin-top:10px; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cam111\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:627px; height:30px; margin-bottom:10px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?efukt\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:630px; height:255px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newbigtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:640px; min-height:54px; margin-top:8px; padding:5px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?briefmobile\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:728px;height:90px;margin-left:auto;margin-right:auto;margin-bottom:20px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tmz\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"display: block; height: 35px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?shockingtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"display: block; padding: 5px; width:\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height:250px; width:1198px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"height:250px; width:300px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornvideoxo\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width: 470px; height: 64px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:1198px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?eporner\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:300px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imgflare\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "div[style^=\"width:604px; height:250px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rateherpussy\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "font[size=\"1\"][face=\"Verdana\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?nude\\.hu/" + }, + "action": { + "type": "css-display-none", + "selector": "font[stlye=\"font: normal 10pt Arial; text-decoration: none; color: black;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?cliphunter\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "h2[style=\"color: blue;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?luvmilfs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe + div > div[style=\"position: absolute; top: -380px; left: 200px; \"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[frameborder]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?javjunkies\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[height=\"670\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"height: 250px; width: 300px; position: static; float: none; clear: none; text-align: start;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"height: 250px; width: 950px; float: none; position: static; clear: both; text-align: center; margin: 0px auto;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[style=\"height: 250px; width: 950px; position: static; float: none; clear: both; text-align: center;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?youporn\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"300\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?yourasiansex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"660\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagevenue\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"728\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?videosgls\\.com\\.br/" + }, + "action": { + "type": "css-display-none", + "selector": "iframe[width=\"800\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxxgames\\.biz/" + }, + "action": { + "type": "css-display-none", + "selector": "img[height=\"250\"][width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornhub\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[src^=\"http://www.pornhub.com/album/strange/\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagewaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border: 2px solid ; width: 160px; height: 135px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagewaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[style=\"border: 2px solid ; width: 162px; height: 135px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?soniared\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"120\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?lukeisback\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"140\"][height=\"525\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?loralicious\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?171gifs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"250\"][height=\"1000\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?loralicious\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?4sex4\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"300\"][height=\"244\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?naughty\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"450\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?clips4sale\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"468px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?171gifs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"500\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?171gifs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"500\"][height=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?171gifs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"640\"][height=\"90\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?fleshasiadaily\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "img[width=\"700\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?mofosex\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "li[style=\"width: 385px; height: 380px; display: block; float: right;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?picfoco\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[border=\"0\"][width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xcritic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellpadding=\"10\"][width=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[cellspacing=\"3\"][width=\"930\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemademoviez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"450\"][width=\"600\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"480\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?loadsofpics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[height=\"750\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagewaste\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width: 205px; height: 196px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?starcelebs\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[style=\"width:218px; border-width:1px; border-style:solid; border-color:black; border-collapse: collapse\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?taxidrivermovie\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"275\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"342\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?humoron\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"527\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exgfpics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"565\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xcritic\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"610\"][height=\"150\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagecarry\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"610\"][height=\"260\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?milkmanbook\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"620\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?free-adult-anime\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"620\"][cellspacing=\"1\"][cellpadding=\"4\"][bordercolor=\"#FF33FF\"][border=\"0\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?amateuralbum\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"722\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?hotlinkimage\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"728\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?exgfpics\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"750\"][height=\"248\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?grannysexforum\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"768\"][height=\"226\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?titsintops\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"780\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?newsfilter\\.org/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"800px\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?anyvids\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"860\"][cellspacing=\"1\"][cellpadding=\"10\"][border=\"1\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xnxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"900\"][height=\"244\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?magnetxxx\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"900\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xxvideo\\.us/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"950\"][height=\"252\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?petiteteenager\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"960\"][height=\"102\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?homemademoviez\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "table[width=\"980\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?boobieblog\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][width=\"20%\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?skimtube\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[align=\"center\"][width=\"330\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?rude\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"25\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?furnow\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[height=\"300\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?motherless\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[style=\"padding-top: 10px; padding-left: 2px; padding-right: 4px;\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?ezilon\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"120\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?asianforumer\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"160\"][valign=\"top\"][align=\"left\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?sharks-lagoon\\.fr/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"164\"][valign=\"top\"][bgcolor=\"#3366ff\"][align=\"center\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xvideos\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"180\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagedunk\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?imagedax\\.net/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"300\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?xhamster\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"360\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?pornwikileaks\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"43\"]" + } + }, + { + "trigger": { + "url-filter": "^https?://([^/]*\\.)?tube8\\.com/" + }, + "action": { + "type": "css-display-none", + "selector": "topadblock" + } + }, + { + "trigger": { + "url-filter": "arstechnica\\.co\\.uk", + "if-domain": ["arstechnica.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": ".instream-wrap, .side-ad, #article-footer" + } + }, + { + "trigger": { + "url-filter": "arstechnica\\.com", + "if-domain": ["arstechnica.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#daehtsam-da, #masthead + #pushdown-wrap, #msuk-wrapper, #outbrain-recs-wrap, .instream-wrap, .sponsored-rec, .side-ad, #article-footer" + } + }, + { + "trigger": { + "url-filter": "www\\.amazon\\.ca", + "if-domain": ["www.amazon.com"] + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:280px;\"], .displayAd, .zg_displayAd, #amsDetailRight, #ADPlaceholder, #sponsored-products-dp_feature_div, #AUI_A9AdsMiddleBoxTop" + } + }, + { + "trigger": { + "url-filter": "www\\.amazon\\.co\\.uk", + "if-domain": ["www.amazon.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"width:300px;height:280px;\"], .displayAd, .zg_displayAd, #amsDetailRight, #ADPlaceholder, #sponsored-products-dp_feature_div, #AUI_A9AdsMiddleBoxTop" + } + }, + { + "trigger": { + "url-filter": "www\\.amazon\\.com", + "if-domain": ["www.amazon.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#DAadrp, #ad, #nav-swmslot, #raw-search-desktop-advertising-tower-1, .pa-sp-container, div[style=\"width:300px;height:280px;\"], .displayAd, .zg_displayAd, #amsDetailRight, #ADPlaceholder, #sponsored-products-dp_feature_div, #AUI_A9AdsMiddleBoxTop" + } + }, + { + "trigger": { + "url-filter": "www\\.businessinsider\\.com", + "if-domain": ["www.businessinsider.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad, .chartbeat, .continue-link, .ks-recommended, .sponsor, .subnav-container, .ad-subnav-container, .river-textonly, .rail-recommended, .right-ad, .ks-rr-taboola-video, .ks-rr-taboola-from-the-web, .jobs" + } + }, + { + "trigger": { + "url-filter": "www\\.businessinsider\\.com\\.au", + "if-domain": ["www.businessinsider.com.au"] + }, + "action": { + "type": "css-display-none", + "selector": "#partner-offers, #follow_wrap" + } + }, + { + "trigger": { + "url-filter": "www\\.buzzfeed\\.com", + "if-domain": ["www.buzzfeed.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#BF_WIDGET_10, .post2[style=\"background-color: #FDF6E5;\"]" + } + }, + { + "trigger": { + "url-filter": "www\\.motors\\.ebay\\.com", + "if-domain": ["www.motors.ebay.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_div_193" + } + }, + { + "trigger": { + "url-filter": "pages\\.ebay\\.com", + "if-domain": ["pages.ebay.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_1658" + } + }, + { + "trigger": { + "url-filter": "www\\.ebay\\.co\\.uk", + "if-domain": ["www.ebay.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_194, #rtm_html_274, #rtm_html_275, #rtm_html_391, #rtm_html_566, #rtm_html_567, #rtm_html_569, #skyscrape, .RtmStyle, .sdcBox, .topBnrSc, div[style=\"margin-top: 15px; width: 160px; height: 615px; overflow: hidden; display: block;\"], div[style=\"width: 300px; height: 265px; overflow: hidden; display: block;\"], .beta-placement, #rtm_html_393, #rtm_html_987, #rtm_html_11575, #gf-mrecs-ads, .ft-btyle" + } + }, + { + "trigger": { + "url-filter": "www\\.ebay\\.com", + "if-domain": ["www.ebay.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_html_194, #rtm_html_391, #rtm_html_441, #rtm_html_569, #skyscrape, .RtmStyle, .al32, .fdad1, .ggtm, .mrec, .topBnrSc, div[style=\"margin-top: 15px; width: 160px; height: 600px; overflow: hidden; display: block;\"], div[style=\"margin-top: 15px; width: 160px; height: 615px; overflow: hidden; display: block;\"], .beta-placement, #rtm_html_393, #rtm_html_567, #rtm_html_987, #rtm_html_11575, #gf-mrecs-ads, .ft-btyle" + } + }, + { + "trigger": { + "url-filter": "www\\.ebay\\.com\\.au", + "if-domain": ["www.ebay.com.au"] + }, + "action": { + "type": "css-display-none", + "selector": "#skyscrape, .RtmStyle, .beta-placement, #rtm_html_567, #rtm_html_393, #rtm_html_987, #rtm_html_11575, #gf-mrecs-ads, .ft-btyle" + } + }, + { + "trigger": { + "url-filter": "www\\.ebay\\.ie", + "if-domain": ["www.ebay.ie"] + }, + "action": { + "type": "css-display-none", + "selector": "#rtm_NB, #rtm_html_225, .beta-placement, #rtm_html_567, #rtm_html_393, #rtm_html_987, #rtm_html_11575, #gf-mrecs-ads, .ft-btyle" + } + }, + { + "trigger": { + "url-filter": "apps\\.facebook\\.com", + "if-domain": ["apps.facebook.com"] + }, + "action": { + "type": "css-display-none", + "selector": "div[style=\"margin: 0px; width: 760px; height: 90px; text-align: center; vertical-align: middle;\"]" + } + }, + { + "trigger": { + "url-filter": "m\\.facebook\\.com", + "if-domain": ["m.facebook.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#m_newsfeed_stream article[data-ft*=\"\\\"ei\\\":\\""], .aymlCoverFlow, .aymlNewCoverFlow[data-ft*=\"\\\"is_sponsored\\\":\\\"1\\""], .pyml, .storyStream > ._6t2[data-sigil=\"marea\"], .storyStream > .fullwidth._539p, .storyStream > article[id^=\"u_\"]._676, .storyStream > article[id^=\"u_\"].storyAggregation, [data-xt]" + } + }, + { + "trigger": { + "url-filter": "touch\\.facebook\\.com", + "if-domain": ["touch.facebook.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".aymlCoverFlow, .aymlNewCoverFlow[data-ft*=\"\\\"is_sponsored\\\":\\\"1\\""], .pyml, .storyStream > ._6t2[data-sigil=\"marea\"], .storyStream > .fullwidth._539p, .storyStream > article[id^=\"u_\"]._676, .storyStream > article[id^=\"u_\"].storyAggregation, [data-xt]" + } + }, + { + "trigger": { + "url-filter": "www\\.facebook\\.com", + "if-domain": ["www.facebook.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MessagingNetegoWrapper, #home_sponsor_nile, #home_stream > .uiUnifiedStory[data-ft*=\"\\\"ei\\\":\\""], #pagelet_ads_when_no_friend_list_suggestion, .-cx-PRIVATE-fbAdUnit__root, .-cx-PRIVATE-fbEmu__root, .-cx-PRIVATE-fbFacebarTypeaheadToken__sponsored, .-cx-PRIVATE-snowliftAds__root, .-cx-PRIVATE-spyml__story, .-cx-PUBLIC-fbAdUnit__root, ._24n, ._24o, ._3qj-, ._4u8, .adv, .ego_spo, .fbAdUnit, .fbEmu, .fbEmuBlock, .fbEmuComboList, .fbEmuEgo, .fbEmuEgoUnit, .fbEmuLink, .fbPhotoAdsCol, .fbTimelineSideAds, .fixedAux .pbm, .muffin.group, .ownsection[role=\"option\"], [data-referrer=\"pagelet_side_ads\"], [href^=\"/ads/adboard/\"], a[ajaxify^=\"/ajax/emu/end.php?\"], a[href^=\"/ajax/emu/end.php?\"], div[class=\"ego_column _5qrt\"], div[class=\"ego_column _8_9\"], div[class=\"ego_column pagelet _5qrt _1snm\"], div[class=\"ego_column pagelet _5qrt _y92 _1snm\"], div[class=\"ego_column pagelet _5qrt _y92\"], div[class=\"ego_column pagelet _5qrt\"], div[class=\"ego_column pagelet _y92 _5qrt _1snm\"], div[class=\"ego_column pagelet _y92 _5qrt\"], div[class=\"ego_column pagelet _y92\"], div[class=\"ego_column pagelet\"], div[class=\"ego_column\"], div[id^=\"sponsoredTickerStory_\"], div[id^=\"substream_\"] .userContentWrapper > ._1ifo, div[id^=\"substream_\"] div[data-ft*=\"\"ei\":\"\"], div[id^=\"topnews_main_stream_\"] div[id^=\"u_\"][data-ft*=\"\\\"ei\\\":\\""], ul[id^=\"typeahead_list_\"] > ._20e._6_k._55y_, #pagelet_ego_pane, [data-xt]" + } + }, + { + "trigger": { + "url-filter": "antiviral\\.gawker\\.com", + "if-domain": ["antiviral.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "blackbag\\.gawker\\.com", + "if-domain": ["blackbag.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "deadspin\\.com", + "if-domain": ["deadspin.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "defamer\\.gawker\\.com", + "if-domain": ["defamer.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "dog\\.gawker\\.com", + "if-domain": ["dog.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "domesticity\\.gawker\\.com", + "if-domain": ["domesticity.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "fortressamerica\\.gawker\\.com", + "if-domain": ["fortressamerica.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "gawker\\.com", + "if-domain": ["gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "gizmodo\\.com", + "if-domain": ["gizmodo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".btyb_cat, .js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "internet\\.gawker\\.com", + "if-domain": ["internet.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "io9\\.com", + "if-domain": ["io9.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#postTransitionOverlay, .js_promoted, #skyscraper, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "jalopnik\\.com", + "if-domain": ["jalopnik.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#postTransitionOverlay, .js_promoted, #skyscraper, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "jezebel\\.com", + "if-domain": ["jezebel.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#postTransitionOverlay, .js_promoted, #skyscraper, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "justice\\.gawker\\.com", + "if-domain": ["justice.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "kotaku\\.com", + "if-domain": ["kotaku.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#postTransitionOverlay, .ad, .js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "lifehacker\\.com", + "if-domain": ["lifehacker.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#postTransitionOverlay, .js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "morningafter\\.gawker\\.com", + "if-domain": ["morningafter.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "review\\.gawker\\.com", + "if-domain": ["review.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "sausage\\.gawker\\.com", + "if-domain": ["sausage.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "thevane\\.gawker\\.com", + "if-domain": ["thevane.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "tktk\\.gawker\\.com", + "if-domain": ["tktk.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "truestories\\.gawker\\.com", + "if-domain": ["truestories.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "valleywag\\.gawker\\.com", + "if-domain": ["valleywag.gawker.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".js_promoted, .ad-top, .contained-ad-container, .ad-bottom" + } + }, + { + "trigger": { + "url-filter": "www\\.gizmodo\\.co\\.uk", + "if-domain": ["www.gizmodo.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": "#interruptor, .interruptor, .commercial" + } + }, + { + "trigger": { + "url-filter": "www\\.gizmodo\\.com\\.au", + "if-domain": ["www.gizmodo.com.au"] + }, + "action": { + "type": "css-display-none", + "selector": "#product-finder, .btyb_cat, .ad" + } + }, + { + "trigger": { + "url-filter": "m\\.youtube\\.com", + "if-domain": ["m.youtube.com"] + }, + "action": { + "type": "css-display-none", + "selector": "a[onclick*=\"\"ping_url\":\"http://www.google.com/aclk?\"]" + } + }, + { + "trigger": { + "url-filter": "mail\\.google\\.com", + "if-domain": ["mail.google.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#\\:rr .nH[role=\"main\"] .mq:first-child, #\\:rr > .nH > .nH[role=\"main\"] > .aKB, #\\:rr > .nH > .nH[role=\"main\"] > .nH > .nH > .AT[style], #\\:rr > .nH > div[role=\"main\"] > .mq:last-child, .aeF .nH[role=\"main\"] > .mq:last-child, .aeF > .nH > .nH[role=\"main\"] > .aKB, .aeF > .nH > .nH[role=\"main\"] > .afn:first-child + .mq, .aeF > .nH > .nH[role=\"main\"] > .mq:first-child, .aeF > .nH > .nH[role=\"main\"] > .nH > .nH > .AT[style], .aeF > .nH > .nH[role=\"main\"] > .nH > .nH > .nH > .mq:last-child, .aeF > .nH > .nH[role=\"main\"] > div + .mq, .c[style=\"margin: 0pt;\"], .nH.PS, .nH.adC > .nH > .nH > .u5 > .azN, .oM, .rh > #ra, .ts[style=\"margin:0 0 12px;height:92px;width:100%\"], .u4, .u9, .xz, .z0DeRc, [style=\"border: 1px solid rgb(0, 90, 136);\"], [style=\"border: 1px solid rgb(145, 117, 77);\"], [style=\"border: 1px solid rgb(241, 250, 248);\"], [style=\"border: 1px solid rgb(51, 102, 153);\"], [style=\"border: 1px solid rgb(51, 102, 204);\"], a[href^=\"http://pagead2.googlesyndication.com/\"]" + } + }, + { + "trigger": { + "url-filter": "maps\\.google\\.com", + "if-domain": ["maps.google.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#mclip, .ads, .hotel-partner-item-sponsored, .hotel-price" + } + }, + { + "trigger": { + "url-filter": "www\\.google\\.co\\.uk", + "if-domain": ["www.google.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": ".GBTLFYRDM0, ._Ak" + } + }, + { + "trigger": { + "url-filter": "www\\.google\\.com", + "if-domain": ["www.google.com"] + }, + "action": { + "type": "css-display-none", + "selector": "mbEnd[cellspacing=\"0\"][cellpadding=\"0\"], #rhs_block > #mbEnd, #tads + div + .c, #tads.c, #topstuff > #tads, #ad, #tadsc, .GC3LC41DERB + div[style=\"position: relative; height: 170px;\"], .GGQPGYLCD5, .GGQPGYLCMCB, .GISRH3UDHB, .ad-active, .ads, .c[style=\"margin: 0pt;\"], .nH.MC, .ts[style=\"margin:0 0 12px;height:92px;width:100%\"], [style=\"border: 1px solid rgb(0, 90, 136);\"], [style=\"border: 1px solid rgb(145, 117, 77);\"], [style=\"border: 1px solid rgb(241, 250, 248);\"], [style=\"border: 1px solid rgb(51, 102, 153);\"], [style=\"border: 1px solid rgb(51, 102, 204);\"], body > div[align]:first-child + style + table[cellpadding=\"0\"][width=\"100%\"] > tbody:only-child > tr:only-child > td:only-child, div[style^=\"height: 16px; font: bold 12px/16px\"]" + } + }, + { + "trigger": { + "url-filter": "www\\.google\\.com\\.au", + "if-domain": ["www.google.com.au"] + }, + "action": { + "type": "css-display-none", + "selector": "#mclip_control, ._Ak" + } + }, + { + "trigger": { + "url-filter": "www\\.youtube\\.com", + "if-domain": ["www.youtube.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#feed-pyv-container, #feedmodule-PRO, #homepage-chrome-side-promo, #premium-yva, #search-pva, #shelf-pyv-container, #video-masthead, #watch-branded-actions, #watch-buy-urls, #watch-channel-brand-div, .ad-container, .carousel-offer-url-container, .list-view[style=\"margin: 7px 0pt;\"], .promoted-videos, .searchView.list-view, .watch-extra-info-column, .watch-extra-info-right, a[href^=\"http://www.youtube.com/cthru?\"], a[href^=\"https://www.youtube.com/cthru?\"], .ad-div div, #watch-channel-brand-div" + } + }, + { + "trigger": { + "url-filter": "mashable\\.com", + "if-domain": ["mashable.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad, .header-banner, .pga, .box970, .ad_container" + } + }, + { + "trigger": { + "url-filter": "www\\.bing\\.com", + "if-domain": ["www.bing.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#zune_upsell, .partnerLinks, .b_ad" + } + }, + { + "trigger": { + "url-filter": "www\\.reddit\\.com", + "if-domain": ["www.reddit.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#siteTable_organic, .promotedlink" + } + }, + { + "trigger": { + "url-filter": "twitter\\.com", + "if-domain": ["twitter.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".promoted-account, .promoted-trend, .promoted-tweet, .promotion, .stream-item[data-item-type=\"tweet\"][data-item-id*=\":\"], .stream-tweet[impression_id][label=\"promoted\"]" + } + }, + { + "trigger": { + "url-filter": "massively\\.com", + "if-domain": ["massively.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#topleader-wrap" + } + }, + { + "trigger": { + "url-filter": "search\\.aol\\.ca", + "if-domain": ["search.aol.ca"] + }, + "action": { + "type": "css-display-none", + "selector": ".SLL, .WOL" + } + }, + { + "trigger": { + "url-filter": "search\\.aol\\.co\\.uk", + "if-domain": ["search.aol.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": ".PMB, .SLL, .WOL" + } + }, + { + "trigger": { + "url-filter": "search\\.aol\\.com", + "if-domain": ["search.aol.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#maincontent + script + div[class] > style + script + h3[class], #r, .MSL + script + script + div[class] > style + script + h3[class], .PMB, .RHRSLL, .RHRSLLwseboF, .SLL, .SLLwseboF, .WOL, .WOL2, ul[content=\"SLMP\"], ul[content=\"SLMS\"]" + } + }, + { + "trigger": { + "url-filter": "search\\.aol\\.in", + "if-domain": ["search.aol.in"] + }, + "action": { + "type": "css-display-none", + "selector": ".SLL" + } + }, + { + "trigger": { + "url-filter": "switched\\.com", + "if-domain": ["switched.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#topleader-wrap, .medrect" + } + }, + { + "trigger": { + "url-filter": "techcrunch\\.com", + "if-domain": ["techcrunch.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#post_unit_medrec, .ad-top-mobile, .header-ad, .river-block-native-ad, .native-ad-mobile, .ad-unit, .ad-cluster-container, .ad-300x250, .l-sidebar li:last-child, .ad-sponsored-aside, .fmvps-player-ad-ribbon" + } + }, + { + "trigger": { + "url-filter": "us\\.wow\\.com", + "if-domain": ["us.wow.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".side-ad, .googleAFCAds" + } + }, + { + "trigger": { + "url-filter": "www\\.aolsearch\\.com", + "if-domain": ["www.aolsearch.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".SLL" + } + }, + { + "trigger": { + "url-filter": "www\\.engadget\\.com", + "if-domain": ["www.engadget.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#outerslice, .ad, .skyscraper, .sponsoredcontent, .sponsor-logo-post, .rail-ad > div:first-child > div:first-child, .rail-ad aside:nth-of-type(2), .rail-asl-line, #adSkyScraper" + } + }, + { + "trigger": { + "url-filter": "www\\.huffingtonpost\\.co\\.uk", + "if-domain": ["www.huffingtonpost.co.uk"] + }, + "action": { + "type": "css-display-none", + "selector": "#modulous_right_rail_edit_promo, #modulous_sponsorship_2, .ad_wrapper, .ad_wrapper_, .ad_wrapper_top, #all_sponsored_posts_page_1_wrapper, #ad_deal_lower_left_wrapper, #ad_lower_right_commercials_wrapper, .ad_store, #ad_most_pop_234x60_req_wrapper" + } + }, + { + "trigger": { + "url-filter": "www\\.huffingtonpost\\.com", + "if-domain": ["www.huffingtonpost.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#page-header, #partner_box, .RHRSLL, .contin_below, .hp-ss-leaderboard, .linked_sponsored_entry, .presented-by, .right_rail_edit_promo, a[href*=\".atwola.com/\"], .ad_wrapper, .ad_wrapper_, .ad_wrapper_top, #all_sponsored_posts_page_1_wrapper, #ad_deal_lower_left_wrapper, #ad_lower_right_commercials_wrapper, .ad_store, #ad_most_pop_234x60_req_wrapper" + } + }, + { + "trigger": { + "url-filter": "www\\.joystiq\\.com", + "if-domain": ["www.joystiq.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#medrect, #medrectrb, #top-leader, #topleader-wrap, .ad, .medrect" + } + }, + { + "trigger": { + "url-filter": "www\\.luxist\\.com", + "if-domain": ["www.luxist.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#topleader-wrap, .medrect" + } + }, + { + "trigger": { + "url-filter": "www\\.tuaw\\.com", + "if-domain": ["www.tuaw.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".medrec, .medrect" + } + }, + { + "trigger": { + "url-filter": "www\\.wow\\.com", + "if-domain": ["www.wow.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#topleader-wrap, .SLL, .medrect" + } + }, + { + "trigger": { + "url-filter": "motherboard\\.vice\\.com", + "if-domain": ["motherboard.vice.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".native-block" + } + }, + { + "trigger": { + "url-filter": "www\\.vice\\.com", + "if-domain": ["www.vice.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".banner" + } + }, + { + "trigger": { + "url-filter": "www\\.sbnation\\.com", + "if-domain": ["www.sbnation.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".harmony-sponsorship" + } + }, + { + "trigger": { + "url-filter": "www\\.theverge\\.com", + "if-domain": ["www.theverge.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#fishtank, .-ad, .harmony-sponsorship, .m-feature__intro > aside, .vert300, .m-ad, .m-review__intro > aside" + } + }, + { + "trigger": { + "url-filter": "abc\\.go\\.com", + "if-domain": ["abc.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".footerRow, .adBlockSpot" + } + }, + { + "trigger": { + "url-filter": "abcnews\\.go\\.com", + "if-domain": ["abcnews.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".index-quigo, .story-embed-left.box, .ad_728, .ad_300, #bannerad, #homead" + } + }, + { + "trigger": { + "url-filter": "www\\.babble\\.com", + "if-domain": ["www.babble.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".bb-ad" + } + }, + { + "trigger": { + "url-filter": "disney\\.com", + "if-domain": ["disney.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".gpt" + } + }, + { + "trigger": { + "url-filter": "disney\\.go\\.com", + "if-domain": ["disney.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#banner, #gutter, #superBanner" + } + }, + { + "trigger": { + "url-filter": "espn\\.go\\.com", + "if-domain": ["espn.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#sponsored-by, div[style=\"height: 325px;\"], .ad-slot, .ad-300, #sponsored" + } + }, + { + "trigger": { + "url-filter": "family\\.disney\\.com", + "if-domain": ["family.disney.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad" + } + }, + { + "trigger": { + "url-filter": "familyfun\\.go\\.com", + "if-domain": ["familyfun.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#skyscraperIframeContainer, .table[width=\"300\"][height=\"250\"]" + } + }, + { + "trigger": { + "url-filter": "go\\.com", + "if-domain": ["go.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad" + } + }, + { + "trigger": { + "url-filter": "wondertime\\.go\\.com", + "if-domain": ["wondertime.go.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#superBannerContainer" + } + }, + { + "trigger": { + "url-filter": "answers\\.yahoo\\.com", + "if-domain": ["answers.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#ya-darla-LREC, #ya-qpage-textads" + } + }, + { + "trigger": { + "url-filter": "au\\.news\\.yahoo\\.com", + "if-domain": ["au.news.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".acc-moneyhound, .collection-sponsored, .moneyhound, .northAd, .y7-advertisement" + } + }, + { + "trigger": { + "url-filter": "au\\.yahoo\\.com", + "if-domain": ["au.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#y708-windowshade, #my-adsMAST, #my-adsLREC, #my-adsTL1, #my-adsLREC2, .js-stream-featured-ad, .y7sponsoredlist" + } + }, + { + "trigger": { + "url-filter": "autos\\.yahoo\\.com", + "if-domain": ["autos.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#yatadfin, #yatadfinbd, #yatadlrec, #yatadoem, #yatadoembd, .yatAdInsuranceFooter, .yatysm-y" + } + }, + { + "trigger": { + "url-filter": "biz\\.yahoo\\.com", + "if-domain": ["biz.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "table[bgcolor=\"white\"][width=\"100%\"]" + } + }, + { + "trigger": { + "url-filter": "celebrity\\.yahoo\\.com", + "if-domain": ["celebrity.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad-wrap, .yom-ad, .rmx-ad, .media-native-ad" + } + }, + { + "trigger": { + "url-filter": "cricket\\.yahoo\\.com", + "if-domain": ["cricket.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#video-branding, .yom-ad" + } + }, + { + "trigger": { + "url-filter": "dir\\.yahoo\\.com", + "if-domain": ["dir.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "td[width=\"215\"]" + } + }, + { + "trigger": { + "url-filter": "eurosport\\.yahoo\\.com", + "if-domain": ["eurosport.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".yom-sports-betting" + } + }, + { + "trigger": { + "url-filter": "finance\\.yahoo\\.com", + "if-domain": ["finance.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MediaFeaturedListEditorial, #mediabankrate_container, #yfi_ad_FB2, #yfi_ad_cl, .yfi_ad_s, .yom-ysmcm, div[style=\"height:265px; width:300px;margin:0pt auto;\"], div[style=\"min-height:265px; _height:265px; width:300px;margin:0pt auto;\"], .yom-ad, .rmx-ad, #td-applet-ads_container" + } + }, + { + "trigger": { + "url-filter": "games\\.yahoo\\.com", + "if-domain": ["games.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".md.links, #TopAd, .darla-wrapper, .darla-ad, .wrap-stream_ad" + } + }, + { + "trigger": { + "url-filter": "groups\\.yahoo\\.com", + "if-domain": ["groups.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".yg-mbad-row, .yg-mb" + } + }, + { + "trigger": { + "url-filter": "homes\\.yahoo\\.com", + "if-domain": ["homes.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".ad-wrap, .yom-ad, .rmx-ad, .media-native-ad" + } + }, + { + "trigger": { + "url-filter": "images\\.search\\.yahoo\\.com", + "if-domain": ["images.search.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#right > div > .searchRightMiddle + div[id]:last-child, #right > div > .searchRightTop + [id]:last-child, #right > div:first-child:last-child > [id]:first-child:last-child, div[id^=\"wp_bannerize-\"], div[id^=\"yui_\"] > span > ul[class]:first-child:last-child > li[class], div[id^=\"yui_\"] > ul > .res[data-bg-link^=\"http://r.search.yahoo.com/_ylt=\"] + * div[class^=\"pla\"], .ads" + } + }, + { + "trigger": { + "url-filter": "local\\.yahoo\\.com", + "if-domain": ["local.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#yls-dt-ysm, .yls-rs-paid, #dmRosAdWrapper-East" + } + }, + { + "trigger": { + "url-filter": "maps\\.yahoo\\.com", + "if-domain": ["maps.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#ymap_main_footer, .listing > .ysm, .yui3-widget-stacked" + } + }, + { + "trigger": { + "url-filter": "movies\\.yahoo\\.com", + "if-domain": ["movies.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#banner, #customModule, .md.links, .results[bgcolor=\"#ECF5FA\"], .right-module" + } + }, + { + "trigger": { + "url-filter": "music\\.yahoo\\.com", + "if-domain": ["music.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#YMusicRegion_T2_R2C2, #YMusicRegion_T3_R2C2_R1, #YMusicRegion_TN1_R2C2_R1, #lrec, #lrecTop" + } + }, + { + "trigger": { + "url-filter": "news\\.yahoo\\.com", + "if-domain": ["news.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MediaFeaturedListEditorial, #darla, #mw-ysm-cm_2-container, #north, .yom-ysmcm, .ad-wrap, .yom-ad, .rmx-ad, .media-native-ad" + } + }, + { + "trigger": { + "url-filter": "omg\\.yahoo\\.com", + "if-domain": ["omg.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#omg-lrec" + } + }, + { + "trigger": { + "url-filter": "realestate\\.yahoo\\.com", + "if-domain": ["realestate.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#pdp-ysm, #srp-ysm" + } + }, + { + "trigger": { + "url-filter": "search\\.yahoo\\.com", + "if-domain": ["search.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#bpla, #cols > #right > ol[class] > .first > .dd[style=\"padding: 10px !important;border: 1px solid #ededed;\"], #cols > #right ol[class] > .first > .dd[style=\"background-color:#FFF;border: 1px solid #e2e2e6; margin-top:0;\"], #doc #cols #right #east, #east, #left > #main > div[id^=\"yui_\"], #left > #main > div[id^=\"yui_\"][class] > ul[class] > li[class], #left > #main > div[id^=\"yui_\"][class]:first-child > div[class]:last-child, #left > #main > ol[class] > li[id] > .dd > .layoutMiddle, #main .dd .layoutCenter .compDlink, #main .dd .layoutCenter > .compDlink, #main .dd[style=\"cursor: pointer;\"] > .layoutMiddle, #main > .reg > li[id^=\"yui_\"][data-bid] > [data-bid], #main > div + div > style + * li > .dd > div[class], #main > div ol[class] > :first-child:last-child > li > .dd > :first-child:last-child > div[class], #main > div ol[class] li[id] > .dd > div + * > div, #main > div[id^=\"yui_\"] > ul > .res, #main > div[id^=\"yui_\"].rVfes:first-child, #main > div[id^=\"yui_\"].rVfes:first-child + #web + div[id^=\"yui_\"].rVfes, #main > div[id^=\"yui_\"][class][data-bk][data-bns]:first-child, #main > div[style=\"background-color: rgb(250, 250, 255);\"], #main > noscript + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"], #main > noscript + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"] + #web + div[id^=\"yui_\"][class][data-bk][data-bns=\"Yahoo\"], #main > style:first-child + * + #web + style + * > ol[class]:first-child:last-child, #main > style:first-child + * > ol[class]:first-child:last-child, #r-e, #r-n, #r-s, #right .dd .mb-11 + .compList, #right .dd > .layoutMiddle, #right .dd[style=\"cursor: pointer;\"] > .layoutMiddle, #right .dd[style^=\"background-color:#FFF;border-color:#FFF;padding:\"] .compList, #right .first > div[style=\"background-color:#fafaff;border-color:#FAFAFF;padding:4px 10px 12px;\"], #right .reg > li[id^=\"yui_\"][data-bid] > [data-bid], #right .res, #right > .searchRightMiddle + div[id]:last-child, #right > .searchRightTop + div[id]:last-child, #right > div > .searchRightMiddle + div[id]:last-child, #right > div > .searchRightTop + [id]:last-child, #right > div > style + * li .dd > div[class], #right > div ol[class] li > :first-child:last-child > .dd > :first-child:last-child > div[class]:first-child:last-child, #right > div:first-child:last-child > [id]:first-child:last-child, #right > div[class] > ol[class] .dd div[class] > ul > li[class^=\"mt-\"], #right > div[class] ol[class] li[id] .dd > div + * > div[class], #right > div[id] > div[class] > div[class] > h2[class]:first-child + ul[class]:last-child > li[class], #right > span > div[id] > div[class] div[class] > span > ul[class]:last-child > li[class], #right [class][data-bk][data-bns], #right div.dd[style^=\"background-color:#FFF\"] div > ul > li[class^=\"mt-\"], #right div[style=\"background-color:#fafaff;border-color:#FAFAFF;padding:4px 10px 12px;\"], #right li[id^=\"yui_\"] .dd > .layoutMiddle, #right ol li[id^=\"yui_\"] > .dd > .layoutMiddle, #sec-col, #ysch #doc #bd #results #cols #left #main .ads, #ysch #doc #bd #results #cols #left #main .ads .more-sponsors, #ysch #doc #bd #results #cols #left #main .ads .spns, #ysch #doc #bd #results #cols #right #east .ads, .ads, .bgclickable, .eadlast, .has-sma-box, .horiz, .last > div[class][data-bid] > div[class] > ul[class] > li > span > a, .promo-res, .sponsor-dd, .title > a[style=\"color:#efc439 !important; font-size:13px;font-weight: normal;\"], .vert-ad-ttl + * > .eca[target=\"_blank\"][href^=\"http://r.search.yahoo.com/_ylt=\"], a[href=\"http://help.yahoo.com/l/us/yahoo/search/basics/basics-03.html\"], a[href^=\"http://help.yahoo.com/l/us/yahoo/search/basics/basics-03.html\"], a[href^=\"http://r.search.yahoo.com/_ylt=\"][href*=\";_ylu=\"][href*=\".r.msn.com\"], a[href^=\"http://r.search.yahoo.com/_ylt=\"][href*=\";_ylu=\"][href*=\"beap.gemini.yahoo.com\"], a[href^=\"https://search.yahoo.com/search/ads;\"], div[id^=\"wp_bannerize-\"], div[id^=\"yui_\"] > span > ul[class]:first-child:last-child > li[class], div[id^=\"yui_\"] > ul > .res[data-bg-link^=\"http://r.search.yahoo.com/_ylt=\"] + * div[class^=\"pla\"], li[id^=\"yui_\"] > div[data-bns][data-bk][style=\"cursor: pointer;\"] > div[class], ul > .res[data-bg-link^=\"http://r.search.yahoo.com/_ylt=\"], .eza9f" + } + }, + { + "trigger": { + "url-filter": "shine\\.yahoo\\.com", + "if-domain": ["shine.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#ylf-ysm-side" + } + }, + { + "trigger": { + "url-filter": "shopping\\.yahoo\\.com", + "if-domain": ["shopping.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".shmod-ysm" + } + }, + { + "trigger": { + "url-filter": "travel\\.yahoo\\.com", + "if-domain": ["travel.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#ytrv-ysm-hotels, #ytrv-ysm-north, #ytrv-ysm-south, #ytrvtrt, .niftyoffst[style=\"background-color: #CECECE; padding: 0px 2px 0px;\"], .spon, .tgl-block, .ysmcm, .ytrv-lrec" + } + }, + { + "trigger": { + "url-filter": "uk\\.news\\.yahoo\\.com", + "if-domain": ["uk.news.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad, .rmx-ad, .media-native-ad" + } + }, + { + "trigger": { + "url-filter": "uk\\.sports\\.yahoo\\.com", + "if-domain": ["uk.sports.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": ".yom-ad, .rmx-ad, .media-native-ad, .classickick" + } + }, + { + "trigger": { + "url-filter": "uk\\.yahoo\\.com", + "if-domain": ["uk.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#my-adsMAST, #my-adsLREC, #my-adsTL1, #my-adsLREC2, .js-stream-featured-ad, .y7sponsoredlist" + } + }, + { + "trigger": { + "url-filter": "us-mg0\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg0.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg1\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg1.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg2\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg2.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg3\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg3.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg4\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg4.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg5\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg5.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "us-mg6\\.mail\\.yahoo\\.com", + "if-domain": ["us-mg6.mail.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#MIP4, #MNW, #SKY, #modal-upsell, #northbanner, #nwPane, #slot_LREC, #slot_MB, #slot_REC, #swPane, #tgtMNW, .avLogo, .left_mb, .mb > .tbl, div#msg-list .list-view .ml-bg:not(.list-view-item-container), #slot_TL1, .mb-list-ad" + } + }, + { + "trigger": { + "url-filter": "www\\.yahoo\\.com", + "if-domain": ["www.yahoo.com"] + }, + "action": { + "type": "css-display-none", + "selector": "#LREC, #MREC, #YSLUG, #ad, #banner, #boxLREC, #darla-ad__LREC, #darla-ad__LREC2, #default-p_24457750, #eyebrow > #ypromo, #genie-widgetgroup, #leftGutter, #lrec2, #lrec_mod, #marketplace, #mbAds, #mw-ysm-cm, #my-promo-hover, #paas-lrec, #paas-mrec, #promo_links_list, #rec, #reg-promos, #rightGutter, #sponsor, #sponsored, #theMNWAd, #tiles-container > #row-2[style=\"height: 389.613px; padding-bottom: 10px;\"], #u_2588582-p, #y708-ad-lrec1, #y708-sponmid, #y_provider_promo, #ya-center-rail > [id^=\"ya-q-\"][id$=\"-textads\"], #yahooPN_CM, #yahoovideo_ysmlinks, #yfi_pf_ysm, #yfi_ysm, #ygmapromo, #yh-ysm, #yl_pf_ysm, #ylf-ysm, #ymh-invitational-recs, #yn-darla2, #yn-gmy-promo-answers, #yn-gmy-promo-groups, #yschsec, .ad, .ad-active, .ads, .astro-promo, .fpad, .lrec, .marketplace, .mballads, .more-sponsors, .sharing-toolbar, .spns, .spon.clearfix, .spons, .wdpa1, .y7-breakout-bracket, .y708-ad-eyebrow, .y708-commpartners, .y708-promo-middle, .y7moneyhound, .y7partners, .ya-LDRB, .ya-darla-LREC, .yad, .yad-cpa, .yschspns, .ysm-cont, .ysptblbdr3, [data-ad-enhanced=\"card\"], [data-ad-enhanced=\"pencil\"], [data-ad-enhanced=\"text\"], a[href^=\"https://beap.adss.yahoo.com/\"], div[data-type=\"ADS\"], div[id^=\"tile-A\"][data-beacon-url^=\"https://beap.gemini.yahoo.com/mbcsc?\"], div[id^=\"tile-mb-\"], li[data-beacon^=\"https://beap.adss.yahoo.com/\"], li[data-beacon^=\"https://beap.gemini.yahoo.com/\"], li[id^=\"ad-\"], .ad-tl1, .ad-wrap, .yom-ad, .rmx-ad, .darla-container, .moneyball-ad, .js-stream-ad" + } + }, + { + "trigger": { + "url-filter": "^https?://adblockplus\\.org", + "if-domain": [ + "easylist.adblockplus.org", + "reports.adblockplus.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/static\\?format=in_video_ads&" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://300mblink\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://360haven\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9tutorials\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ahctv\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://altoque\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amigosdelamili\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://android-zone\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animalplanet\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anime2enjoy\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animefushigi\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animesproject\\.com..*/player\\.php" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animesubita\\.info" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anizm\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anonytext\\.tk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apkone\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://appfull\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aseanlegacy\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autolikesgroups\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://backin\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bdrip\\.ws" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://best-bitcoin-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://best-free-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://better-explorer\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bezaldfamily\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bicimotosargentina\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://binbox\\.io" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcofree\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoin-best-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoin-cloud\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoin-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoin-free-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitplay\\.ga" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://budget101\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bywarrior\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbs\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.eventosppv\\.me" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chrissmoove\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cinema2satu\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cleodesktop\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudvidz\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://clubedohardware\\.com\\.br" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://coinracket\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://compartiendofull\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cricket-365\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cyberdevilz\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://danydanielrt\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://debrastagi\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://debridit\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://debridnet\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://debridx\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://desionlinetheater\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://destinationamerica\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://discovery\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://discoverylife\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://docpaste\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dragoart\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dx-tv\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://e24\\.no" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exrapidleech\\.info" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fcportables\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filerev\\.cc" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmux\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://firsttube\\.co" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flvto\\.biz" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://free-bitcoin-faucet\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://free\\.smsmarkaz\\.urdupoint\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeprosurfer\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freshdown\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://funniermoments\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gameopc\\.blogspot\\.com\\.ar" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://get-bitcoins-free\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://get-free-bitcoin\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://getdebrid\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://go4up\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://goldsday\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hackintosh\\.zone" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://haxlog\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hitcric\\.info" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hogarutil\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hostyd\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hqq\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hubturkey\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ibmmainframeforum\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://idevnote\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ilive\\.to" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.bangtidy\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imgclick\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://investigationdiscovery\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iptvlinks\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jjcast\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kissanime\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kshowes\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kwikupload\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lag10\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://layer13\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://leecher\\.us" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://legionpeliculas\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://legionprogramas\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkcrypt\\.ws" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://livrosdoexilado\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lomeutec\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lordpyrak\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lumload\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mac2sell\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://magesy\\.be" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://majorleaguegaming\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mamahd\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangabird\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marketmilitia\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://masfuertequeelhierro\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mastertoons\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://max-deportv\\.info" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://max-deportv\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maxedtech\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaplaybox\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megacineonline\\.biz" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megacineonline\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mimaletamusical\\.blogspot\\.com\\.ar" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://minecraft-forum\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://movie1k\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3clan\\.audio" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3clan\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3clan\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mpc-g\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mrjuegosdroid\\.co\\.vu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mugiwaranofansub\\.blogspot\\.com\\.ar" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mundoprogramas\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://musicacelestial\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myiplayer\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myksn\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mypapercraft\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newmusicforpeople\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newxxxvideosupdate\\.blogspot\\.com\\.ar" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nicoblog-games\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nonags\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nornar\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://omaredomex\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oneplay\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinemoviesfreee\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinemoviewatchfree\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinemoviewatchs\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oploverz\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pcgames-download\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://peliculas\\.online-latino\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pes-patch\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://picload\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://picu\\.pk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pirlotv\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://play-old-pc-games\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pocosmegashdd\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://portalzuca\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://prad\\.de/en/" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://premium4\\.us" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://premiumgeneratorlink\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://premiumleecher\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://puromarketing\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pxstream\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radioaficion\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://realidadscans\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://remo-xp\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rojadirecta\\.me" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rtube\\.de" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sciencechannel\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scriptnulled\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://secureupload\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://seriesbang\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://showsport-tv\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sizedrive\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skidrowcrack\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://software4all-now\\.blogspot\\.co\\.uk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sominaltvfilms\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stream4free\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://superanimes\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://superplatyna\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tamercome\\.blogspot\\.co\\.uk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://techingspot\\.blogspot\\.in" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teenidols4you\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://television-envivo\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thelordofstreaming\\.it" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thememypc\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thesimsresource\\.com/downloads/download/itemId/" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thewatchseries\\.biz" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tklist\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tlc\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trackitonline\\.ru" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trizone91\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turkdown\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turktorrent\\.cc" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tusmangas\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tv-msn\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tv-porinternet\\.com\\.mx" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvenvivocrackmastersamm\\.blogspot\\.com\\.ar" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ulto\\.ga" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadlw\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uptobox\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urduustaad\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://url4u\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://velocity\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vencko\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ver-flv\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vercanalestv\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videomega\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vivotvhd\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wallpapersimages\\.co\\.uk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://webtoolhub\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weshare\\.me" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://whatsapprb\\.blogspot\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://win-free-bitcoins\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://worldofapk\\.tk" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wowebook\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wowhq\\.eu" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wrestlingtalk\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wwe2day\\.tv" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.vg\\.no" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xlocker\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xup\\.in" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.facebook\\.com/ads/" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/adwords/" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/ads" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://app\\.adroll\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.acesse\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fapxl\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hellojav\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xn--hentaienespaol-1nb\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://indiangilma\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lfporn\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://n4mo\\.org" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://palaotog\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornve\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thisav\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://you-fap\\.com" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youngmodelsclub\\.net" + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\[Adblock Plus 2\\.0\\]", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_box_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_channel=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_classid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_height=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_keyword=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_network_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_number=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_type=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_type_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_url=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&ad_zones=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adbannerid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adclient=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adcount=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adgroupid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&admeld_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&admid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adname=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adnet=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adnum=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adpageurl=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adsafe=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adserver=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adsize=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adslot=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adslots=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adsourceid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adspace=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adstype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adType=PREROLL&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adunit=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adurl=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adv_keywords=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&advertiserid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&advid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&advtile=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&adzone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&banner_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&clicktag=http", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&customSizeAd=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&displayads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&expandable_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&gIncludeExternalAds=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&googleadword=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&jumpstartadformat=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&largead=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&maxads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&popunder=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&program=revshare&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&prvtof=.*&poru=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&show_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&showad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&simple_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&smallad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&smart_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&strategy=adsense&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&type=ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&UrlAdParam=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&video_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&videoadid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&view=ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\+advertorial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\+adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-2011ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-300x100ad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-001-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-180x150px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-200x200-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-24x24\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-313x232\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-336x280-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-340x400-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-400\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-big\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-bottom-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-button-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-category-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-choices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-column-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-data/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-ero-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-exo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-gif1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-home\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-hrule-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-hrule\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-large\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-limits\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-loading\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-manager/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-marker\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-mpu\\+", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-new_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-rotators/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-server/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-sidebar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-tile\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-unit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-unit/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-util-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-util\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-vertical-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad-zone\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad\\.jpg\\.pagespeed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad\\.jsp$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad/main\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad/right_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Ad300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Ad300x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad_125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad_banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad_injector/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ad_leaderboard/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adap\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adblack-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adcentre\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adchain\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adhelper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adhere2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adimage-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-admarvel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adnow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adrotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-180x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-728x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-init&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-management/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-placement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads\\.generated\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads/728x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads/oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads/static-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Ads_728x902\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads_9_3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Ads_Billboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adsense2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adserver-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adsonar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adspace\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adspace_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adspot-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adswizz-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adsystem-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adtechfront\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adtopbanner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adtrack\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adv-v1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adv\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adv\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert-label-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advert3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertise\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertise01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertisement-icon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertisement_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertising_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-advertisment-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-adwords\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-affiliate-link\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-affiliates/img_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-article-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-article-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-768\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-banner468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-bannerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-bg_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-billboard-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-bin/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-blog-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-book-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Box-Ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-box2-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-content-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-contest-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-cpm-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-cpm-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-criteo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-dfp-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-euads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-fe-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-feed-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-fleshlight2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-floater_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-floorboard-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-footerads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-footerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-gallery_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-games/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-google-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-google-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-google2-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-gpt-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-housead-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-iframe-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-iframe-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-image-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-image/Ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-images/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-img/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-inspire-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-intern-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-layer-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-layer-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-leaderboard-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-load-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-NewAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-news-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-newsletter-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-NewStockAd-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-online-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-page-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-page-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-page-peel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-panel-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-panel_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-peel-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-permads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-pop-under/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-popexit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-popunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-popup-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-popup-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-pri/adv-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-printhousead-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-publicidad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-rectangle/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Results-Sponsored\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-right-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-rightrailad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-rollout-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-scrollads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-seasonal-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-show-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-side-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Skyscraper-Ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-skyscrapper160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-small-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-source/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-sponsor-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-sponsored-links-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-strip-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-template-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-text-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-theme/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-third-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-top-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-top-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-us/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-web-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Web-Ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Web-Ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-web-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-Web-Advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-webad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-your-ads-here\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.1d/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.a3s\\?n=.*&zone_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ace\\.advertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad-cloud\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad-sys\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad-traffic\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad\\.final\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad\\.footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad\\.json\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad\\.page\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad\\.premiere\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ad1\\.nspace", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adbutler-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adcenter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adforge\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adframesrc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adlabs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adlabs.ru", + "www.adlabs.ru" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.admarvel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adnetwork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adnetwork.ie", + "www.adnetwork.ie" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adpartner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adplacement=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adresult\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adresult.ch", + "www.adresult.ch" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adriver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adru\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads-and-tracking\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads-lazy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads-min\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads-tool\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads\\.core\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads\\.darla\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads\\.loader-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads\\.zones\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads2-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ads_clickthru\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adsbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adserv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adserver01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adserver1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adService\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adspace\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adsremote\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adtech_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adtooltip&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adv\\.cdn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "advert.ly", + "www.advert.ly" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.AdvertismentBottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.advertmarket\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.adwolf\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ae/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ar/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ashx\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ashx\\?AdID=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.asp\\?coad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.aspx\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.aspx\\?adid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.at/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.au/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.banner%20ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.bbn\\.by/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.biz/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.biz/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.biz/ad2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.biz/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.bns1\\.net/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.box\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.br/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.bz/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ca/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.cc/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.cfm\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.cgi\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ch/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ch/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.clkads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.co/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.co/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/\\?wid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/a\\?network", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/a\\?pagetype", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/a\\?size", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "ad-tuning.de", + "www.ad-tuning.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "channel4.com", + "www.channel4.com", + "watchever.de", + "www.watchever.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ad2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ad6/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adclk\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adgallery", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adinf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adlib/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adlib_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adpicture", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads/", + "resource-type": [ + "image", + "media", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adv3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adv\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adx_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/adz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/bads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/gads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/im-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/im_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/iplgadshow", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/js\\.ng/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/js/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/js/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/js/adsense", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/miads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/peels/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/pm/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/promodisplay\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ss/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/video-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.cz/affil/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.cz/bannery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.dartconfig\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.displayAds&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.eg/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.eu/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.eu/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.fm/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gg/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gr/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.hk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.homad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.HomepageAdvertismentBottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.html\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.html\\?ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.html\\?clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.iads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ie/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.il/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.in/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.initdoubleclickadselementcontent\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.intad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.intad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.internads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.is/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jp/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jsp\\?adcode=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ke/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.lazyload-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.lazyload-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.link/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.lk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.me/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.me/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.mobileads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.mv/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.mx/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.my/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.name/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ad2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/adgallery", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/adj;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/adt\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/bnr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/flashads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/gads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/noidadx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/pfadj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/pops\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/vghd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.nl/ad2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.nl/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.no/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.nu/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.nz/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.oasfile\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.openad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.openx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.openxtag\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.openxtag\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/adgallery1", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/exit\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/gads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.org/pops\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ph/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?adsid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?adv=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?affid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?nats=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?zone_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?zoneid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.pk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.pl/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.popunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.popup_im\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.popupvideoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.refit\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.rolloverad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.se/\\?placement=", + "resource-type": [ + "script", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.se/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.shortcuts\\.search\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.show_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.sk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.spider\\.ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.sponsorads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.streamads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?1&clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?2&clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?click=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?clickthru=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?iurl=http", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?link1=http", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?link=http", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.swf\\?popupiniframe=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.text-link-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.textads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.th/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.to/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.topad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.tv/adl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.tv/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.tv/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.twoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.tz/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.uk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.uk/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.us/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.vert\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.widgets\\.ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ws/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.xxx/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.za/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.za/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.zm/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.zw/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/!advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/0/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/04/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/1/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x125_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x125ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/126_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/17/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/1912/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/1afr\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2010/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2010main/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2011/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2013/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2014/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/2015/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/24-7ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/24adscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/250x250_advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300250_ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300by250ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250adbg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x500_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/336x280ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/3pt_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468xads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x80topad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?addyn\\|", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?adv_partner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?advideo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?view=ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_30/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_affiliatebanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_global/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_img/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_js2/oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_scripts/_oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_svc/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/a/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/a1/.*\\?sub=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/a2/\\?sub=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/a2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/a3/\\?sub=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aamsz=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ABAdsv1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abm\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abm\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abmw\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abmw/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abnl/\\?begun", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/abnl/\\?narodads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/about-these-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/absolutebm\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/acc_random=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/active-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad%20banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad%20images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-300topleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-300x254\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-350x350-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-468-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-amz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-audit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-bckg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-bin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-box-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-boxes-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-builder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-button1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-callback\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-cdn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-channel-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-choices-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-choices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-creatives-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-creatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-emea\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-engine\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-exchange\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-feature-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-feedback\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-flashgame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-format\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-frame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-frame/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-gallery\\.", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-half_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-hcm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-home-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-hug\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-identifier\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-ifr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-iframe-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-iframe\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-image\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-ina\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-indicator-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-inject/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-injection/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-int-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-issue\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-label-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-label\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-layering-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-layout/", + "resource-type": [ + "image", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-leaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-letter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-lil\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-link/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-loader-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-loader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-loading\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-local\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "ad-local.de", + "www.ad-local.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-logger/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-managment/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-methods\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-minister-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-minister\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-minister/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-modules/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-nytimes\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-offer1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-openx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-page/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-plate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-point/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-position-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-pub\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-record\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-refresh-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-refresh\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-right2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-ros-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-rotator-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-serve\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-server\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-server/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-side/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-sidebar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-source/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-specs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-sprite\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-strip\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-studio/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-styles\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-tag2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-tandem\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-template\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-template/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-text\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-title\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-top-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-topbanner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-unit-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-updated-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-utilities\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-vert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-vertical-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-verticalbar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-view-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.ams\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.code\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.epl\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.info\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.mason\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.min\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php3\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.popup\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.redirect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.sense/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.serve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.valary\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.view\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.ytn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/130-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/728-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/938-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/940-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/960x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/\\?host=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/\\?section=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/\\?site=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/a\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/afc_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/article_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/audsci\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/banner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/bannerdetails/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/bannerimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/behavpixel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/bin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/blank\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/blog_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/card-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/common/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/common_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/commons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/content/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/cpmstar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/css/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/directcall/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/empty\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/extra/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/extra_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/files/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/frame1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/framed\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/generate\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/getban\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/getbanandfile\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/google/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/google_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/index\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/index/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/inline\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/integral-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/inventory/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/jsonp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/leaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/live-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/load_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/loading\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/log/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/login-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/middle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/mpu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/network/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/omakasa\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/player$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/pong\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/popup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/preview/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/quigo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/random_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/realclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/realclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/rectangle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/reklamy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/request\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/right2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/rotate\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/script/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/select\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/serve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/show\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/side_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/skyscrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/spacer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/sponsored-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/status\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/superbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/swf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/textlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/timing\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/top_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/view/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad0\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "vereinslinie.de", + "www.vereinslinie.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad000/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad02/background_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1-728-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "vereinslinie.de", + "www.vereinslinie.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1/index\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad12\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad125b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad132m\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad132m/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad134m/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad136/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad15\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad16\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad160k\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1place\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1r\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad1x1home\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2-728-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "vereinslinie.de", + "www.vereinslinie.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2/index\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2/res/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2010\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad234\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad24/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad247realmedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad290x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2border\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2con\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2gate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2gather\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2push\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad2you/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "vereinslinie.de", + "www.vereinslinie.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300f\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300f2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300home\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300s\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300ws\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300x\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300x145\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300x250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad350\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad3_ima\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad3i\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "vereinslinie.de", + "www.vereinslinie.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad41_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad4i\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad600x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad600x330\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad7\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728f\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728f2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728home\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728s\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728t\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728w\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728ws\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728x\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728x15\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728x15_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad8\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?channel=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?cid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?count=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?currentview=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?pos_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?sponsor=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\?type=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_200x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_234x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_250x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_300250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_600x160_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_728_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_960x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_agency/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_area\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_art/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Ad_Arub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banner1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banner2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bannerPool-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bar_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_base\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_big_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_blog\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bomb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_box\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_box1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_box2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_box\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_box_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_bsb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_button\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_cache/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_caption\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_check\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_choices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_choices_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_code\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_commonside\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_commonside_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_configuration\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_configurations_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_container_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_content\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_contents/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_count\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_counter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_counter_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_creatives\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_data/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_detect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_digital\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_dir/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_display\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_display_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_drivers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_ebound\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_editorials_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_engine\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_entry_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_feed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_file/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_files/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_fill\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_filler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_filmstrip/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_flat_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_floater\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_folder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_footer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_forum_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_frame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_frame\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_frm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_function\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_generator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_generator\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_gif/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_gif_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_google\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_h\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_hcl_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_hcr_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_header_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_height/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_holder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_home2011_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_home_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_homepage_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_horisontal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_horiz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_horizontal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_icons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_image\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_image2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_img\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_include\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_index_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_insert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_jnaught/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_keywords\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_label2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_label728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_label_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_large\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_leader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_leader_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_leaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_leaderboard/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_left_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_legend_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_link\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_links/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_load\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_loader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_loader2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_locations/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_log_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_lomadee\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_manage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_manager\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_master_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_mbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_media/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_medium_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_mini_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_mobile\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_mpu\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_multi_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_navigbar_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_news\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_note\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_notice\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_offersmail_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_ops/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_option_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_overlay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_page_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_paper_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_parts\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_peel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_pics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_pop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_pop1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_pos=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_position=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_position_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_premium\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_premium_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_preroll-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_print\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rectangle_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_refresh\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_refresher\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_reloader_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_render_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_renderv4_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rentangle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_req\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_request\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_right_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_rotator_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_script\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_script_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_scroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_serv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_serve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_serve_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_server\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_server/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_servlet\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_shared/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_show\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_show\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_side\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_sidebar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_sizes=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_sky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_slideout\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_space\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_spot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_square\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_square_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_squares\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_srv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_stem/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_styling_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_supertile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_sys/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_syshome\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_system/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tab\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tag_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tags_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_text\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_text_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tickets\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_timer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_title_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_top_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_topgray2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tower_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_tpl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_txt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_units\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_units/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_upload/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_util\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_utils\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_utils/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_ver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_vert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_vertical\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_video\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_video1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_view_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_wide_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_width/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_wrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_www_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adactions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adaffiliate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adanalytics\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adanim/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adaptvadplayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adaptvadservervastvideo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adaptvexchangevastvideo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adarena/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adasset/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adasset4/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adback\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adback\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adban\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbanner2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbar2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbar_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbars\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbase\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbeacon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbebi_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbetween/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblob\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock\\.ash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock26\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblockl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblockr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbn\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adboost\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adborder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbot160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbot300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbot728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbot_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbotleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbotright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbox1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbox2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbox_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adboxbk\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adboxes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adboxtable-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbrite-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbrite\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbrite/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbrite2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbrite_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbriteinc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbriteincleft2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbriteincright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbucks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbug_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbureau\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbutler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbytes\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcache\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcalloverride\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcampaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcash-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcast01_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcast_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcde\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcdn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcell/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcenter\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcentral\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchain-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchain\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchannel_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcheck\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcheck\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoice\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoice/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoice_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices16\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoices_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoicesfooter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoicesicon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoiceslogo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adchoicesv4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcircle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclient-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclient\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclient/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclix\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclixad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclutter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcode/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcode_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcodes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcollector\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcommon\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcomp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcomponent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adconfig\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adconfig\\.xml\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adconfig/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontainer\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontents_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontrol\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontrol/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcontroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcore\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcore_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcount\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcounter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcreative\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcreative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcss/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcycle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adcycle/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/add728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addata\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addatasandbox\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addeals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addefend\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addefend/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addelivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addeliverymodule/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addisplay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adds_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addyn/3\\.0/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addyn\\|.*;adtech;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/addyn\\|.*\\|adtech;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adedge/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage0\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengage_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengine/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adengine_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adentry\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aderlee_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adError/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adevent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adevents\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adexample\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adexclude/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adexternal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adf\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfactor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfactor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfactory-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfactory\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adfactory.rocks", + "www.adfactory.rocks" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfactory_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfarm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "watchever.de", + "www.watchever.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfeed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfeedback/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfeedtestview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfetch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfetch\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfetcher\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfever_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfile\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfiles\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfillers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adflash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adflashes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfly/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfolder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfootcenter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfooter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adFooterBG\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfootleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfootright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adforgame160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adforgame728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adforgame728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adforge\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adformats/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adforums/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe120x240\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe728a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe728b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe728b2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe728bot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframebottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframecommon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframemiddle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframetop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adframewrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfrequencycapping\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfrm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfshow\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfuncs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfunction\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adfunctions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery1$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery2$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgallery3$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgalleryheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgear\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgearsegmentation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgenerator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgeo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adGet\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgetter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgitize-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgooglefull2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adgraphics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adguard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adguru\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhalfbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhandler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhandler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhandlers-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhandlers2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adheadertxt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adheading_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhese\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhese_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhints/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhomepage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhomepage2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhood\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhost\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adhost.dk", + "www.adhost.dk" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhref\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhtml/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhub\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adhug_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adicon_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe18\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe7\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe9\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframeanchor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframem1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframem2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframetop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiframe\\|.*\\|adtech;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adify_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adifyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adifyids\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adifyoverlay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adim\\.html\\?ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimage\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimages\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinclude\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinclude/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adindex/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adindicatortext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinject\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinjector\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinjector_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinsert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinsertionplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinsertjuicy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adinterax\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiquity\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adiro\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adiro.se", + "www.adiro.se" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adition\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adixs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adj\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjk\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjs_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjsmp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjug\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adjuggler\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adkeys\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adl\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlabel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlabel_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlabs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdLanding\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlandr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlantis\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlantisloader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlargefooter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlargefooter2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlayer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adleader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adleaderboardtop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adleft/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adleftsidebar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlens-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlesse\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlift4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlift4_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adline\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adline.co.il", + "www.adline.co.il" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlink-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlink\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlink/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adLink728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlink_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlinks\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlinks2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlinks_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlist_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adload\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adloader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlock300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlog\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adm/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admain\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admain$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adman\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adman/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanagementadvanced\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanager\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanager3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanager_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanagers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanagerstatus/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admanproxy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admantx-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admantx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admantx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admarker\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admarker_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admarket/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admarvel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admaster\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admaster\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admatch-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admatcher\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admatcherclient\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admatik\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admax\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "admax.cn", + "www.admax.cn", + "admax.co", + "www.admax.co", + "admax.eu", + "www.admax.eu", + "admax.fi", + "www.admax.fi", + "admax.info", + "www.admax.info", + "admax.net", + "www.admax.net", + "admax.nu", + "www.admax.nu", + "admax.org", + "www.admax.org", + "admax.se", + "www.admax.se", + "admax.us", + "www.admax.us" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admax/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admaxads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeasure\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admedia\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admega\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeld\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeld/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeld_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeldscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admentor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admentor302/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admentorasp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admentorserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admeta\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admez\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admez/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admgr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admicro2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admicro_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admin/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admin/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admin/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adminibanner2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admixer-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admixer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admob\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admonitor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/admonitor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnap/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adNdsoft/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnet\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ADNet/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnet2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetmedia\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetwork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adnetwork.ie", + "www.adnetwork.ie" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetwork/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetwork300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetwork468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnetwork_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnew2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnews\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdNewsclip14\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdNewsclip15\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnexus-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adng\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adnotice\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adobject\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adocean\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adometry-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adometry\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adometry\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adonline\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adonly468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adops\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adops/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoptionicon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoptions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adorika300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adorika728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ados\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adotube_adapter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adotubeplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoverlay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoverlay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoverlayplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adoverride\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adp-pro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adp\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpage-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpagem\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpan/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpanel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpanelcontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpartner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adparts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpatch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpeeps\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpeeps/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adperf_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adperfdemo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adphoto\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adphoto.fr", + "www.adphoto.fr" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpic\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpic/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpicture\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpicture1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpicture1$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpicture2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpicture2$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpictures/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adping\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplace/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplace5_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplacement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplayer-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplayer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adplugin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpoint\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpolestar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpool/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpopup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adpositionsizein-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdPostInjectAsync\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adprime\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adproducts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adprove_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adprovider\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adproxy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adproxy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adratio\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrawdata/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreactor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreadytractions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrec\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrectanglebanner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrefresh-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrefresh\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrelated\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreload\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreload\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adremote\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrendererfactory\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreplace/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreplace160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adreplace728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrequest\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrequests\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrequestvo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrequisitor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrevenue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrevolver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adright/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrightcol\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adriver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adriver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adriver_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrobot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrolays\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adRoll\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrollpixel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adroot/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrot_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotate-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotator2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrotv2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adrun\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adruptive\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-02\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-03\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-04\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-05\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-06\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-07\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-admin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-arc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-blogs-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-common\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-foot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-gpt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-header-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-holder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-leader$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-min\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-nodep\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-pd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-rectangle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-rec$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-request\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-reviews-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-sa\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-screen\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-scroller-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-segmentjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-service\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-sky$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads-top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Ads\\.ashx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.cfm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.dll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.js\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.json\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.jsp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.pbs", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.pl\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.v5\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.w3c\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/125l\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/125r\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/160/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/2\\.0/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/2010/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/250x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/3\\.0/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/3002\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/300x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/468a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/728b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/\\?QAPS_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/acctid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Ads/adrp0\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ads-", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/afc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/aff-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/as_header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/assets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banner01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/beacon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/behicon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/bilar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Ads/Biz_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/blank\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/box/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/branding/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/bt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/btbuckets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/center-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/center\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/click_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/cnvideo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/common/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/contextual\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/contextual_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/contextuallinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/create_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/creatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/cube-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/daily\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/daily_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/dart\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/default_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/design-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/dfp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/dfp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/dhtml/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/directory/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/display/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/displaytrust\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/empty\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/exit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/fb-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/flash_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/flashbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/footer-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/footer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/freewheel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/g/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/generatedHTML/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/generator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/google1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/google2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/google_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/gpt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/gpt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/head\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/header-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/header_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/home/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/homepage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/horizontal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/house/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/house_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/htmlparser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/iframe", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/im2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/imbox-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/index-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/index\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/indexsponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/inline\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/inner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/interstitial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/js\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/js_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/jsbannertext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/labels/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/layer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderboard-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderboard/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderboard\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/leaderbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/load\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/main\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/marketing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/masthead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/menu_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/middle/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/motherless\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/mpu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/mpu2\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/mpu\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/msn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/mt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/navbar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ninemsn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/oas-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/oas_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/original/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/oscar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/outbrain\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/overlay-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/overlay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/p/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/page\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/panel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/payload/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/pencil/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/player-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/plugs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/pop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/popout\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/popshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/popup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/popup_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/post-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/postscribe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/preloader/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/preroll-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/preroll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/preroll_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/promo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/proxy-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdS/RAD\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rail-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rawstory_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/real_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rect_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rectangle_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/request\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/reskins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/right/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/ringtone_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/rotate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/scriptinject\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/scripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/select/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/serveIt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/show\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/show/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/side-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sidebar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sidedoor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sitewide_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sky_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/spacer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sponsor", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/square-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/square\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/square2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/square3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/storysponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/sub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/swfobject\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/third-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/tile-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/top-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/tracker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/triggers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/vertical/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/vg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/video/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/video_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/view\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/views/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/vip_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/web/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/webplayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/welcomescreen\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/widebanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/widget\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/writecapture\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/www/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/xtcore\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/yahoo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/zone/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads0\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads05\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads09a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads10\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads10/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads11\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads11/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads12\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads125_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads160x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads160x600px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads18\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2012/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2013/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads210\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads2x300new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300adn2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300X2502\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads300x250px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "ads4.city", + "www.ads4.city" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads4/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads5/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads6/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads620x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads7\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads7/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads728adn2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads728x90a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads790\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads8\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads8/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads88\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads9\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads9/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?apid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?callback", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?spaceid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\?zone_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_160_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_728_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_bg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_bottom_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_box_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_code\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_code_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_codes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_config\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_controller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_dfp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_display\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_event\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_files/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_frame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_gallery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_global\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_gnm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_google\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_ifr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_leaderboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_left_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_load/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_loader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_manager\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_medrec_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_min_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_new/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_openx_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_patron\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_php/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_premium\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_pro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_r\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_reporting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_server_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_show_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_sidebar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_start\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_text_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_top_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_ui\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_view\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads_yahoo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsa468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsa728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsadclient31\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsadview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsAjaxRefresh\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsales/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsample\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsandbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsandtps/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsAPI\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsatt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbanner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbannerjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsby\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbycurse\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsbygoogle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscale\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscale1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscale_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscalebigsize\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscalecontentad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscaleskyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscloud\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscluster\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscontent2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscript1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscript_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscripts1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscripts2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscripts3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adscroll\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdaq_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdaqbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdaqbox_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdaqsky_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdelivery\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsdyn160x160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsDynLoad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsearch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adSearch\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsecondary\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsegmentation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adseller/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsence\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsenceSearch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsenceSearchTop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsEnd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense23\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense24\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsense_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsenseBlockView\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsensegb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsensegoogle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsensets\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsensev2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsenze\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adseo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adseo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adseperator_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserve-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserve/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserve_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver7/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver8strip\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserverdata\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserverpub\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservers-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserversolutions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserverstore\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservervastvideovizu\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservice-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservice\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservice/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservices/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adservice$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserving\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserving/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserving_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdServlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserv\\|.*\\|adtech;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsession\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsession_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsetup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsetup_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfac\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfetch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfile\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfiles\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfinal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfloat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfolder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsfuse-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsgame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsGooglePP3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshandler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshare\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshare/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshare3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshow-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshow\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshow_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adshtml2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsi-j\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsico\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsico2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsico3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsicon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsidebar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsidebarrect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsiframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsign\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsimage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsImg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsinclude\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsindie/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsinsert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsite/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsites/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adskin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adskyright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adskyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslide\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslides\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsline\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslots\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslug-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslug_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adslugs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsm2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsmanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsmanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsManagerV2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsmedia_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsmm\\.dll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsmodules/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsnew\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsnew/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsnip\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsnippet\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsniptrack\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsonar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsopenx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsource_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsoverlay_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspace\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspace/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspace1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdSpace160x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspace2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspace\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspacer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspan\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspeeler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsplay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsponsor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspot/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspot_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspots/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adspro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsPublisher\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsq/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsquare\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsquareleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrc300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsremote\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsreporting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsresources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrich\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrot2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotate1left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotate1right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotate2left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotateheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsRotateNEW1right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsRotateNEW2right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsRotateNEWHeader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrule\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrules/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsrv2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adss\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsserv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdsShow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsshow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adssp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adssrv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstacodaeu\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstakeover\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstatic\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstatic/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstemplate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstitle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstop728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstop_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstorage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstracking\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstract/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adStrategies/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstream\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstream_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstreamjscontroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adStrip\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstrk\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstrm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstub\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstube/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstubs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstyle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsummos\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsummos2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsvariables\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsvo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsvr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswap-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswap\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswap/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsweb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswide\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswidejs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsword\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswrapper3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adswrapperintl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsx728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsx_728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsxml/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsync/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsyndication\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsyndication/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsys\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsys/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsystem\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsystem/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads~adsize~", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtable_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtadd1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtag/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtag\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtag_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtagcms\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtaggingsubsec\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtago\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adTagRequest\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtags\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtags/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtagtc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtagtranslator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtaily_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtaobao\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtech-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtech\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtech/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtech;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtech_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtechglobalsettings\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtechHeader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtechscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtest\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtest/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtext2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtext4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtext_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtextmpu2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtimage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtitle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtology\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtomo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtonomy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtool/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtools/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtools2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtooltip/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtop160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtop300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtop728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtopcenter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtopleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtopmidsky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtopright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtopsky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtrack\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtrack/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtracker\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtracker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtracker\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtracking\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtracking/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtraff\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adttext-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adttext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtvideo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtxt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtype\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adtype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adultadworldpop_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adultimate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunit/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunits\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunits/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunits\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunittop$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adunix\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adutil\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adutils\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aduxads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aduxads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-bannerize-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-div-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-expand/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-ext-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-f\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-scroll\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv-socialbar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.jsp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/adriver", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/banner1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/bottomBanners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/box-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/kelkoo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/kelkoo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/lrec_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/managers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/mjx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/mobile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/preroll_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/rdb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/script1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/script2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/search\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/skin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/sprintf-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv/topBanners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv02\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv03\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Adv150\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Adv468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv8\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_box_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_burt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_flash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_frame/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_horiz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_left_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_library3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_link\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_manager_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_out\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_player_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_script_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_server\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_teasers\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_vert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adv_vertical\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advalue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advalue_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advaluewriter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advanced-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advault\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advcontents\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advcounter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advdoc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advengine\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adver-left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adver_hor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverfisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverfisement2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert31\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert32\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert33\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert34\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert35\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert36\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert37\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertbanner2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertguruonline1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverth\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverthorisontalfullwidth\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertical\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertise-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertise\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "advertise.bingads.microsoft.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertise125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertise_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisehere\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisementheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisementmapping\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisementrotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisements-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisements\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisements/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisements2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisements_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdvertisementShare\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisementview/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertiser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "advertiser.growmobile.com", + "panel.rightflow.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertiser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "bingads.microsoft.com", + "mobileapptracking.com", + "www.mobileapptracking.com", + "trialpay.com", + "www.trialpay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisers\\.", + "resource-type": [ + "image", + "script", + "document" + ], + "unless-domain": [ + "panel.rightflow.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "panel.rightflow.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertiserwidget\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertises/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisewithus_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "outbrain.com", + "www.outbrain.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "temple.edu", + "www.temple.edu" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising02\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingbanner1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingimageexte/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdvertisingIsPresent6\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisinglinks_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingmanual\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingmodule\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisings\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisingwidgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisment-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisment\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisment/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisment1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisment_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisments/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertize_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertlayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertmedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertmsig\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertorial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertorial_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertorials/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertphp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertpixelmedia1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertpro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertrail\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverts\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adverts_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertsky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertsquare\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertstub\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertverticallong\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertwebapp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advf1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advfiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advhd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advice-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adview/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adview\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adview_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adviewas3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adviewed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adviewer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adviframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advinfo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advision\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adVisit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advlink300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advloader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advolatility\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advpartnerinit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advPop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advpreload\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advris/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advrotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advs\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advscripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advt2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advtemplate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advtemplate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advweb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advzones/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adw\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adw2\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adweb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adweb2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adweb33\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwidget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwidgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adWiseShopPlus1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwiz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwiz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwizard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwizard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwolf\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwords\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "ppc.ee", + "www.ppc.ee" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwordstracking\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adWorking/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adworks\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adworks.co.il", + "www.adworks.co.il" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adworks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adworldmedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adworx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adworx_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwrapper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwrapperiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adwriter2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx_exo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx_flash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adx_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adxsite\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adxx\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adyard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adyard300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adyea\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzbotm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzerk2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzilla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzone\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzone/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzone4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzone_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdZoneAdXp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonebelowplayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonebottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonecenteradhomepage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzoneleft\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonelegend\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzoneplayerright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzoneright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzones/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonesidead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adzonetop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adztop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afc-match\\?q=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afcads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afcsearchads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afdsafads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff-exchange/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aff_frame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affbeat/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affilatebanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate-content/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/promo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/script\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate/small_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_base/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_resources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_show_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliate_show_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliateads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliateadvertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliatebanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliatebanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliateimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliates\\..*\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliates/.*/show_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliates/ban", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliates/contextual\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliatetags/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliatewiz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affiliationcash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affilinet/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affilitebanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affliate-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/affpic/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afr\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afr\\?auid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ahmestatic/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajax-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajax-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajax-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajax/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajax/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajaxAd\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajaxads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajs\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ajs\\?auid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ak/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/all/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/all_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/alternet\\.ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/alwebad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/am/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/amazon/iframeproxy-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/amazon/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/amzn_omakase\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/anchorad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/annonse\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "annonse.nu", + "www.annonse.nu" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/annonse/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/annonser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/annonser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/announce/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/anyad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/api\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/api/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/api/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/api/spots/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/apopwin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/app\\.ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/app\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/app/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/app/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aptads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Article-Ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/article_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/articleSponsorDeriv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/artimediatargetads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/as/gb2\\?stid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/as/gb\\?stid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/as3overstreamplatformadapter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/as_u/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aseadnshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/aspbanner_inc\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/asset/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/asset/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ast/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/athena/tag/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/atnads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AttractiveAds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AttractiveAds_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AttractiveAdsCube\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/au2m8_preloader/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/audio-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/audioads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/auditudeadunit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/auditudebanners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/austria_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/auto_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/awe2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/awempire\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/awepop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/b\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/back-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/background_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/BackgroundAd40\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/backgroundAdvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/backlinxxx/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/badge_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban160\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban300\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban300\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban728\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban728\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban_m\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banimpress\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banman\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banman/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banmanpro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Banner-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner-ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.ca\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.gif\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.ws\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/468", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/700", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/rtads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner/virtuagirl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner160x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner20468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner460x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner468_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner468a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_125x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_468x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_control\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_db\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_file\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_image\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_js\\..*\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_OAS\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_view\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_zanox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner_zedo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad2-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banneradsajax\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banneradsgenerator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banneradverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banneradviva\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannercode\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerconduit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerexchange/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerfarm\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerfarm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerfile/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerframe\\..*\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerframeopenads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerframeopenads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerinc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerjs\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannermaker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannermanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannermvt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerpump\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerrotater/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerrotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerrotation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners\\..*&iframe=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners\\.php\\?id", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/160", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/300", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/460", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/468", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/728", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ad10\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ad11\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/aff\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/affil/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/ffadult/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/googlebanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banners_rotation\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannersAds_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerscript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerserve/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerserver3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerserver3$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerserver\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannersyndication\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerview\\..*\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannerwerbung/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bannery/.*\\?banner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bansrc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bar-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/baseAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/baselinead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/basic/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad10\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad7\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad8\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bbad9\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bckgrnd_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bdcustomadsense-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/beacon/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/behaviorads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/beta-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/betrad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bftv/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bg-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bg/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bg_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bgads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bi_affiliate\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bigad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bigad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bigads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bigboxad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bigtopl\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bin/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/binary/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bizad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bkgrndads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blockad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blocks/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blog-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blog/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blog_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blog_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogad02\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogadsbg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bloggerex\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blogoas-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bmndoubleclickad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bnr\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bnr_show\\.php\\?id=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bnrad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bnrimg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bnrsrv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bodyads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bookad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bookads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bookads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boomad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom_adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom_adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottomad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottomad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottomads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottomsidead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/box_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/box_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boxad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boxad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boxad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boxad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/boxad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/breakad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/brightcovead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/btbuckets/btb\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/btmads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/btmadsx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/btn_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bucketads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buddyw_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/burt/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/butler\\.php\\?type=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/button_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buttonad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buttonads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buttonads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buyclicks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buyer/dyad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buysellads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buysellads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/buzz/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bytemark_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cache/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cads-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/calendar-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/call/pubif/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/call/pubj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/call_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/callads5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/callAdserver\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/camaoadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/camaoAdsenseHomepage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/camfuzeads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/campus/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/carbonads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/carbonads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/carsadtaggenerator\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cashad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cashad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/category-sponsorship/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/catfishads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cb\\.php\\?sub", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cci-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/centerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/central/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ceoads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi-bin/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi-bin/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi-bin/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi-bin/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi-exe/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cgi/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/channelblockads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/checkm8footer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/checkm8header_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/chinaadclient\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/chitika-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/chrome-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ciaad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/circads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cjadsprite\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ck\\.php\\?nids", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clarityray\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ClassAds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/classifieds/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/click/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clickboothad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clicksor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clickunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clients/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clkads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cm/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cms/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cms/js/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cn-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cnads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cnnslads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cnxad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/codaadconfig\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/coldseal_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/collisionadmarker\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/colorscheme/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/columnadcounter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/columnads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/combo\\?darla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/comment-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/comment-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/commercial_horizontal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/commercial_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/dart_wrapper_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common/results\\.htm\\?block=.*\\[colorAdSeparator\\]", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/common_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/commons/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/commspace_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/companion_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/companion_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/companionAdFunc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/compban\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/components/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/components/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/conad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/conad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/configspace/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cont-adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contaxe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/content_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentAdServlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentadvert1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentadxxl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contentad$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/context_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/context_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contextad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contextads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contextualad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contpop\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/contribute_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/controller/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/controllerimg/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/convertjsontoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/core-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/core/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/core/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/coread/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/corner-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/corner_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cornerbig\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cornersmall\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/country_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/coxads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpm160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpm728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpm_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpmbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpmcampaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpmrect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpx-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpx_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cpxads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cramitin/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/criteo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Criteo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/criteo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/criteoRTA\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/crossoverad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/csp/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/css/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/css/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/css/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/css/adsense", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/css/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cssjs/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ctamlive160x160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cube_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cubead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cubeads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cubeads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/curlad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/curveball/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/custads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/custom/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/custom/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/custom11x5ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/custom_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customadmode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customcontrols/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/customerad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cutead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cvs/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cwggoogleadshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/d/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/daily/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dart_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dart_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dart_enhancements/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartadengine\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartadengine2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartcall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dartfunctions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/data/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/data/init2\\?site_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/data/init\\?site_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dateads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dblclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dblclickad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dclk/dfp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dclk_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dclk_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dcloadads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ddlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/de/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/default-adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/default/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/default_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/default_adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/default_oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/defaultad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/defaults_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/defer_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deferads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/defersds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delayedad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliver\\.jphp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliver\\.nmi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliverad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliverads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliverjs\\.nmi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliversd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/deliversds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery\\.php\\?pool_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery\\.php\\?rnd=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/.*\\?advplaces=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/afr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/ag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/al\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/apu\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/avw\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/fc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/fl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/lg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/spc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery/vbafr\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/delivery_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/demo/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/DemoAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/descpopup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/design/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/develop/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/devicead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dfp/dc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dfp_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dfpads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dfpsds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dfpsearchads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dictionary/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dif/\\?cid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dig_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/digest/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/digg_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/digg_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dinclinx\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/direct_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/directads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/directadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/directrev\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/discuss_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/DispAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display\\?ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayadbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayadiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayadleader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayads3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/displayadsiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/div-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/divad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dlfeatads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dmn-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dne_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dns_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dnsads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/domainads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/door/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doors/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick/iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclick_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickbannerad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickcontainer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickinstreamad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickloader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclickplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doubleclicktag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/doublepimp2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/downads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/download/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/download/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/download/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/drawad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/driveragentad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/driveragentad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/drivingrevenue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/droelf\\.kit/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dropdown_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dsg/bnn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dspads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dtiadvert125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dtim300x250\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dtmads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dxd/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dyn_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dyn_banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamic-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamic/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamic_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/DynamicAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamicad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamiccsad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynamicvideoad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynanews/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/dynbanner/flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/e-vertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas-fif\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas\\?.*.easformat=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas\\?camp=.*;cre=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas\\?cu=.*;cre=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas\\?cu=.*;ord=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas_fif\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eas_tag\\.1\\.0\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/easyads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/easyads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/easyadstrack\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/easyazon-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ebay_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ebayad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eco_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ecom/magnet\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/editable/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eht\\.js\\?site_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/emailads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/embed_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/emediatead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/EmreAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ems/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/en/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eng/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eporner-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ept_in\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero-1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero-ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero-advertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero_hosted_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ero_line_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroadvertorial2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroadvertorial3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/erobanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eroex\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eros\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eshopoffer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/esi/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/etology\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "etology.com", + "www.etology.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/euads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/event\\.ng/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/excellence/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exchange_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exit_popup", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exitpop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exitpopunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exitpopunder_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exitpopup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exitsplash\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exo120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exobanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exoclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exoclickright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exoclickright1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exoclickright2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exoclickright3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/expandable_ad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/expandable_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/expandingads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/expandy-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/expop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exports/tour/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exports/tour_20/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ext/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ext_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/extadv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/extendedadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/external/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/external/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/external/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/external_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/externalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ExternalAdNetworkViewlogLogServlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/externalads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/externalhtmladrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eyewondermanagement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/eyewondermanagement28\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/facebookaff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/facebookaff2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/facebooksex\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fan-ads\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fastclick160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fastclick728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fatads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fbads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fc_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fea_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/featuredadshome\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/feedads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/file/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/files/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/files/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/files/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/files/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/filter\\.php\\?pro", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fimserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/finads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/first-ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flag_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash/advertis", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flash_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flashad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flashad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flashads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flashads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flashpeelads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flatad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flesh_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fleshlight\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fleshlightcash_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flexads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fliionosadcapture-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flirt4free\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/float-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/float_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floatad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floatads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floatadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floater_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floatingad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/FloatingAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floatingads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/floaty_rotator", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flv-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flvad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flvads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flyad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flyads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/flyers/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fn_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footer_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footerad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/footertextads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/forads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/forum/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/forums/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frame_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/framead-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/framead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/framead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/framead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frameads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frameads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frameads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frameadsz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/freead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/freead2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frequencyads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/friendfinder_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frnads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frontend/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/frontpagead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ftp/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/full/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fullad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fulladbazee\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fuseads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fwadmanager\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gadgets/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gafc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gafsads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gafv_adapter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/galleryad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gam\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gam_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gam_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gam_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gamads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/game-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gamead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gameadsync\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gamersad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GAN_Ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gannett/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gate-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gatewayAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gazette/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geitonpop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gen_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/genads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/general-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/general/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/generate_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/generate_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/generateadtag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/generateplayerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/genericrichmediabannerad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geo-ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geo/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geo_banner\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geoad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/geobox\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GeoDynBanner\\.php\\?wmid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ges_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get\\.ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get/ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get_banner\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadcontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GetAdForCallBack\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadsettingsjs\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadvertimageservlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getAdvertisement", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadvertiserimage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getadverts\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GetADVOverlay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getarticleadvertimageservlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getban\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getbanner\\.cfm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getbanner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getdigitalad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getfeaturedadsforshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gethalfpagead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getinlineads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getJsonAds\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getmarketplaceads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getmdhlayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getmdhlink\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getmyad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getrcmd\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getsad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getsponslinks\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getsponslinksauto\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getTextAD\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GetVASTAd\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getvdopiaads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getvideoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/getwebsitead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gexternalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gfx/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gfx/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ggadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gifs/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/glam160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/glam300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/glam728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/glam_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/global-ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/global/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/global/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/global/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/globalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/globaladprostyles\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/globalbannerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googad300by600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-adsense-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-adsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-adverts-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-adwords", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-afc-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google-afc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google/ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google728\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_afc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_afc_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_afs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_afs_widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_caf\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_lander2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/google_radlinks_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GoogleAd300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead336x280\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/GoogleAdBg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleaddfooter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleaddisplayframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadhp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadhpbot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadhtml/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadiframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads3widetext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadsafc_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadsafs_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleAdScripts\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleAdTaggingSubSec\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleadunit\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleafc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleafs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleafvadrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlecontextualads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleheadad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleleader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googleleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/googlempu\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gpt_ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/graphics/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/graphics/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/grid-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/groupon/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gt6skyadtop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/guardianleader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/guardrailad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gujAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/gutterAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Handlers/Ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hcm_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hdadvertisment-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/header-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/header_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/header_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headeradd2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headerads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headerAdvertismentTab\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headermktgpromoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/headvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hiadone_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hikaku/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hitbar_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/holl_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/_ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home30/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/home_adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homeoutside/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homepage/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homepage_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homepage_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "swedishbeauty.com", + "www.swedishbeauty.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homepageadvertright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/homeslideadtop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/HomeStaticAds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/HompageStickyAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/horizontal_advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/horizontalAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hostedads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hostedbannerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hostgator-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hosting/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hostkey-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house_ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/house_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/housead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/housead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/housead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/houseads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/houseads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/houseads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hoverad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hpcwire/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ht\\.js\\?site_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html\\.ng/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/html/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/htmlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/httpads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hubxt\\..*/js/eht\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/hubxt\\..*/js/ht\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/i/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/i_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ia/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iabadvertisingplugin\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/IBNjspopunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/icon_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/icon_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/icon_advertising_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/idevaffiliate/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ifolder-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe-mgid-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe\\.ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_chitika_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframe_sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframeadcontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframeads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframeads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframeadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframeadsensewrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframedartad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iframes/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ifrm_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ignite\\.partnerembed\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ignitecampaigns\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ilivid-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/im-ad/im-rotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/im-ad/im-rotator2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/im-popup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/im\\.cams\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ima/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imaads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/image_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imageads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imagecache_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images-v2/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images\\.adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "ngohq.com", + "www.ngohq.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ad2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adv-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/adver-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/aff-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/affs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/awebanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/bg_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/gads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/livejasmin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/sponsored\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images/vghd", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images1/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/images_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imagesadspro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imfloat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img2/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img3/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgAdITN\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgaffl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgs/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imgs/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imlive\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imlive300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imlive5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/imp\\.ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/impop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/impopup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inc_v2/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/include/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/include/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/include/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/include/adsdaq", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/included_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/includes/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/includes/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/includes/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/includes/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/incmpuad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/index-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/index-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/index_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inhouse_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/initdefineads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/initlayeredwelcomead-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/injectad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/INjspopunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inline_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inline_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inline_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inlineads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inlinetextads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inner-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inner-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/innerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inquirer/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/insertads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/instreamad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/intelliad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/intellitext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/interad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/internAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/internal-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/internet_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/internetad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/interstitial-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/interstitial-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/interstitial_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/intextadd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/intextads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/introduction_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inv/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inventory/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/invideoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inviteads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/inx-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ip-advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ipadad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iprom-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iqadcontroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/irc_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ireel/ad.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/is\\.php\\?ipua_id=.*&search_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iserver/ccid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iserver/site=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/isgadvertisement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ispy/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/iwadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/j/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jamnboad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/javascript/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/javascript/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/javascript/oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/javascript/oas\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/javascripts/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jcorner\\.php\\?partner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jitads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jivoxadplayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jlist-affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/JPlayerAdFoxAdvertisementPlugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jqads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jquery-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jquery\\.adx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jquery/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jqueryadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ad/size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ng/cat=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ng/channel_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ng/pagepos=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ng/site=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js\\.ng/size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/oas-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/ppu\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js/youmuffpu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js2\\.ad/size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js_ad_utf8\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/js_adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsAds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsadscripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsc/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsfiles/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/json/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsplayerads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jspopunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jstextad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jsVideoPopAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jtcashbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/juicyads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jumpstartunpaidad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/k_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/kaksvpopup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/KalahariAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/kampyle\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/kantarmedia\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/keyade\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/keyword_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/kredit-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/kskads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/landerbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/landingadvertisements/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/large_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer\\.php\\?bid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layer_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layerads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layout\\.inc\\.php\\?img", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layout/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/layout/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lazyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lbl_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leadads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leader_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboard-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboard_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboard_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboardad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboardadblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leaderboardads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ledad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/left-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/left_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/left_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leftad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leftad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leftads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leftbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/leftsidebarads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lib/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/library/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lifeshowad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lightad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lightboxad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lightboxbannerad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lijit-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lijitads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/linkad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/linkads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/linkadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/linkadv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/linkedads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/links_sponsored_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/live_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/liveads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmin/.*&id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmin2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmine03\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/livejasmine05\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/load-ads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/load_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadad\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadadsmain\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadadsmainparam\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadadsparam\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loadadwiz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/loading_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/local_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/localAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/LocalAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/localAdData/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/LocalAdNet/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/localads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/localcom-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/locker\\.php\\?pub=.*&gateid=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/log_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/log_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/logad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/logo-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/logoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/logoutad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lotto_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lrec_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/m0ar_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mac-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mad\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mad_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/magazine/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/magic-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/magic-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/main/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/main/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/main_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/main_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mainad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mainpagepopupadv1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mapquest/Ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/marginaleadservlet\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/marketing-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/marketing/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/marketing/banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/markpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/masonad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/masterad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/match_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/maxadselect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/maxi_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mbads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mbn_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mcad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mda-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mDialogAdModule\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/media/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/media/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/media/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/media_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/megaad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/meme_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/metaad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/metaadserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/metsbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mgid-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mgid-header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mgid\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/microad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/microads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/microsofttag/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/middle_adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/middleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/min/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mini-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mini_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/miniadbar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/miniads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/miniadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/minify/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/minpagead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mint/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/misc/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/misc/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/misc/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/miva_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/MixBerryAdsProduction/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mjx-oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mkadsrv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mktad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ml9pagepeel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mmsAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mmt_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mnads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mobile-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mobile_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mobile_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mobileads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mobilephonesad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mod_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mod_pagepeel_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/module-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/module/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/modules_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/momsads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/moneyball/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mpads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mpu-dm\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mpuad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mpuguardian\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mpumessage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mrskinleftside\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msgads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msn-1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msn-exo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnadimg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnpop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnpopsingle2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnpopup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/msnpopup4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mstextad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/MTA-Ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mtvi_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/multiad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/my-ad-injector/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/my-ad-integration\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/myads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mydirtyhobby\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "mydirtyhobby.com", + "www.mydirtyhobby.com", + "mydirtyhobby.de", + "www.mydirtyhobby.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/myfreepaysitebanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mylayer-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mysimpleads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/n/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/n4403ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/n_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/namediaad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nativeads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nativeads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/navad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/navads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nbcuadops-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nd_affiliate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/neo/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/neoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netreachtextads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netseerads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netshelter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netspiderads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/netspiderads3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/network_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/neudesicad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new_oas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newad2\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newadv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newadvert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newaff/float", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newdesign/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newimages/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newimplugs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newrightcolad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/news/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/news_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newsite/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newsletterads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newsletters/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newsmaxadcontrol\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/newtopmsgad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nextad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nflads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/no_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nonrotatingads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/noticead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nsfw/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nymag_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nymag_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/o2ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/o2contentad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas-config\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas/iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas/oas-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_handler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_home_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_mjx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_mjx1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_mjx2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oas_mjx3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasadconnector\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasadframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasadfunction\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasadfunctionlive\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oascache/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oascentral\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oascentral/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasconfig/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oascontroller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasdefault/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasisi-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasisi\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oasx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oiopub-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/oiopub-direct/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/old/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/omb-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ome\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/onead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/onesheet-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/online/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/online_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/onlineads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/onplayerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ontopadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openads2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openadserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openx-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openx_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/openxtag\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/optonlineadcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/opxads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/orbitads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/origin-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/other/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/outbrain-min\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overlay-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overlay_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overlayad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overlayads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overture\\.", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overture/", + "resource-type": [ + "script", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/overture_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ovt_show\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ox/www/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ox_ultimate/www/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/p2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/p2ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/p8network\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/page-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/page-peel", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/page/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagead/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagead/gen_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagead2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagead46\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagead\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pageadimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pageads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagecurl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pageear\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pageear/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pageear_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagepeel-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagepeel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagepeel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagepeel_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pagepeelads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pages/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/paidads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/paidlisting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/panelad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/park_html_functions\\..*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/park_html_functions\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/park_html_functions_general\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partner_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partner_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnerads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partneradwidget\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnerbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnerbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partners/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partners/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partners/get-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/partnersadbutler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/parts/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pauseadextension\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/payperpost\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pb-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pc/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pcad\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peel\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peel\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peel/\\?webscr=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peel1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peel_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peelad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peelad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peelads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peelaway_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peelbackscript/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peeljs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peeltl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/peeltr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pencilad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/perfads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/performance_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/performancingads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/permanent/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pfpadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pgad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pgrightsideads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/photo728ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/photoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/photoads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/photogallaryads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/php/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/php/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpads2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpadserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpadsnew/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/phpbanner/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pic/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pic_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pickle-adsystem/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pics/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/picture/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pictureads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pictures/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pilot_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pitattoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pix/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pixelads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/place-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/placead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/placeholder-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/placements/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/play/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/player/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/player/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/player/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/player_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pledgead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugin/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/page-cornr-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/wp-moreads/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/wp125/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins/wp_actionpop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plugins_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/plus/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/poker-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/poll-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/polopoly_fs/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pool\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pool/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop-under\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop2\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop_adfy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop_camgirlcity\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop_under\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pop_under/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/poplivejasmine\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popounder4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/poprotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popshow\\.", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder1_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder4\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder7\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunderblogs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popundercode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunderking\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunders\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunders/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popundr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popundr_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popup-domination/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popup2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popup3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popup_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popup_code\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popupads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popupdfp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popupunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/post-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/post_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/postad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/postprocad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/postprofilehorizontalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/postprofileverticalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/posts_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pounder-", + "resource-type": [ + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ppd_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ppd_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/predictad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/premierebtnad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/premium_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/premiumads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/premiumadzone\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/prerollad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/prerollads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/previews/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/printad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/printad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/printads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/PRNAd300x150\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/proads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/proadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/proadvertising_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/processad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/processads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/processing/impressions\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/product-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/product-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/production/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/projectwonderful_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promo/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promo/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promo/affiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promo300by250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promo300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promoads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promobuttonad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promoloaddisplay\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promoredirect\\?.*&campaign=.*&zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotion/geoip/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotions/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotions/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotions/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotools\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotools/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promotools1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/protection/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/provideadcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/provider_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/proxxorad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/proxyadcall\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pub/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pub/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pub_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/public/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/public/ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/public/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/public/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/publicidad\\.", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/publicidad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/publicidad_", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/publicidade\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/publicidade/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubmatic_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubs_aff\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/puff_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pullads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/punder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/punder\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/qandaads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/qd_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/qpon_big_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/quadadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/questions/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/quick_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/quigo_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/r_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/radioAdEmbed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/radioadembedgenre\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/radioAdEmbedGPT\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/radopenx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rail_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/railad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/railads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/railsad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/railsad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/RainbowTGXServer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ram/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad120x600nsfw\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad160x600nsfw\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad300x250nsfw\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad728x90nsfw\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/randomads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rawtubelivead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rcolads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rcolads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rcom-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rcom-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rcom-video-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia_mjx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia_mjx_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reclama/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reclame/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/recommendations/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/recordadsall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rect_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rectangle_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rectangle_advertorials_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/redirect_awe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/refads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/refreshads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/refreshsyncbannerad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/RefSplDicAdsTopL\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklam\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklam/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklama\\.", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklama/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklama2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklama5\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/reklame/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/related-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/relatedads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/relevance_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/remove-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/remove_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/render-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/repeat_adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/report_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/report_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/requestadvertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/requestmyspacead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/resources/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/resources/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/resources/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/responsive-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/responsive_dfp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/responsive_dfp_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/restorationad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/retrad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/retrieve-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/revealaads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/revealaads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/revealads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/revealads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/revealads2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rg-erdr\\.php", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rg-rlog\\.php", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rgads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rhspushads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/richoas\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/right-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/right_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/right_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/right_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/right_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightnavads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightnavadsanswer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightrailgoogleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rightsideaddisplay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/righttopads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rollad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rolloverads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rolloverbannerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/root_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotateads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatedads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatedads13\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatedads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotating_banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatingad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatingpeels\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatingtextad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotation/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotationad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatorad300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rotatoradbottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/roturl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rpc/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rpgetad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rsads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rsads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rsc_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rss/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rss2/\\?.*&hp=.*&np=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rss2/\\?.*&np=.*&hp=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rss2/\\?hp=.*&np=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rss2/\\?np=.*&hp=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rswebsiteads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rule34/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/rule34v2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/safead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sailthru\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/salesad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/samplead1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/samsung_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/satnetads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/satnetgoogleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/savvyads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sb-relevance\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scanscout\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scanscoutoverlayadrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scanscoutplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scaradcontrol\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/script/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/script/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/script/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/script/banniere_.*\\.php\\?id=.*&ref=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/script/oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/afc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/feedmeCaf\\.php\\?q=.*&d=.*&ron=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scripts/zanox-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scrollads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/scrpads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search-ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search\\.php\\?uid=.*\\..*&src=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/search_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/searchad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/searchad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/searchads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/secondads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/secondads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/securepubads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/seo-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/serv\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/serve\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/servead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/servead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ServeAd\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/serveads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/server/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/servewebads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/service/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/services/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/settings/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sevenads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sevenl_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/share/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/shared/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/shared/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/shared/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/shortmediads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show\\.ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show\\.cgi\\?adp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/show_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showAd300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showAd300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showadcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showadjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showban\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showcasead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showflashad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showindex-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showJsAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showmarketingmaterial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showpost-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/showsidebar-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/side-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/side-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/side-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/side_adverts\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidead1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidead2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidead3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sideadiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sideads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sideads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sideadvtmp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebar-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebar-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebar_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebar_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebar_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebarad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidebaradvertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidecol_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidekickads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sidelinead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/siframead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/silver/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/silverads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/simpleads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/simpleadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/simpleadvert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/singleadextension\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sisterads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site=.*/size=.*/viewid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site=.*/viewid=.*/size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/site_under\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/siteads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/siteads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/siteadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/siteafs\\.txt\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sitemanagement/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sites/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sitewide/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/size=.*/random=.*/viewid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skin/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skin/ad3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skin/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skin3/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skinad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skinads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skins/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skins/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyadjs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyadright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skybannerview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skybar_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyframeopenads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyframeopenads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyscraper-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyscraper_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/skyscraperad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slafc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slideadverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slideinad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slider-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slider\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slider_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sliderAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sliderad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/SliderJobAdList\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slideshow/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slideshowintad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/slidetopad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smalAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/small_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/small_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smallad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smalladblockbg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smalltopl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smart-ad-server\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smart_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartAd\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartadserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smartlinks\\.epl\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smb/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smeadvertisement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/smedia/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/SmpAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/socialads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/socialads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/somaadscaleskyscraperscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/some-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/someads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sp/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spac_adx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/space_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spacedesc=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spark_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spc\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spcjs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spcjs_min\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/special-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/special_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/special_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/specialads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/specialfeatureads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spiderad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/splash_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spo_show\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponlink\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spons/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spons_links_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponseredlinksros\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsers\\.cgi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponslink_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor%20banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor-ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor-box\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor-links\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor/click\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsor_select\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoradds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorbg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored-backgrounds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored-links-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored-links/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_by\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_link\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_links\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_links1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_links_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_listings\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_text\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_title\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsored_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredcontent\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredheadline\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredlinks\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredlinks\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredlinksiframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoredlisting\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorHeaderDeriv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsoringbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorpaynetwork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsors-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsors\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsors/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsors/amg\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsors_box\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorsgif\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorshipimage-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sponsorstrips/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spotlightads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spotx_adapter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spotxchangeplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spotxchangevpaid\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/square-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/square-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/squaread\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/squareads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/src/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/srec_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/srv/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ss3/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/standard_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static\\.ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/js/4728ba74bc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/staticadslot\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sticker_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sticky_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/stickyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/stickyad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/storage/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/storage/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/stories/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/story_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/story_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/storyadcode\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/storyads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/stream-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/streamads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/streamatepop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/studioads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/stuff/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/style_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/styles/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/styles/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/subAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/subad2_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/subadz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/subnavads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/subs-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sugar-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sugar-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sugarads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/superads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/supernorthroomad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/svnad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/swf/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/swf/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/swfbin/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/swfbin/ad3-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/swfbin/ad3_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/switchadbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/SWMAdPlayer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/synad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/synad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/syndication/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sys/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/system/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/system/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/system_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/systemad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/systemad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/t-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/t\\.php\\?uid=.*\\..*&src=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tabads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tableadnorth\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/taboola-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tag-adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tag_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tagadv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/talkads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/taxonomy-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/td-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/td_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tdlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/teamplayer-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/teaseimg/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/technomedia\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/teletoon_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tempads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/template/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/templateadvimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/templates/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/templates/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/templates/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/testads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/testingad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/text_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/text_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/text_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/text_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textadrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/textadspromo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tfs-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tg\\.php\\?uid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thdgoogleadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thebannerserver\\.net/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thirdparty/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thirdpartyads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thirdpartyframedad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thumbs/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/thunder/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tickeradsget\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tidaladplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tii_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tikilink\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tileads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tinlads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tinyad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tit-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/title-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/title_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tizers\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tl\\.ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tmnadsense-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tmnadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tmo/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tmobilead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tncms/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/toggleAds\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/toigoogleads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/toolkitads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tools/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/toonad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top-ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top_adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topadbg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topadfooter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topadheader\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topleftads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/topperad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/toprightads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tops\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/torget_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/totalmedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Totem-Cash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/totemcash/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/totemcash1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tower_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/towerbannerad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tr2/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/track\\.php\\?click=.*&domain=.*&uid=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/track\\.php\\?uid=.*\\..*&d=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/track_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/trackads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tracked_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/trade_punder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tradead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/TradeAds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tradedoubler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/trafficads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/trafficengineads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/trafficsynergysupportresponse_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/transad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/travidia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tremoradrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/triadshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tribalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tripplead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ttz_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/turbo_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/tvgdartads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/TWBadbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/twgetad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/TwtAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/txt_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/txt_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/txt_adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/txtad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/txtads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/u-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/u/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uberlayadrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ucstat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ugoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ugoads_inner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ui/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ui/adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ui/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uk\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ukc-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/unibluead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/unity/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/up/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/update_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/update_layer/layer_os_new\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uplimg/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/upload/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uploaded/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uploads/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uploads/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/uploads/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/upsellingads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/us-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/usenext16\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/user_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/userad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/userad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/userimages/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/usernext\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/utep/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/utep_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/v5/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/v9/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/valueclick-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/valueclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/valueclickbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/valueclickvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vast_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/VASTAdPlugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vb/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vboard/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vbvua\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vclkads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vendor-ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vericaladtitle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vert728ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vert_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/verticaladrotatorv2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vghd\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vghd\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vghd2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/VHDpoppingModels/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viagogoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vidadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video-ad-overlay\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video-ads-player\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video\\.ads\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video2adrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/video_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/VideoAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videoad_new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/VideoAdContent\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videoadrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videoads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videoads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/VideoAdsServingService/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videostreaming_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/videowall-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/view/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/view/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/view_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewbannerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewer/rad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/viewid=.*/site=.*/size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/views/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtuagirl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtuagirl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtuagirl3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtuagirlhd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtual_girl_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtualgirl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/virtualgirlhd-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vision/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/visitoursponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vnads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vnads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vogue_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vpaidad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vpaidadrenderer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vplayerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/vtextads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/w/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/w/d/capu\\.php\\?z=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wahoha\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wallpaper_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wallpaperads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/watchit_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wave-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wbadvert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/weather-sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/weather/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/web-ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/web-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/web-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/web/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/web_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/WebAd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadvert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadvert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadvert3/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webadverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webmailad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webmaster_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/weeklyAdsLabel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/welcome_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/welcomead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/welcomeadredirect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/werbebanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widget/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widget/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widget/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widgetad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widgetadsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widgets/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/widgets/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wipeads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wire/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wired/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wix-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wlbetathome/bannerflow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wmads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wordpress-ads-plug-in/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/work\\.php\\?n=.*&size=.*&c=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/mbp-banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/automatic-social-locker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/banner-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/bhcb/lock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/fasterim-optin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/m-wp-popup/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/platinumpopup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/useful-banner-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/wp-bannerize/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/wp-super-popup-pro/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/wp-super-popup/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/uploads/useful_banner_manager_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-popup-scheduler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-srv/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp_ad_250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp_ad_250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wpads/iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wpbanners_show\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wpproads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wrapper/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/writelayerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wwe_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wwe_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/www/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/www/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/www/deliverx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/www/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/www/js/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/x5advcorner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xadvertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xbanner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xclicks\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xfiles/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xhr/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xlayer/layer\\.php\\?uid=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xml/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xml/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xmladparser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xnxx-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xpiads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xtendmedia\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "xtendmedia.dk", + "www.xtendmedia.dk" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xxxmatch_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahoo-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahoo-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahoo/ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahoo_overture\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/YahooAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahooads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahooads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahooadsapi\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahooadsobject\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yahoofeedproxy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yellowpagesads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yhs/ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yieldads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yieldlab\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yieldmanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yin-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yld/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yld_mgr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/your-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/your-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/your_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yourad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/youradhere\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/youradhere468-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/youradhere_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ypad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ysc_csc_news", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ysmads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ysmwrapper\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/yume_ad_library_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/z-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/z/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/zagcookie_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/zalando-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/zanox/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/zanox_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/zedo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/~cdn/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://a\\.ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://ad\\..*/jstag", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://adcl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://adv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "adv.ru", + "www.adv.ru", + "adv.vg", + "www.adv.vg", + "forex-tv-online.com", + "www.forex-tv-online.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://affiliate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://affiliates\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://ax-d\\..*/jstag", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://banners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://bwp\\..*/search", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://delivery\\..*/jstag", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://feeds\\..*/~a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://findnsave\\..*\\..*/api/groupon\\.json\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://findnsave\\..*\\..*/td/portablerop\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://oas\\..*@", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://ox-.*/jstag", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://pop-over\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://promo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://rss\\..*/~a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://synad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://wrapper\\..*/a\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*:8080/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*;adsense_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*;cue=pre;", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*;iframeid=ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=ad-leaderboard-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=ad-rectangle-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=ad320x50-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=ad_iframe&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=ad_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adcenter&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adcode&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adexpert&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adlabs&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=admeld&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adMenu&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=admodeliframe&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adsCallback&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adscripts&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adsfinal\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adshow&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adslot&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adspremiumplacement&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adtech_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adunit&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=advertiser\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=advertiser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=advertorial&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=adView&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=akiba_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=banners_ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=clkads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=com_ads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=dartad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=deliverAdFrame&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=display_ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=DisplayAd&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=displayAds&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=dynamicads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=dynamicwebad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=GetSponsorAds&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=half-page-ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=iframe_adv&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=js_ads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=searchadslider$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=showsearchgoogleads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=simpleads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=textads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=tickerReportAdCallback_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=web&ads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=webad2&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?.*=x55g%3add4vv4fy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?action=ads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ad_ids=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ad_size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ad_tag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ad_type=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ad_width=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adarea=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adclass=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adcontext=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adflashid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adfox_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adloc=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adlocation=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adpage=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adpartner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adsdata=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adsite=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adsize=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adslot=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adtag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adTagUrl=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adtarget=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adtechplacementid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adtype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adunit_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adunitid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adunitname=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adv/id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adv_type=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adversion=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advertisement=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advertiser=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advertiser_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "panel.rightflow.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advertiserid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "outbrain.com", + "www.outbrain.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advertising=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advideo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advsystem=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advtile=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?advurl=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adx=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?adzone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?banner\\.id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?banner_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?bannerid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?bannerXGroupId=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?dfpadname=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?file=ads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?g1t2h=.*&t1m2k3=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?getad=&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?goto=ad$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?handler=ads&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?idaffiliation=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?module=ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?OASTagURL=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?phpAds_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?service=ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?sid=ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?simple_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?type=ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?type=oas_pop&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?view=ad&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?wm=.*&prm=rev&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?wpproadszoneid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ZoneID=.*&PageID=.*&SiteID=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?ZoneID=.*&Task=.*&SiteID=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.fp=.*&prvtof=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.mod=wms&do=view_.*&zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.pid=Ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_125ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x550\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250Banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_acorn_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad&zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad-125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\.png\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad/display\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad/full_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad/public/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad/section_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad01\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad01_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad1\\.", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad103\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad120x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad1a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad1b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad234x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad6\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad9\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\?darttag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad\\?size=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_125x125\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_2012\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_350x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_actron\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_article_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_background\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_big\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_block&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_box\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_bsb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_center\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_change\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_choices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_choices_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_close\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_code\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_content\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_controller\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_count\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_count=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_courier\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_desktop_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_div=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_domain_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_end_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_engine/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_expand_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_feed\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_footer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_frame\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_handler\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_head\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_heading\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_homepage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_ids=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_image_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_init/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_integration\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_interactive\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_label\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_layer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_leaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_logo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_middle_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_minileaderboard\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_new_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_number=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_one\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_over_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_page_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_placeholder-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_position_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_promo2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_render_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_renderer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_right\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_right_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_run\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_service\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_serving\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_show&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_side\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_size\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_sky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_slot=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_small\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_square\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_tall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_template_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_url=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_vertical\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_view=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_widesky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_wrapper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_yellow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ad_zone_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adagency/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adaptvad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbanners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbg1a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbg2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbg2a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adblue\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbox\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbox_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adbreak\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adcall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adcall_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adchoice\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adchoices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adcom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adcount=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adengage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adengage_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adengine_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adfunction\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adhoc\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adhome\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adhome_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adhoriz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adhub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adify\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adjug\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adlabel_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adlesse\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adlib\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adlog\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_admanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_admarking_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_admin/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adminka/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adnetwork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adobjects\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adpage=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adpartner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adright2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adrotator\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adrow-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads-affiliates_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads\\.cgi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/css/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/horiz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/horiz_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/inhouse/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/ip/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads/square/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_cached\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_contextualtargeting_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_Home\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_index_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_multi\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_only&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_reporting\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_single_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_targeting\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_text\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ads_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsbgd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adscript\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsdaq\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsense\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsense_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adserve\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adserve/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adserved\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adserver\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsetup\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adshare\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adshow\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsjs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adskin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adskin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsonar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adspace-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adspace_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsrv=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsrv\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adssource\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adstat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsys\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsys_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adsystem/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtags\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtech&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtech-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtech\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtech/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtech_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtext_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtitle\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtoma\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtop\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adtxt\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adunit\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adv/300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adv/leaderboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adv/overlay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_Adv_Banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert_1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert_2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert_label\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert_overview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advert_vert", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertise-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertise\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertise180\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisehere\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisement-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisement\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisement_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisementbar\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisements/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisementtxt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertising_header\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertising_iframe\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertisment\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertorial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertorial3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertorial_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertorials/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertphoto\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adverts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adverts3\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advertsarea\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_AdvertsImgs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adview\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adview_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_advservices\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adwrap\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_adwriter\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_afd_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_affiliate/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_affiliate_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_afs_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_alt/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_argus_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_assets/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_background_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_background_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_banner_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_banner_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_banner_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_Banner_Ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_banner_adv300x250px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_banner_adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bannerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_BannerAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bannerads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bannerview\\.php\\?.*&aid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bg_ad_left\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_blank_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_blogads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_blogads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bottom_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_bottom_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_box_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_btnad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_button_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_buttonad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_centre_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_cgbanners\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_ChatAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_companionad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_content_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_content_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_contest_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_custom_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_custom_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dart_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dart_interstitial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dashad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dfp\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_displayad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_displaytopads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_doubleclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_doubleclick_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_down_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dropdown_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_dynamicads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_elements/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_engine_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_english/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_externalad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_fach_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_fbadbookingsystem&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_feast_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_files/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_fixed_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_floating_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_floatingad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_footer_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_framed_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_friendlyduck\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_fullscreen_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_gads_bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_gads_footer\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_gads_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_gallery_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_generic_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_geobanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_google_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_google_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_google_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_google_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_googlead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_grid_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_header_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_header_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_headerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_headline_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_homad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_home_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_home_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_hosting_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_house_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_hr_advt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_iad\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_iframe_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_images/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_images/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_index_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_inlineads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_jtads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_juiceadv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_juicyads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_layerad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_leaderboard_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_left_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_link_ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_live/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_load_ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_logadslot&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_longad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_mailLoginAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_main_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_mainad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_maxi_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_media/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_mmsadbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_Mobile_Ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_mpu_widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_online_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_onlinead_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_openx\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_openx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_org_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_overlay_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_paid_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_paidadvert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_panel_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_partner_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_platform_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_platform_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_player_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_plus/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_pop_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_pop_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_pop_under\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_popunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_popunder_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_popupunder\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_post_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_preorderad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_prime_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_promo_ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_psu_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_radio_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_railads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_rectangle_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_reklama_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_reporting_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_request_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_response_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_right_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_right_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_right_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_right_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_rightad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_rightad1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_rightad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_rightmn_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_search/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sectionfront_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_show_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_show_ads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sidead\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sidebar_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sidebar_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sidebarad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_site_sponsor", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_skinad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_skybannerview\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_skyscraper160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_small_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_smartads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sponsoredlinks_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_square_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_static/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_static_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_sticky_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_StickyAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_StickyAdFunc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_survey_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_tagadvertising\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_temp/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_text_ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_textad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_textads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_textads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_theme/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_tile_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_top_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_top_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_topad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_tribalfusion\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_UIM-Ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_valueclick\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_vertical_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_video_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_video_ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_videoad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_vodaaffi_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_web-advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_Web_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_web_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_webad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_webad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_WebBannerAd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_widget_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_yahooads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_your_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_zedo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*takeover_background\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*takeover_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cacheserve\\..*/promodisplay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cacheserve\\..*/promodisplay\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://com/banners/", + "resource-type": [ + "image", + "media", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://online\\..*/promoredirect\\?key=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\..*.auid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serve\\..*/promoload\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/webservices/jsparselinks\\.aspx\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*adblade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*ads\\.exoclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*content\\.ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*cpx\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*intellitxt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*juicyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*popads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r\\[\\]=.*revcontent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag\\?r\\[\\]=.*cpalead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag\\?r\\[\\]=.*pubads\\.g\\.doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mediahosting\\.engine", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Tag\\.eng", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sl/assetlisting/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/jquery\\.peelback\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad-blocker\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adb_detector\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock-alerter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock-blocker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock_detector\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock_detector2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblock_logger\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblockdetect\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adblockdetection\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adbuddy\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsblocker\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/anti-adblock/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/anti_ab\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/antiadblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blockblock/blockblock\\.jquery\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Disable%2BAdblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fuckadb\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/FuckAdBlock-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fuckadblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/no-adblock/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/anti-block/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/anti_ad_blocker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*,160x600;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*,468x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*,468x60;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*,728x90,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*,970x90;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120-600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x240\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x400\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x600c\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-125x40-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160-600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160x400-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-160x600b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-161x601-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-300-250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-300x250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-300x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-460x68\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468-100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468-60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468-60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468-60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468by60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x060-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x060_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x60px-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x70\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x80-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x80/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-468x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-480x120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-480x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-480x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-480x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-480x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-486x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-500x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-600x70\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-600x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-700-200\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-720x120-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-720x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-720x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728\\.90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90a_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-728x90px2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-729x91-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-780x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-800x150\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-980x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-988x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.120x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.160x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x80-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x80/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.468x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.480x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.480x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.480x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.480x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.650x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.728x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.900x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120-600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120-600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/1200x70_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120_600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120_600/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120x240_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120x600/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/120x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x240/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x400/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/125x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/130x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/130x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/150-500\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/150_500\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/150x200-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/150x300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/150x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160-600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160-600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160_600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x400-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x400_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x600/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/160x600partner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/170x700\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/180x150-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/190_900\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/190x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/230x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/234x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/270x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300-250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300-250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300_250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x150_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250px-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x250px_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x350\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/300x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/320x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/335x205_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/336x280-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/336x280\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/336x280_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/340x85_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/4-6-8x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/400x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/400x297\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/428x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/460x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/460x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468-20\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468-60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468-60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468-60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468_60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468_80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468_80/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x060\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x060_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x280\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x280_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60a_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x60v1_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x70-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x72\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x72_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/468x80g\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/470x030_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/475x150-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x030\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x030_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/480x70_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/486x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/496_98_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/500x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/530x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/540x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600-60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600_120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600_90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600x160_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600x75_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/600x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/60x468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/640x100/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/640x80-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/660x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/660x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700_100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700_200\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700x120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/700x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728-90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728-90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728-90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_200\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728_90n\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728by90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x15\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x180-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x79_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x901\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90d\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90g\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90h\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90l\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/728x90top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/750-100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/750x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/760x120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/760x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/760x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/768x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/768x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/780x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/800x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/80x468_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/900x130_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/900x350_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/950_250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/960_60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/980x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/_iframe728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ban468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom728\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bottom728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/head486x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/468_60", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/img/728_90", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/L300xH250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lightake728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new160x600/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/new300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top468\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top728\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/top728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120-600\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x500\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.gif\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.html$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.htm$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.png$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*120x600\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*125x600\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*125x600\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*125x600\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*133x394\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x300\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.html$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.htm$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.php$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.png$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x600\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*160x6001\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*450x55\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*460x70\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468-60\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468-60\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468-60\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468_60\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.html$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.htm$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.php$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60_1\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x60_2\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*468x80\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*470x60\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*470x60\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*470x60\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*470x60\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*480x60\\.png$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*480x80\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*700_200\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*700_200\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*700x200\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x290\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.html$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.htm$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.php$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.png$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*728x90_2\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*750x80\\.swf$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*750x90\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*760x90\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=120x600,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=120x600;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=160x160;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=160x600&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=160x600,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=160x600;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=234x60;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=234x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x250&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x250,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x250;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=300x300;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=336x280,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=336x280;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=440x410;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x60&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x60,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x60;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=468x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=480x60;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=728x90&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=728x90,", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=728x90;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=760x120&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=888x10;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=900x60;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_100x480_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_115x220\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120_600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120_x_600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120h600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x240\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x240_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x500\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x600a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x600px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x800a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_125x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_140x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_140x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_150x700_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160-600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160_600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160_600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160by600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x1600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x290\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x350\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x400\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x500\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_160x600b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_180x300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_180x450_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_200x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300-250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300_250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300_250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300_60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x160_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250a_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250v2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x600\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_320x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_323x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_336x120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_336x280_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_336x280a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_336x280s\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_336x850\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_350_100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_350_100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_350x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_370x270\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_400-80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_400x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_400x68\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_420x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_420x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_438x50\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_438x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_438x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_460_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_460x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_465x110_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468-60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468_60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468_60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468_80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468_80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x060-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x060\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x060_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x120\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60b\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x60px_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x6o_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x80-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x80/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_468x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480_80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480x60-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_480x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_486x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_486x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_490-90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_500x440\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_540_70\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_540_70_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_550x150\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_555x70\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_580x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_585x75-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_585x75_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_590x105\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600x160\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600x180\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600x80\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_600x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_620x203_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_638x200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_650x350\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_650x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_672x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_680x93_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_682x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_700_100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_700_150_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_700_200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_700x200\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_720_90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_720x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_720x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728-90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728_90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728_90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728_x_90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728by90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x-90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x150\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x901\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90a\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90a_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90b_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90pg_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90px-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90px\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90px_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_728x90v1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_730_440\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_730x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_730x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_745_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_745_90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_750x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_760x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_760x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_764x70\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_764x70_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_768x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_796x110_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_798x99_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_800x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_800x80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_80x468\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_900x350\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_936x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_960_90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_970x30_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_980x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_a468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&link_type=offer", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&popunder=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*&program=revshare&", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-ads-campaign/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.co/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/\\?adv=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/ads\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.engine\\?PlacementId=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?placement=.*&redirect", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php\\?tag=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php\\?zone", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad\\.php$", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/display\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad/window\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad132m/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ad_pop\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adclick\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/AdHandler\\.aspx\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads\\.htm", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adServe/sa\\?cid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adserver\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adstream_sx\\.ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adsynserveuserid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advlink\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afu\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/bani/index\\.php\\?id=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/fp\\.engine\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/lr\\.php\\?zoneid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popout\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popunder_", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/popupads\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/promoredirect\\?.*&campaign=.*&zone=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/punder\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/realmedia/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Redirect\\.eng\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/Redirect\\.engine", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/redirect\\.spark\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/servlet/ajrotator/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/spopunder", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://ads\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*://adv\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=popunder&", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*=popunders&", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?AdUrl=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?bannerid=.*&punder=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?zoneid=.*_bannerid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_popunder\\+", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://007-gateway\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://0icep80f\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://101m3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://103092804\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://10fbb07a4b0\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://10pipsaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1100i\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://123date\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://152media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://15f3c01a\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://15f3c01c\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://174\\.142\\.194\\.177", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://17a898b9\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://17a898bb\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://188\\.138\\.1\\.45", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "shatecraft.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://188server\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://18clicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://194\\.71\\.107\\.25", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://199\\.102\\.225\\.178", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "adsimilate.ip", + "www.adsimilate.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1clickdownloads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1e0y\\.xyz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1phads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1sadx\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1yk851od\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://204\\.93\\.181\\.78", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "discountmags.ip", + "www.discountmags.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://206ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://209\\.222\\.8\\.217", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "p2p.adserver.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://20dollars2surf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.163\\.70\\.183", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://247realmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://254a\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2d4c3870\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2d4c3872\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2dpt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/dot\\.gif", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "101cargames.com", + "www.101cargames.com", + "1025thebull.com", + "www.1025thebull.com", + "1031iheartaustin.com", + "www.1031iheartaustin.com", + "1037theq.com", + "www.1037theq.com", + "1041beat.com", + "www.1041beat.com", + "1053kissfm.com", + "www.1053kissfm.com", + "1057ezrock.com", + "www.1057ezrock.com", + "1067litefm.com", + "www.1067litefm.com", + "10news.com", + "www.10news.com", + "1310news.com", + "www.1310news.com", + "247comedy.com", + "www.247comedy.com", + "3news.co.nz", + "www.3news.co.nz", + "49ers.com", + "www.49ers.com", + "610cktb.com", + "www.610cktb.com", + "680news.com", + "www.680news.com", + "700wlw.com", + "www.700wlw.com", + "850koa.com", + "www.850koa.com", + "923jackfm.com", + "www.923jackfm.com", + "92q.com", + "www.92q.com", + "940winz.com", + "www.940winz.com", + "94hjy.com", + "www.94hjy.com", + "970espn.com", + "www.970espn.com", + "99kisscountry.com", + "www.99kisscountry.com", + "abc15.com", + "www.abc15.com", + "abc2news.com", + "www.abc2news.com", + "abcactionnews.com", + "www.abcactionnews.com", + "am1300thezone.com", + "www.am1300thezone.com", + "am570radio.com", + "www.am570radio.com", + "am760.net", + "www.am760.net", + "ap.org", + "www.ap.org", + "atlantafalcons.com", + "www.atlantafalcons.com", + "automobilemag.com", + "www.automobilemag.com", + "automotive.com", + "www.automotive.com", + "azcardinals.com", + "www.azcardinals.com", + "baltimoreravens.com", + "www.baltimoreravens.com", + "baynews9.com", + "www.baynews9.com", + "bbc.co.uk", + "www.bbc.co.uk", + "bbc.com", + "www.bbc.com", + "belfasttelegraph.co.uk", + "www.belfasttelegraph.co.uk", + "bengals.com", + "www.bengals.com", + "bet.com", + "www.bet.com", + "big1059.com", + "www.big1059.com", + "bigdog1009.ca", + "www.bigdog1009.ca", + "bloomberg.com", + "www.bloomberg.com", + "bnn.ca", + "www.bnn.ca", + "boom92houston.com", + "www.boom92houston.com", + "boom945.com", + "www.boom945.com", + "boom973.com", + "www.boom973.com", + "boom997.com", + "www.boom997.com", + "boomphilly.com", + "www.boomphilly.com", + "box10.com", + "www.box10.com", + "brisbanetimes.com.au", + "www.brisbanetimes.com.au", + "buccaneers.com", + "www.buccaneers.com", + "buffalobills.com", + "www.buffalobills.com", + "bullz-eye.com", + "www.bullz-eye.com", + "businessweek.com", + "www.businessweek.com", + "calgaryherald.com", + "www.calgaryherald.com", + "caller.com", + "www.caller.com", + "canada.com", + "www.canada.com", + "capitalfm.ca", + "www.capitalfm.ca", + "cbsnews.com", + "www.cbsnews.com", + "cbssports.com", + "www.cbssports.com", + "channel955.com", + "www.channel955.com", + "chargers.com", + "www.chargers.com", + "chez106.com", + "www.chez106.com", + "chfi.com", + "www.chfi.com", + "chicagobears.com", + "www.chicagobears.com", + "chicagotribune.com", + "www.chicagotribune.com", + "cj104.com", + "www.cj104.com", + "cjad.com", + "www.cjad.com", + "cjbk.com", + "www.cjbk.com", + "clevelandbrowns.com", + "www.clevelandbrowns.com", + "cnettv.cnet.com", + "coast933.com", + "www.coast933.com", + "colts.com", + "www.colts.com", + "commercialappeal.com", + "www.commercialappeal.com", + "country1011.com", + "www.country1011.com", + "country1043.com", + "www.country1043.com", + "country1067.com", + "www.country1067.com", + "country600.com", + "www.country600.com", + "courierpress.com", + "www.courierpress.com", + "cp24.com", + "www.cp24.com", + "cricketcountry.com", + "www.cricketcountry.com", + "csmonitor.com", + "www.csmonitor.com", + "ctvnews.ca", + "www.ctvnews.ca", + "dallascowboys.com", + "www.dallascowboys.com", + "denverbroncos.com", + "www.denverbroncos.com", + "detroitlions.com", + "www.detroitlions.com", + "drive.com.au", + "www.drive.com.au", + "earthcam.com", + "www.earthcam.com", + "edmontonjournal.com", + "www.edmontonjournal.com", + "egirlgames.net", + "www.egirlgames.net", + "elvisduran.com", + "www.elvisduran.com", + "enjoydressup.com", + "www.enjoydressup.com", + "entrepreneur.com", + "www.entrepreneur.com", + "eonline.com", + "www.eonline.com", + "escapegames.com", + "www.escapegames.com", + "euronews.com", + "www.euronews.com", + "evolution935.com", + "www.evolution935.com", + "fansportslive.com", + "www.fansportslive.com", + "fm98wjlb.com", + "www.fm98wjlb.com", + "foodnetwork.ca", + "www.foodnetwork.ca", + "four.co.nz", + "www.four.co.nz", + "foxradio.ca", + "www.foxradio.ca", + "foxsportsradio.com", + "www.foxsportsradio.com", + "fresh100.com", + "www.fresh100.com", + "gamingbolt.com", + "www.gamingbolt.com", + "ghananation.com", + "www.ghananation.com", + "giantbomb.com", + "www.giantbomb.com", + "giants.com", + "www.giants.com", + "globalpost.com", + "www.globalpost.com", + "globaltoronto.com", + "www.globaltoronto.com", + "globaltv.com", + "www.globaltv.com", + "globaltvbc.com", + "www.globaltvbc.com", + "globaltvcalgary.com", + "www.globaltvcalgary.com", + "go.com", + "www.go.com", + "gorillanation.com", + "www.gorillanation.com", + "gosanangelo.com", + "www.gosanangelo.com", + "hallelujah1051.com", + "www.hallelujah1051.com", + "hellobeautiful.com", + "www.hellobeautiful.com", + "heraldsun.com.au", + "www.heraldsun.com.au", + "hgtv.ca", + "www.hgtv.ca", + "hiphopnc.com", + "www.hiphopnc.com", + "hot1041stl.com", + "www.hot1041stl.com", + "hotair.com", + "www.hotair.com", + "hothiphopdetroit.com", + "www.hothiphopdetroit.com", + "hotspotatl.com", + "www.hotspotatl.com", + "houstontexans.com", + "www.houstontexans.com", + "ibtimes.co.uk", + "www.ibtimes.co.uk", + "iheart.com", + "www.iheart.com", + "independent.ie", + "www.independent.ie", + "independentmail.com", + "www.independentmail.com", + "indyhiphop.com", + "www.indyhiphop.com", + "ipowerrichmond.com", + "www.ipowerrichmond.com", + "jackfm.ca", + "www.jackfm.ca", + "jaguars.com", + "www.jaguars.com", + "kase101.com", + "www.kase101.com", + "kcchiefs.com", + "www.kcchiefs.com", + "kcci.com", + "www.kcci.com", + "kcra.com", + "www.kcra.com", + "kdvr.com", + "www.kdvr.com", + "kfiam640.com", + "www.kfiam640.com", + "kgbx.com", + "www.kgbx.com", + "khow.com", + "www.khow.com", + "kiisfm.com", + "www.kiisfm.com", + "kiss925.com", + "www.kiss925.com", + "kissnorthbay.com", + "www.kissnorthbay.com", + "kisssoo.com", + "www.kisssoo.com", + "kisstimmins.com", + "www.kisstimmins.com", + "kitsapsun.com", + "www.kitsapsun.com", + "kitv.com", + "www.kitv.com", + "kjrh.com", + "www.kjrh.com", + "kmov.com", + "www.kmov.com", + "knoxnews.com", + "www.knoxnews.com", + "kogo.com", + "www.kogo.com", + "komonews.com", + "www.komonews.com", + "kshb.com", + "www.kshb.com", + "kwgn.com", + "www.kwgn.com", + "kwnr.com", + "www.kwnr.com", + "kxan.com", + "www.kxan.com", + "kysdc.com", + "www.kysdc.com", + "latinchat.com", + "www.latinchat.com", + "leaderpost.com", + "www.leaderpost.com", + "livestream.com", + "www.livestream.com", + "local8now.com", + "www.local8now.com", + "magic96.com", + "www.magic96.com", + "majorleaguegaming.com", + "www.majorleaguegaming.com", + "metacafe.com", + "www.metacafe.com", + "miamidolphins.com", + "www.miamidolphins.com", + "mix923fm.com", + "www.mix923fm.com", + "mojointhemorning.com", + "www.mojointhemorning.com", + "moneycontrol.com", + "www.moneycontrol.com", + "montrealgazette.com", + "www.montrealgazette.com", + "motorcyclistonline.com", + "www.motorcyclistonline.com", + "mtv.ca", + "www.mtv.ca", + "myboom1029.com", + "www.myboom1029.com", + "mycolumbusmagic.com", + "www.mycolumbusmagic.com", + "mycolumbuspower.com", + "www.mycolumbuspower.com", + "myezrock.com", + "www.myezrock.com", + "mymagic97.com", + "www.mymagic97.com", + "naplesnews.com", + "www.naplesnews.com", + "nationalpost.com", + "www.nationalpost.com", + "nba.com", + "www.nba.com", + "nba.tv", + "www.nba.tv", + "ndtv.com", + "www.ndtv.com", + "neworleanssaints.com", + "www.neworleanssaints.com", + "news1130.com", + "www.news1130.com", + "newsinc.com", + "www.newsinc.com", + "newsmax.com", + "www.newsmax.com", + "newsmaxhealth.com", + "www.newsmaxhealth.com", + "newsnet5.com", + "www.newsnet5.com", + "newsone.com", + "www.newsone.com", + "newstalk1010.com", + "www.newstalk1010.com", + "newstalk1130.com", + "www.newstalk1130.com", + "newyorkjets.com", + "www.newyorkjets.com", + "nydailynews.com", + "www.nydailynews.com", + "nymag.com", + "www.nymag.com", + "oktvusa.com", + "www.oktvusa.com", + "oldschoolcincy.com", + "www.oldschoolcincy.com", + "ottawacitizen.com", + "www.ottawacitizen.com", + "packers.com", + "www.packers.com", + "panthers.com", + "www.panthers.com", + "patriots.com", + "www.patriots.com", + "pcworld.com", + "www.pcworld.com", + "philadelphiaeagles.com", + "www.philadelphiaeagles.com", + "player.screenwavemedia.com", + "prowrestling.com", + "www.prowrestling.com", + "q92timmins.com", + "www.q92timmins.com", + "raaga.com", + "www.raaga.com", + "radio.com", + "www.radio.com", + "radionowindy.com", + "www.radionowindy.com", + "raiders.com", + "www.raiders.com", + "rapbasement.com", + "www.rapbasement.com", + "redding.com", + "www.redding.com", + "redskins.com", + "www.redskins.com", + "reporternews.com", + "www.reporternews.com", + "reuters.com", + "www.reuters.com", + "rollingstone.com", + "www.rollingstone.com", + "rootsports.com", + "www.rootsports.com", + "rottentomatoes.com", + "www.rottentomatoes.com", + "seahawks.com", + "www.seahawks.com", + "sherdog.com", + "www.sherdog.com", + "skynews.com.au", + "www.skynews.com.au", + "slice.ca", + "www.slice.ca", + "smh.com.au", + "www.smh.com.au", + "sploder.com", + "www.sploder.com", + "sportsnet590.ca", + "www.sportsnet590.ca", + "sportsnet960.ca", + "www.sportsnet960.ca", + "steelers.com", + "www.steelers.com", + "stlouisrams.com", + "www.stlouisrams.com", + "streetfire.net", + "www.streetfire.net", + "stuff.co.nz", + "www.stuff.co.nz", + "tcpalm.com", + "www.tcpalm.com", + "telegraph.co.uk", + "www.telegraph.co.uk", + "theage.com.au", + "www.theage.com.au", + "theaustralian.com.au", + "www.theaustralian.com.au", + "thebeatdfw.com", + "www.thebeatdfw.com", + "theboxhouston.com", + "www.theboxhouston.com", + "thedenverchannel.com", + "www.thedenverchannel.com", + "thedrocks.com", + "www.thedrocks.com", + "theindychannel.com", + "www.theindychannel.com", + "theprovince.com", + "www.theprovince.com", + "thestarphoenix.com", + "www.thestarphoenix.com", + "theteam1260.com", + "www.theteam1260.com", + "tide.com", + "www.tide.com", + "timescolonist.com", + "www.timescolonist.com", + "timeslive.co.za", + "www.timeslive.co.za", + "timesrecordnews.com", + "www.timesrecordnews.com", + "titansonline.com", + "www.titansonline.com", + "totaljerkface.com", + "www.totaljerkface.com", + "townhall.com", + "www.townhall.com", + "tripadvisor.ca", + "www.tripadvisor.ca", + "tripadvisor.co.id", + "www.tripadvisor.co.id", + "tripadvisor.co.uk", + "www.tripadvisor.co.uk", + "tripadvisor.com", + "www.tripadvisor.com", + "tripadvisor.com.au", + "www.tripadvisor.com.au", + "tripadvisor.com.my", + "www.tripadvisor.com.my", + "tripadvisor.com.sg", + "www.tripadvisor.com.sg", + "tripadvisor.ie", + "www.tripadvisor.ie", + "tripadvisor.in", + "www.tripadvisor.in", + "turnto23.com", + "www.turnto23.com", + "tvone.tv", + "www.tvone.tv", + "tvoneonline.com", + "www.tvoneonline.com", + "twitch.tv", + "www.twitch.tv", + "twitchy.com", + "www.twitchy.com", + "usmagazine.com", + "www.usmagazine.com", + "vancouversun.com", + "www.vancouversun.com", + "vcstar.com", + "www.vcstar.com", + "veetle.com", + "www.veetle.com", + "vice.com", + "www.vice.com", + "videojug.com", + "www.videojug.com", + "vikings.com", + "www.vikings.com", + "virginradio.ca", + "www.virginradio.ca", + "vzaar.com", + "www.vzaar.com", + "wapt.com", + "www.wapt.com", + "washingtonpost.com", + "www.washingtonpost.com", + "washingtontimes.com", + "www.washingtontimes.com", + "wcpo.com", + "www.wcpo.com", + "wdfn.com", + "www.wdfn.com", + "weather.com", + "www.weather.com", + "wescfm.com", + "www.wescfm.com", + "wgci.com", + "www.wgci.com", + "wibw.com", + "www.wibw.com", + "wikihow.com", + "www.wikihow.com", + "windsorstar.com", + "www.windsorstar.com", + "wiod.com", + "www.wiod.com", + "wiznation.com", + "www.wiznation.com", + "wjdx.com", + "www.wjdx.com", + "wkyt.com", + "www.wkyt.com", + "wmyi.com", + "www.wmyi.com", + "wor710.com", + "www.wor710.com", + "wptv.com", + "www.wptv.com", + "wsj.com", + "www.wsj.com", + "wxyz.com", + "www.wxyz.com", + "wyff4.com", + "www.wyff4.com", + "yahoo.com", + "www.yahoo.com", + "youtube.com", + "www.youtube.com", + "z100.com", + "www.z100.com", + "zhiphopcleveland.com", + "www.zhiphopcleveland.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2xbpub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://32b4oilo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3393\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://350media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360adstrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360installer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360popads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360yield\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://365sbaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3cnce854\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3lift\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3lr67y45\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3omb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3rdads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3redlightfix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3t7euflv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://43plc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://46\\.165\\.197\\.153", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://46\\.165\\.197\\.231", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://46\\.246\\.120\\.230", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "adexprt.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4affiliate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4dsply\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4e43ac9c\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4uvjosuc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4wnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://50\\.7\\.243\\.123", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5362367e\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5clickcashsoftware\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5gl1x9qc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://600z\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://62\\.27\\.51\\.163", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "adlive.de.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://63\\.225\\.61\\.4", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://64\\.20\\.60\\.123", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://74\\.117\\.182\\.77", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777seo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://78\\.138\\.126\\.253", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://78\\.140\\.131\\.214", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://7insight\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://7search\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://7u8a8i88\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://82d914\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://87\\.230\\.102\\.24", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "p2p.adserver.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888medianetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888promos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://8yxupue8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://97d73lsi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://9d63c80da\\.pw", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://9ts3tpia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a-static\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.adroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.raasnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a2dfp\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a2pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a3pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a433\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a4dtrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a5pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aa\\.voice2page\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aaa\\.at4\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aaa\\.dv0\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abletomeet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abnad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aboutads\\.quantcast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abtracker\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accelacomm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://access-mc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accmgr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accounts\\.pkr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accuserveadsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acf-webmaster\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acronym\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://actiondesk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://activedancer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-back\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-balancer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-bay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-clicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-delivery\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-flow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-gbn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-indicator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-m\\.asia", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-maven\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-media\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-server\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-serverparc\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-sponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-srv\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-stir\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-vice\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.atdmt\\.com/i/a\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.atdmt\\.com/i/a\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.mo\\.doubleclick\\.net/dartproxy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.yieldpartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad120m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad121m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad122m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad123m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad125m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad127m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad128m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad129m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad131m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad132m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad134m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad20\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2387\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2adnetwork\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2games\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "jobvite.com", + "www.jobvite.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2up\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad6media\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adacado\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adaction\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adadvisor\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adagora\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adaos-ads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adapd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbard\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbasket\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adblade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adboost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbooth\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbrau\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbrite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbroo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbull\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbureau\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbutler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbuyer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcastplus\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcde\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcdnx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcentriconline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcfrthyo\\.tk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adchap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adchemical\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adchoice\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adclick\\.lv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adclick\\.pk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adclickafrica\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adclickmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcloud\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcolo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adconscious\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcount\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcron\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcru\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addaim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addelive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addiply\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addoer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addroid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addynamics\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addynamix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addynamo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adecn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adedy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adelement\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ademails\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adengage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adespresso\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adexcite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adexprt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adexprts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adextent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf01\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfactory88\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfeedstrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfootprints\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adforgames\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adforgeinc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adform\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adframesrc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfrika\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfrog\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfrontiers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfunkyserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfusion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgalax\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgardener\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgatemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgear\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgebra\\.co\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgent007\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgila\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgine\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgitize\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adglamour\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgorithms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgoto\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgroups\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adgrx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhese\\.be", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhese\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhese\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhitzads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhostingsolutions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhub\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adicate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adigniter\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adikteev\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adimise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adimpact\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adimperia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adimpression\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adinch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adincon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adindigo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adinfinity\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adinterax\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adip\\.ly", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adiqglobal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adireland\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adisfy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adisn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adition\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjector\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjug\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjuggler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjuggler\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjungle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2x\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adkengage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adkick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adklip\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adknowledge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adkonekt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlayer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlegend\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlink\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlinx\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlisher\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adloaded\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlooxtracking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlure\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlux\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/crossdomain\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cc.com", + "www.cc.com", + "mtv.com", + "www.mtv.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/msnbc_live/", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "msnbc.msn.com", + "www.nbcnews.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/mtvn_live/", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admagnet\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admailtiser\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admamba\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adman\\.gr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admanage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admarketplace\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admaxim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admaya\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admedias\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admedo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admeld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admeta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admission\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admitad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admixer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admngronline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admpads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admtpmp127\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admulti\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admzn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adne\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnectar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet-media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.lt", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.vn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnetworkme\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnext\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adngin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnimation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnoble\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnxs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnxs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnxs1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adohana\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adonion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adonly\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adonweb\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adoperator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adoptim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adorika\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adorika\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adotic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adotomy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adotube\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpacks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adparlor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpath\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adperfect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adperium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adphreak\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpinion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpionier\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adplans\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adplex\\.media", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adplxmd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adppv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpredictive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpremo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adprofit2share\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adproper\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adprotected\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adprovi\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adprs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adquest3d\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adready\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adreadytractions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adresellers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrevolver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrich\\.cash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrise\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrocket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads-4u\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads-elsevier\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads-stats\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads01\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads2ads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads2srv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads4cheap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsafeprotected\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsalvo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsame\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsbookie\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsbrook\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adscale\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adscampaign\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adscendmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsclickingnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsdk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsdot\\.ph", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsensecamp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserv8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserve\\.ph", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver-fx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserverplus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserverpub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adservhere\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adservingfactory\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adservinginternational\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adservpi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adservr\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfac\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfac\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfac\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfactor\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsforindians\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfundi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfundi\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsfuse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshexa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshopping\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshost1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshost2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshot\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshuffle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsignals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsimilis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsinimages\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adskeeper\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adslidango\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adslingers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adslot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmarket\\.es", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmedia\\.cc", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmile\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmoon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmws\\.cloudapp\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsnative\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsnetworkserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsnext\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsniper\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsonar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsopx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsovo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspaper\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspdbl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspeed\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspirit\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspring\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspruce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adspynet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrevenue\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsring\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrv\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrvmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrvmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrvr\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adssites\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adstatic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsterra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsummos\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsupermarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsupply\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsurve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsvert\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adswizz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsxgm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsymptotic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtaily\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtaily\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtaily\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtdp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtecc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtegrity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtgs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtlgc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtoadd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtoll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtology1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtology2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtology3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtoma\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtomafusion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtoox\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtotal\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtpix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtrace\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtransfer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtrgt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtrix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtrovert\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtruism\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtwirl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aduacni\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adult-adv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadworld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultimate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adulttds\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adurr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adv-adserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adv9\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advanseads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advantageglobalmarketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advatar\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adventori\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adversal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adversaldisplay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adversalservers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adverserve\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertarium\\.com\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertbox\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adverteerdirect\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adverticum\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertiseforfree\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisegame\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisespace\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertiseyourgame\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising-department\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising365\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisingiq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisingpath\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisingvalue\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertjunction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertlead\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertlets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertmarketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertmedias\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertpay\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertrev\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertstatic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertstream\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertur\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertxi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advg\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advgoogle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adviva\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advmd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advmedialtd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advombat\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advpoints\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advrtice\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advsnx\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adwires\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adwordsservicapi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adworkmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adworldmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adworldmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxcore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxpose\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxpower\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adyoulike\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adyoz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adz\\.co\\.zw", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzerk\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzhub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzonk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzouk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzs\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afcyhf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afdads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbot1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbot3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbot7\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbot8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbuzzads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affec\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate-b\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate-gate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate-robot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.cx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatebannerfarm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliateedge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliateer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatefuel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatefuture\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliategateways\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliategroove\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatelounge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatemembership\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatesensor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliation-france\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliationcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliationworld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliationzone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affilijack\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliproducts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affimo\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affinitad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affinity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affplanet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afftrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aflrm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://africawin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afterdownload\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afterdownloads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afy11\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agcdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agentcenters\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aggregateknowledge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aglocobanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agmtrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agvzvwof\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aim4media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aimatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ajansreklam\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alchemysocial\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alfynetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alimama\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allabc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alleliteads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alloydigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allyes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alphabird\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alphabirdnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alphagodaddy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alternads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alternativeadverts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://altitude-arena\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://am-display\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://am10\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://am11\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://am15\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-cornerstone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonily\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amertazy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amgdgt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ampxchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anastasiasaffiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://andohs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://andomedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://andomediagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anet.*\\.tradedoubler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://angege\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonymousads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anrdoezrs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anwufkjjja\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anymedia\\.lv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anyxp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aoqneyvmaz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aorms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aorpum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apex-ad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apmebf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appendad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://applebarq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apportium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apptap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://april29-disp-download\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apsmediaagency\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apxlv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arab4eg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arabweb\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadebannerexchange\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadebannerexchange\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadebanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadebe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadechain\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://areasnap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arti-mediagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://as5000\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asafesite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aseadnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asklots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asooda\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asrety\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assetize\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.es", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.it", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asterpix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astree\\.be", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atemda\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atmalinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ato\\.mx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atomex\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atrinsic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atwola\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://au2m8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auctionnudge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://audience2media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://audiencefuel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://audienceprofiler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://augmentad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aunmdhxrco\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auspipe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auto-im\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auto-insurance-quotes-compare\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://automatedtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://automateyourlist\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avads\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avalanchers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avazu\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avazutracking\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avercarto\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awaps\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awempire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awin1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awltovhc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awsmer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awsurveys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://axill\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ayboll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azjmp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azoogleads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azorbe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b117f8da23446a91387efea0e428392a\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b6508157d\\.website", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babbnrs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://backbeatmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://backlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://badjocks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baldiro\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bananaflippy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner-clix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner-rotation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerbank\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerblasters\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerbridge\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannercde\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerconnect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerconnect\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerdealer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerexchange\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerflow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerflux\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerignition\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerjammers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerlot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerperformance\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerrage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannersmania\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannersnack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannersnack\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannersurvey\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannertgt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannertracker-script\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baronsoffers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bbelements\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beaconads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beatchucknorris\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bebi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beead\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beead\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beforescence\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://begun\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://belointeractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://belvertising\\.be", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bentdownload\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bepolite\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beringmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestcasinopartner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestdeals\\.ws", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestfindsite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestforexpartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestgameads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://besthitsnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestofferdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestonlinecoupons\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bet3000partners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bet365affiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betaffs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betoga\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betrad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bettingpartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bfast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bh3\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidgewatr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidvertiser\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://biemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigadpoint\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigfineads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bijscode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bimlocal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bin-layer\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bin-layer\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binaryoptionssystems\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bingo4affiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binlayer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binlayer\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoinadvertisers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitfalcon\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bittads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitx\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizographics\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizrotator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizzclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blamads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blamcity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blardenso\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkadr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogbannerexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogclans\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bloggerex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogherads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogohertz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blueadvertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bluestreak\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blumi\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bmanpn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bnetworx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bnhtml\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bnmla\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bnr\\.sys\\.lv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bogads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonusfapturbo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boo-box\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://booklandonline\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boostclic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bormoni\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bororas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boydadvertising\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boylesportsreklame\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bptracking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://br\\.rk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brainient\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://branchr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brand-display\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brand\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandaffinity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandclik\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandreachsys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://braside\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bravenetmedianetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://breadpro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brealtime\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bridgetrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brighteroption\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brightshare\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadstreetads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brucelead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bstrtb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btnibbler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btrll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bttbgroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bu520\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bubblesmedia\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bucketsofbanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://budgetedbauer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://budurl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buildtrafficx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bulletproofserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bunchofads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bunny-net\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burbanked\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burjam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burnsoftware\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burstnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://businesscare\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://businessclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://busterzaster\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buxflow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buxp\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buyflood\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buyorselltnhomes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buysellads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buzzcity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buzzparadise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bwinpartypartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://byspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://byzoo\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c-on-text\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c-planet\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c8\\.net\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camleyads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://campanja\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canoeklix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capacitygrid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capitatmarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://captainad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://captifymedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carambo\\.la", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carbonads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carrier\\.bz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cartorkins\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casalemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash-duck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash4members\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashatgsc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashmylinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashonvisit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashtrafic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashtrafic\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashworld\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caspion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casterpretic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://castplatform\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caygh\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cb-content\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbaazars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbclickbank\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbleads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbn\\.tbn\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cc-dt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn-image\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.mobicow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdna\\.tremormedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnrl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnservr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://centralnervous\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cerotop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cgecwm\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chango\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chanished\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://charltonmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://checkm8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://checkmystats\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://checkoutfree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cherytso\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chicbuy\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://china-netwave\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chinagrad\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chipleader\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chitika\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chitika\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chronicads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cibleclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://city-ads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citysite\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cjt1\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clarityray\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clash-media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://claxonmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clayaim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cleafs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clear-request\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clente\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clevv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.scour\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click2jump\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click4free\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickable\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickad\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickagy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickbet88\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickbooth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickboothlnk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickbubbles\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickcertain\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickequations\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickexa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickexperts\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickfuse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickintext\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickintext\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickkingdom\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickmyads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicknano\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickosmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicks2count\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksor\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksurvey\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickthrucash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickupto\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickwinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickxchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clixgalore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clixsense\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clixtrac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clkrev\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clnk\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cltomedia\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clz3\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmfads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmllk1\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnt\\.my", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cntdy\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coadvertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codezap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codigobarras\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coedmediagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cogocast\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cogsdigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coguan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinadvert\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://collection-day\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://collective-media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://colliersads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://commission-junction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://commission\\.bz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://commissionfactory\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://commissionlounge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://commissionmonster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://completecarrd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comscore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conduit-banners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connatix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connectedads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connectionads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connexity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connexplace\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connextra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://construment\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://consumergenepool\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contadd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contaxe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://content-cooperation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentclick\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentdigital\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentjs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contenture\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentwidgets\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contexlink\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contextads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contextuads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contextweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolerads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolmirage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://copacet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cor-natty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coretarget\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cornflip\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coull\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coupon2buy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://covertarget\\.com..*_.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpabeyond\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpaclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpaclickz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpagrip\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpalead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpalock\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpanuk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpaway\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpays\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpcadnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpfclassifieds\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpm\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmadvisors\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmaffiliation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmleader\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmrocket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmstar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmtree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpuim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpulaptop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpvads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpvadvertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpvmarketplace\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpvtgt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpx24\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpxadroit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpxinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crakmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazylead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazyvideosempire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creative-serving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creditcards15x\\.tk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crispads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://criteo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://criteo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crossrider\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crowdgatheradnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crowdgravity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cruiseworldinc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctasnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctm-media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctrhub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cubics\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cuelinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://curancience\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://currentlyobsessed\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://curtisfrierson\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cybmas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cygnus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.adroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.m3\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d03x2011\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1110e4\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2ship\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://da-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dadegid\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://danitabedtick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dapper\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://darwarvid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://das5ku9q\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboardad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://data\\.adroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dating-banners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datinggold\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datumreact\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dbbsrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dbclix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealcurrent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://decisionmark\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://decisionnews\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://decknetwork\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dedicatedmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dedicatednetworks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deepmetrix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://defaultimg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deguiste\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dehtale\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery45\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery47\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery49\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery51\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deplayer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deployads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://derlatas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://destinationurl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://detroposal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://developermedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deximedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dexplatform\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dgmatix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dgmaustralia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dgmaxinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dhundora\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://diamondtraff\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dianomioffers\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digipathmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitrevenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dinclinx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dipads\\.net", + "resource-type": [ + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directaclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directile\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directile\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directleads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directoral\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directorym\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directrev\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directtrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directtrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dispop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://districtm\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl-rms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dmu20vut\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dntrck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dollarade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dollarsponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainbuyingservices\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainsponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domdex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doogleonduty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dorenga\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dotandad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dotomi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://double\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/.*/ch_news\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/.*/pfadx/lin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/.*\\.collegehumor/sec=videos_originalcontent;", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/.*\\.collegehumor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/.*\\.NPR\\.MUSIC/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/.*\\.NPR/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/.*\\.ted/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/CBS\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/ibs\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/tsg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/wn\\.loc\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/wn\\.nat\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abcnews.go.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N2/pfadx/video\\..*\\.wsj\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N2/pfadx/video\\.allthingsd\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N2/pfadx/video\\.marketwatch\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N2/pfadx/video\\.wsj\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N3626/pfadx/thehothits\\.com\\.au/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N4117/pfadx/.*\\.sbs\\.com\\.au/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N4526/pfadx/.*\\.muzu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N5202/pfadx/cmn_livemixtapes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N5479/pfadx/ctv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N6088/pfadx/ssp\\.kshb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N6872/pfadx/shaw\\.mylifetimetv\\.ca/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.ABC\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.BLIPTV/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.ESPN/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.MCNONLINE/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.MTV-Viacom/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.mtvi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.muzu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.nbc\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.NBCUNI\\.COM/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.NBCUNIVERSAL-CNBC/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.NBCUNIVERSAL/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.reuters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.sevenload\\.com_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.VIACOMINTERNATIONAL/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*\\.WALTDISNEYINTERNETGROU/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*/kidstv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*adcat=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*CBSINTERACTIVE/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/aetn\\.aetv\\.shows/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/belo\\.king5\\.pre/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/bet\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/blp\\.video/midroll", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/bzj\\.bizjournals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/cblvsn\\.nwsd\\.videogallery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/CBS\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ccr\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/comedycentral\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/csn\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ctv\\.ctvwatch\\.ca/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ctv\\.muchmusic\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ctv\\.spacecast/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ddm\\.ksl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/gn\\.movieweb\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/intl\\.sps\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ltv\\.wtvr\\.video/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/mc\\.channelnewsasia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/miniclip\\.midvideo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/miniclip\\.prevideo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/muzumain/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/muzuoffsite/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/nbcu\\.nbc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/nbcu\\.nhl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/nbcu\\.nhl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ndm\\.tcm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/nfl\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ng\\.videoplayer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ssp\\.kgtv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/storm\\.no/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/sugar\\.poptv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/tmg\\.telegraph\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/tmz\\.video\\.wb\\.dart/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/trb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/ugo\\.gv\\.1up/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/video\\.marketwatch\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/video\\.wsj\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/www\\.tv3\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/xbbe/creative/vast\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "3news.co.nz", + "www.3news.co.nz", + "92q.com", + "www.92q.com", + "abc-7.com", + "www.abc-7.com", + "addictinggames.com", + "www.addictinggames.com", + "allbusiness.com", + "www.allbusiness.com", + "allthingsd.com", + "www.allthingsd.com", + "bizjournals.com", + "www.bizjournals.com", + "bloomberg.com", + "www.bloomberg.com", + "bnn.ca", + "www.bnn.ca", + "boom92houston.com", + "www.boom92houston.com", + "boom945.com", + "www.boom945.com", + "boomphilly.com", + "www.boomphilly.com", + "break.com", + "www.break.com", + "cbc.ca", + "www.cbc.ca", + "cbs19.tv", + "www.cbs19.tv", + "cbs3springfield.com", + "www.cbs3springfield.com", + "cbsatlanta.com", + "www.cbsatlanta.com", + "cbslocal.com", + "www.cbslocal.com", + "complex.com", + "www.complex.com", + "dailymail.co.uk", + "www.dailymail.co.uk", + "darkhorizons.com", + "www.darkhorizons.com", + "doubleviking.com", + "www.doubleviking.com", + "euronews.com", + "www.euronews.com", + "extratv.com", + "www.extratv.com", + "fandango.com", + "www.fandango.com", + "fox19.com", + "www.fox19.com", + "fox5vegas.com", + "www.fox5vegas.com", + "gorillanation.com", + "www.gorillanation.com", + "hawaiinewsnow.com", + "www.hawaiinewsnow.com", + "hellobeautiful.com", + "www.hellobeautiful.com", + "hiphopnc.com", + "www.hiphopnc.com", + "hot1041stl.com", + "www.hot1041stl.com", + "hothiphopdetroit.com", + "www.hothiphopdetroit.com", + "hotspotatl.com", + "www.hotspotatl.com", + "hulu.com", + "www.hulu.com", + "imdb.com", + "www.imdb.com", + "indiatimes.com", + "www.indiatimes.com", + "indyhiphop.com", + "www.indyhiphop.com", + "ipowerrichmond.com", + "www.ipowerrichmond.com", + "joblo.com", + "www.joblo.com", + "kcra.com", + "www.kcra.com", + "kctv5.com", + "www.kctv5.com", + "ketv.com", + "www.ketv.com", + "koat.com", + "www.koat.com", + "koco.com", + "www.koco.com", + "kolotv.com", + "www.kolotv.com", + "kpho.com", + "www.kpho.com", + "kptv.com", + "www.kptv.com", + "ksat.com", + "www.ksat.com", + "ksbw.com", + "www.ksbw.com", + "ksfy.com", + "www.ksfy.com", + "ksl.com", + "www.ksl.com", + "kypost.com", + "www.kypost.com", + "kysdc.com", + "www.kysdc.com", + "live5news.com", + "www.live5news.com", + "livestation.com", + "www.livestation.com", + "livestream.com", + "www.livestream.com", + "metro.us", + "www.metro.us", + "metronews.ca", + "www.metronews.ca", + "miamiherald.com", + "www.miamiherald.com", + "my9nj.com", + "www.my9nj.com", + "myboom1029.com", + "www.myboom1029.com", + "mycolumbusmagic.com", + "www.mycolumbusmagic.com", + "mycolumbuspower.com", + "www.mycolumbuspower.com", + "myfoxdetroit.com", + "www.myfoxdetroit.com", + "myfoxorlando.com", + "www.myfoxorlando.com", + "myfoxphilly.com", + "www.myfoxphilly.com", + "myfoxphoenix.com", + "www.myfoxphoenix.com", + "myfoxtampabay.com", + "www.myfoxtampabay.com", + "nbcrightnow.com", + "www.nbcrightnow.com", + "neatorama.com", + "www.neatorama.com", + "necn.com", + "www.necn.com", + "neopets.com", + "www.neopets.com", + "news.com.au", + "www.news.com.au", + "news4jax.com", + "www.news4jax.com", + "newsone.com", + "www.newsone.com", + "nintendoeverything.com", + "www.nintendoeverything.com", + "oldschoolcincy.com", + "www.oldschoolcincy.com", + "own3d.tv", + "www.own3d.tv", + "pagesuite-professional.co.uk", + "www.pagesuite-professional.co.uk", + "pandora.com", + "www.pandora.com", + "player.theplatform.com", + "ps3news.com", + "www.ps3news.com", + "radio.com", + "www.radio.com", + "radionowindy.com", + "www.radionowindy.com", + "rottentomatoes.com", + "www.rottentomatoes.com", + "sbsun.com", + "www.sbsun.com", + "shacknews.com", + "www.shacknews.com", + "sk-gaming.com", + "www.sk-gaming.com", + "ted.com", + "www.ted.com", + "thebeatdfw.com", + "www.thebeatdfw.com", + "theboxhouston.com", + "www.theboxhouston.com", + "theglobeandmail.com", + "www.theglobeandmail.com", + "timesnow.tv", + "www.timesnow.tv", + "tv2.no", + "www.tv2.no", + "twitch.tv", + "www.twitch.tv", + "universalsports.com", + "www.universalsports.com", + "ustream.tv", + "www.ustream.tv", + "wapt.com", + "www.wapt.com", + "washingtonpost.com", + "www.washingtonpost.com", + "wate.com", + "www.wate.com", + "wbaltv.com", + "www.wbaltv.com", + "wcvb.com", + "www.wcvb.com", + "wdrb.com", + "www.wdrb.com", + "wdsu.com", + "www.wdsu.com", + "wflx.com", + "www.wflx.com", + "wfmz.com", + "www.wfmz.com", + "wfsb.com", + "www.wfsb.com", + "wgal.com", + "www.wgal.com", + "whdh.com", + "www.whdh.com", + "wired.com", + "www.wired.com", + "wisn.com", + "www.wisn.com", + "wiznation.com", + "www.wiznation.com", + "wlky.com", + "www.wlky.com", + "wlns.com", + "www.wlns.com", + "wlwt.com", + "www.wlwt.com", + "wmur.com", + "www.wmur.com", + "wnem.com", + "www.wnem.com", + "wowt.com", + "www.wowt.com", + "wral.com", + "www.wral.com", + "wsj.com", + "www.wsj.com", + "wsmv.com", + "www.wsmv.com", + "wsvn.com", + "www.wsvn.com", + "wtae.com", + "www.wtae.com", + "wthr.com", + "www.wthr.com", + "wxii12.com", + "www.wxii12.com", + "wyff4.com", + "www.wyff4.com", + "yahoo.com", + "www.yahoo.com", + "youtube.com", + "www.youtube.com", + "zhiphopcleveland.com", + "www.zhiphopcleveland.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adi/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/ccr\\.newyork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/cmn_complextv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/embed\\.ytpwatch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/ibs\\.orl\\.news/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/muzumain/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/ssp\\.wews/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/team\\.dal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/team\\.sd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*;afv_flvurl=http://cdn\\.c\\.ooyala\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclicks\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublemax\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublepimp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublerads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublerecall\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleverify\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://down1oads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadboutique\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downsonglyrics\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dp25\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpbolvw\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpmsrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpsrexor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpstack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamaquarium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamsearch\\.or\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drowle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dsero\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dsnextgen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dsnr-affiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dsultra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dt00\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "marketgid.com", + "www.marketgid.com", + "marketgid.ru", + "www.marketgid.ru", + "marketgid.ua", + "www.marketgid.ua", + "mgid.com", + "www.mgid.com", + "thechive.com", + "www.thechive.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dt07\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "marketgid.com", + "www.marketgid.com", + "marketgid.ru", + "www.marketgid.ru", + "marketgid.ua", + "www.marketgid.ua", + "mgid.com", + "www.mgid.com", + "thechive.com", + "www.thechive.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dtmpub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dtzads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dualmarket\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dudelsa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duetads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duggiads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dumedia\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://durnowar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://durokuro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://durtz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvaminusodin\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dyino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dynamicoxygen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dynamitedata\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-find\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-generator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-planning\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-viral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e9mlrvy1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eads-adserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eads\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://earnify\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easy-adserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easydownload4you\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyflirt-partners\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyhits4u\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyinline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebannertraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebayobjects\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebayobjects\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eblastengine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebuzzing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebz\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edgeads\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edgevertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edomz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eedr\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://effectivemeasure\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://egamingonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ekmas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ektezis\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elasticad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://electnext\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elefantsearch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elvate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emberads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.ch", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.dk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emjcd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://empiremoney\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://employers-freshly\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emptyspaceads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://engineseeker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://enlnks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://enterads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://entrecard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://entrecard\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eosads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epnredirect\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eptord\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eptum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eqads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erado\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erendri\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ergerww\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ergodob\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ero-advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erovation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erovinmo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://escalatenetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://escale\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://especifican\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://essayads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://essaycoupons\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etargetnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etgdta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etmanly\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etology\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurew\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euroclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://europacash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euros4click\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evolvemediallc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evolvenation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exactdrive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://excellenceads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exchange4media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exitexplosion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exitjunction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exoclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exponential\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expresswebtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extra33\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyere\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyereturn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyeviewads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyewond\\.hs\\.llnwd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyewonder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ezadserver\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ezmob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ezoic\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://faggrim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fairadsnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://falkag\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fast2earn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastapi\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastates\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fasttracktech\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fb-plus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fbgdc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fbsvu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://featuredusers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://featurelink\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feed-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feljack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fenixm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fidel\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filetarget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filtermomosearch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fimserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finalanypar\\.link", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://find-abc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://find-cheap-hotels\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findbestsolution\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findsthat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firaxtech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firefeeder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firegob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firmharborlinked\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://first-rate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstadsolution\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstimpression\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstlightera\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fisari\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fixionmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fl-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flagads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashtalking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fliionos\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fllwert\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flodonas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fluidads\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fluxads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flyertown\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flymyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fmpub\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fmsads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://focalex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://focre\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foodieblogroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foonad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footerslideupad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footnote\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forced-lose\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forex-affiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forex-affiliate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forexyard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forifiha\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forpyke\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forrestersurveys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frameptp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebannerswap\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebiesurveys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freecouponbiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freedownloadsoft\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freepaidsurveyz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freerotator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeskreen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freesoftwarelive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fresh8\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://friendlyduck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fruitkings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ftjcfx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ftv-publicite\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fulltraffic\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funklicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fusionads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://futureresiduals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://futureus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fwmrm\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fxdepo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fxyc0dwa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g-cash\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g4whisperermedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gagacon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gagenez\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gainmoneyfast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galleyn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gambling-affiliation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://game-advertising-online\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://game-clicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecetera\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamehotus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamersad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamersbanner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesbannerexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesrevenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gan\\.doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gandrad\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gannett\\.gcion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://garristo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://garvmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gate-ru\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gatikus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayadnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geede\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geek2us\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gefhasio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geld-internet-verdienen\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gemineering\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://genericlink\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://genericsteps\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://genesismedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://genovesetacet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geo-idm\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geoipads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geopromos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geovisite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gestionpub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getgamers\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getgscfree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getscorecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getthislistbuildingvideo\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gettipsz\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ggncpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://giantaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gigamega\\.su", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gimiclub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gklmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glical\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://global-success-club\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globaladsales\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globaladv\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globalinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globalsuccessclub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globaltakeoff\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glowdot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gmads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2jump\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2media\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2speed\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://godspeaks\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goember\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gogoplexer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gojoingscnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goodadvert\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goodadvertising\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googleadservicepixel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndicatiion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googletagservices\\.com/tag/js/gpt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googletagservices\\.com/tag/static/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gopjn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gorgonkil\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gourmetads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://governmenttrainingexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goviral-content\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goviral\\.hs\\.llnwd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gpacalculatorhighschoolfree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grabmyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grabo\\.bg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grafpedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grapeshot\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gratisnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greenads\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greenlabelppc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grenstia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gretzalz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gripdownload\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grllopa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://groovinads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://groupcommerce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grt02\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grt03\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gscontxt\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gscsystemwithdarren\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guardiandigitalcomparison\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guitaralliance\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gumgum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gunpartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gururevenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gwallet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gx101\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://h-images\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://h12-media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://halfpriceozarks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://halogennetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanaprop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://happilyswitching\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://harrenmedianetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://havamedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://havetohave\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hb-247\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hd-plugin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdplayer-download\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdvid-codecs-dl\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdvidcodecs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://headup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://healthaffiliatesnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://healthcarestars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hebiichigo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://helloreverb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hexagram\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hiadone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hijacksystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hilltopads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://himediads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://himediadx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hiplair\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hit-now\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hits\\.sys\\.lv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hokaybo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://holidaytravelguide\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hopfeed\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hoptopboy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://horse-racing-affiliate-program\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://horsered\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://horyzon-media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hosticanaffiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hot-hits\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotelscombined\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotelscombined\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotfeed\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkeys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotptp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotwords\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotwords\\.com\\.mx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotwords\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hover\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hplose\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hstpnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://httpool\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://httpsecurity\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://huzonico\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hype-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hypeads\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hypemakers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperlinksecure\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hypertrackeraff\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hypervre\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperwebads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i-media\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.skimresources\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iamediaserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iasbetaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iasrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibannerexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibatom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibryte\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icqadvnew\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idealmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://identads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idownloadgalore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iframe\\.mediaplazza\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://igameunion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://igloohq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ignitioninstaller\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imedia\\.co\\.il", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imediaaudiences\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imediarevenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img-giganto\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgfeedget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imglt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgsniper\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgwebfeed\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imho\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imiclk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imonomy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imp.*\\.tradedoubler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impact-ad\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impactradius\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://implix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impresionesweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressionaffiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressionaffiliate\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressioncontent\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressiondesk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressionperformance\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impressionvalue\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://in-appadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://incentaclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://incomeliberation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://increase-marketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indexww\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiabanner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianbannerexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianlinkexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indicate\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indieclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indofad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://industrybrains\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inentasky\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inetinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infectiousmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infinite-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infinityads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://influads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://info4\\.a7\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infolinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://information-sale\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infra-ad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inktad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://innity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://innity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insightexpress\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insightexpressai\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insitepromotion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insitesystems\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinmedia\\.com", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insta-cash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instantbannercreator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instantdollarz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instinctiveads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instivate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://integral-marketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intellibanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intellitxt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intenthq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intentmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interactivespot\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interestably\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interesting\\.cc", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intermarkets\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://internetadbrokers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interpolls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interworksmedia\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intextdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intextscript\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intextual\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intgr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intopicmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inttrax\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intuneads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inuvo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inuxu\\.co\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://investingchannel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inviziads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ip-adress\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipredictive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipromote\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isohits\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isparkmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itrengia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iu16wmye\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iv\\.doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iwantmoar\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ixnp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://izeads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://j2ef76da3\\.website", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jadcenter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jango\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jangonetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jbrlsr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdoqocy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdproject\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jeetyetmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jemmgroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jiwire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jizzontoy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jmp9\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jo7cofh3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jobsyndicate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jobtarget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joytocash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jque\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://js\\.cdn\\.ac", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jscount\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jsfeedadsget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jsretra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jssearch\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jtrakk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://judicated\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juiceadv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juiceadv\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jujuads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jujzh9va\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jumboaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jumbolt\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jumpelead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jumptap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jursp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justrelevant\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jwaavsze\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jyvtidkx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://k0z09okc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kanoodle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kantarmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kavanga\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keewurd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kehalim\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kerg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ketoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keywordblocks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kikuzip\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kinley\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kintokup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kiosked\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitnmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kjgh5o\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klikadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kliksaya\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klikvip\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klipmart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klixfeed\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kloapers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klonedaset\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knorex\\.asia", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knowd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kolition\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://komoona\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kontextua\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koocash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://korrelate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kovla\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kqzyfj\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kr3vinsx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kromeleta\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kumpulblogger\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l3op\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ladbrokesaffiliates\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lakequincy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lakidar\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lanistaconcepts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://largestable\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laserhairremovalstore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://launchbit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://layer-ad\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://layerloop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://layerwelt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lazynerd\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lbm1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lcl2adserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ldgateway\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lduhtrp\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadacceptor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadad\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadadvert\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadbolt\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadcola\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leaderpub\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadmediapartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leetmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legisland\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letsgoshopping\\.tk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lfstmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lgse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liftdna\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ligational\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ligatus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lightad\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lightningcast\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linicom\\.co\\.il", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkbuddies\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkconnector\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkelevator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkexchangers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkgrand\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkmads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkoffers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkreferral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://links\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkshowoff\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksmart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkstorm\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksynergy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkwash\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkworth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkybank\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liqwid\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://listingcafe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveadexchanger\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveadoptimizer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveadserver\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liverail\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveuniversenetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loading-resource\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://localadbuy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://localedgemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://localsearch24\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lockhosts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://logo-net\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loodyas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lookit-quick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://looksmart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://looneyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://looneynetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lose-ads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loseads\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://losomy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lotteryaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://love-banner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loxtk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lqcdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lqw\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com/goads\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com/serve/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucidmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luminate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lushcrush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luxadv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luxbetaffiliates\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luxup\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lx2rv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lzjl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m1\\.fwmrm\\.net", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m2pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m4pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m57ku6sm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m5prod\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mabirol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madadsmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madsone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magicalled\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magnetisemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mainadv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mainroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://makecashtakingsurveys\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://makemoneymakemoney\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mallsponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mangoforex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marbil24\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marfeel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketbanker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketfly\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://markethealth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketingenhanced\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketleverage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketoring\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marsads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://martiniadnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://masterads\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://masternal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mastertraffic\\.cn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matiro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maudau\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb01\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb102\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb104\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb38\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb57\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mbn\\.com\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcdomainalot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcdstorage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdadvertising\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdialog\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdn2015x1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdn2015x2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdn2015x4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meadigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-general\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-ks\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-networks\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-servers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media303\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media6degrees\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media970\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaadserver\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediacpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaffiliation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaflire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaforge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediag4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediagridwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediakeywords\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medialand\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medialation\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaonenetwork\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaonpro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediapeo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaplex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "watchever.de", + "www.watchever.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediatarget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediative\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediatraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediatraks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medleyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medrx\\.sensis\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medyanet\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medyanetads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meendocash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meetic-partners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megacpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megapopads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megbase\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meinlist\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mellowads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mentad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mentalks\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://merchenta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mercuras\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messagespaceads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metaffiliation\\.com", + "resource-type": [ + "style-sheet", + "script", + "font", + "media", + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metaffiliation\\.com..*.maff=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metaffiliation\\.com..*.taff=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metavertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metavertizer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metrics\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meviodisplayads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meya41w7\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mezimedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgcashgate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "marketgid.com", + "www.marketgid.com", + "marketgid.com.ua", + "www.marketgid.com.ua" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgplatform\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mibebu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://microad\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://microadinc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://microsoftaffiliates\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://milabra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://minimumpay\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirago\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirrorpersonalinjury\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miva\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mixmarket\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mixpo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mktseek\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mlnadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmadsgadget\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmgads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmismm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmngte\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmondi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmotraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moatads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobatori\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobatory\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobday\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobicont\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobifobi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobikano\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobile-10\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobiright\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobisla\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobitracker\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobiyield\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moborobot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobstrks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobtrks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobytrks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://modelegating\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moffsets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mogointeractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mojoaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mokonocdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://money-cpm\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://money4ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneycosmos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneywhisper\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monkeybroker\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monsoonads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mookie1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mootermedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mooxar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moregamers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moreplayerz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morgdm\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moselats\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mpnrs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mpression\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mprezchc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtagmonetizationa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtagmonetizationb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtrcss\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mujap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://multiadserv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://munically\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://music-desktop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mutary\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mxtads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-layer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myclickbankads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mycooliframe\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mydreamads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myemailbox\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myinfotopia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mylinkbox\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mynewcarquote\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myplayerhd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mythings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myuniques\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myvads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mz28ismn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n388hkxg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n4403ad\\.doubleclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nabbr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nagrande\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nanigans\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nativead\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nativeads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nbjmp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nbstatic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrjsserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neblotech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://negolist\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neobux\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neodatagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neoffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://net-ad-vantage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://net3media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netaffiliation\\.com", + "resource-type": [ + "image", + "style-sheet", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netavenir\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netflixalternative\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netliker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netloader\\.cc", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netpondads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netseer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netshelter\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netsolads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networkplay\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networkxi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networld\\.hk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networldmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neudesicmediagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newdosug\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newgentraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newideasdaily\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsadstream\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsnet\\.in\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newstogram\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newtention\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nexac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nexage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nextmobilecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ngecity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nicheadgenerator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nicheads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nighter\\.club", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nkredir\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nmcdn\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nmwrdr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nobleppc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nobsetfinvestor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nonstoppartner\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://noretia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://normkela\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://northmay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nowlooking\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nowspots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nplexmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://npvos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nquchhfyex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nrnma\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nscontext\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nsdsvc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nsmartad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nspmotion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nster\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "nster.com", + "www.nster.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ntent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ntv\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://numberium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuseek\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nvadn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nvero\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nwfhalifax\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nxtck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyadmcncserve-05y06a\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nzads\\.net\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nzphoenix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oads\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oainternetservices\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://obesw\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://obeus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://obibanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://objectservers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oceanwebcraft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oclasrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oclsasrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oclus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oehposan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offeradvertising\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offerforge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offerpalads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offerserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offersquared\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ofino\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oggifinogi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ohmcasting\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oldtiger\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omg2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omgpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omguk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omni-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onad\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onclickads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onedmp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onenetworkdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onenetworkdirect\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onespot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://online-adnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://online-media24\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlineadtracker\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinedl\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlyalad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onrampadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onscroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onsitemarketplace\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onvertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oodode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ooecyaauiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oofte\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oos4l\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opap\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openbook\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openetray\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opensourceadvertisementnetwork\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openxadexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openxenterprise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openxmarket\\.asia", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://operatical\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opt-intelligence\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opt-n\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opteama\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optiad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optimalroi\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optimatic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optimizeadvert\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optinemailpro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orangeads\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orarala\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orbengine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oskale\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ospreymedialp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://othersonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ourunlimitedleads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oveld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overhaps\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overture\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overturs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oxado\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oxsng\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oxtracking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oxybe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozertesa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozonemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p-advg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p-comme-performance\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p-digital-server\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p2ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paads\\.dk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://padsdelivery\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://padstm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagefair\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagesinxt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paid4ad\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paidonresults\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paidsearchexperts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pakbanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://panachetech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pantherads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paperg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paradocs\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.video\\.syndication\\.msn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnerearning\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnermax\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partycasino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partypartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partypoker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pas-rahav\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://passionfruitads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pautaspr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pay-click\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paydotcom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://payperpost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pc-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pe2k2dty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://peakclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://peelawaymaker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://peemee\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://peer39\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://penuma\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pepperjamnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://percularity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfcreatives\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfoormapp\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://performance-based\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://performanceadvertising\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://performancetrack\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://performancingads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://permutive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://persevered\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pezrphjl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pgmediaserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pgpartner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pgssl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pharmcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pheedo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://philbardre\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://philipstreehouse\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://philosophere\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phonespybubble\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pianobuyerdeals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picadmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picsti\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pictela\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinballpublishernetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pioneeringad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://piticlik\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pivotalmedialabs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pivotrunner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixazza\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixeltrack66\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixfuture\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixxur\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pjatr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pjtra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://platinumadvertisement\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://play24\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playertraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pleeko\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plenomedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plexop\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pllddc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plocap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plugerr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plusfind\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plxserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pmsrvr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pnoss\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pntra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pntrac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pntrs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pointclicktrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pointroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://points2shop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polluxnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polmontventures\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polyad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polydarth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popadscdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popcash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popcpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popcpv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popearn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmajor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmarker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmyad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poponclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popsads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popshow\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poptarts\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popularitish\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popularmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://populis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://populisengage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popunder\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popundertotal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popunderz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popuptraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popupvia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornv\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://posternel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postrelease\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poweradvertising\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://powerfulbusiness\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://powerlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppcindo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppclinking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppctrck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppcwebspy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppsearcher\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://precisionclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://predictad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prestadsng\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prexista\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prf\\.hn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prickac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primaryads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pro-advert\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pro-advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pro-market\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proadsdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://probannerswap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prod\\.untd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proffigurufast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://profitpeelers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://programresolver\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://projectwonderful\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo-reklama\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promobenef\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotionoffer\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotiontrack\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerpops\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propelplus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prosperent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://protally\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proximic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prre\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://psclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pseqcs05\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptmzr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptp\\.lolco\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptp22\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptp24\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub-fit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubdirecte\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "debrideurstream.fr", + "www.debrideurstream.fr" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubgears\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicidad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicidees\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicityclerks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publisher\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publisheradnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubmatic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubmine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubserve\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubted\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://puhtml\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pulse360\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pulsemgr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://purpleflag\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://push2check\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pxl2015x1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pxlad\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pzaasocba\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pzuwqncdai\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://q1media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://q1mediahydraplatform\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://q1xyxm89\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qadserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qadservice\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qdmil\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qksrv\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qksz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qnrzmapdcc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qnsr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qservz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quantumads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quensillo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://questionmarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://questus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quickcash500\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quinstreet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qwobl\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qwzmje9w\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rabilitan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radeant\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radicalwealthformula\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiusmarketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://raiggy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rainbowtgx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rainwealth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rampanel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rateaccept\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawasy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rbnt\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rcads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rcurn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rddywd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reachjunction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reachlocal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reachmode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reactx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://readserver\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realclick\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realmatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realsecuredredir\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realsecuredredirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realvu\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reate\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://recomendedsite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redcourtside\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redintelligence\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reduxmediagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reelcentric\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://refban\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://referback\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regdfh\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://registry\\.cw\\.cm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regurgical\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reklamz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relatedweboffers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relestar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relevanti\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relytec\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://remiroyal\\.ro", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://resideral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://respecific\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://respond-adserver\\.cloudapp\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://respondhq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://resultlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://resultsz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retargeter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reussissonsensemble\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rev2pub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revcontent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revenuegiants\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revenuehits\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revenuemantra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revenuemax\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revfusion\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revmob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revokinets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revresda\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revresponse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revsci\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rewardisement\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rewardsaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rewardstyle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rfihub\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rhown\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rhythmxchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ricead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://richmedia247\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://richwebmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ringtonematcher\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ringtonepartner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ripplead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://riverbanksand\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rixaka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rmxads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rnmd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://robocat\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rocketier\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rogueaffiliatesystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roicharger\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roirocket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://romance-net\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotaban\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotatingad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotorads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rovion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roxyaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtbidder\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtbmedia\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtbpop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtbpops\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rubiconproject\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rummyaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://runadtag\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rwpads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ryminos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.adroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s2d6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sa\\.entireweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safeadnetworkdata\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safecllc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safelistextreme\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saltamendors\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://salvador24\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saple\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satgreera\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saveads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saveads\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sayadcoltd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saymedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sba\\.about\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sbaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sbcpower\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scanmedios\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scanscout\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sceno\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scootloor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scratchaffs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search123\\.uk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seccoads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secondstreetmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secure-softwaremanager\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securesoft\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securewebsiteaccess\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securitain\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sedoparking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seductionprofits\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seekads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sekindo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sellhealth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://selsin\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sendptp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://senzapudore\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serialbay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seriousfiles\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servali\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serve-sys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servebom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servedbyadbutler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servedbyopenx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servemeads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serving-sys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sethads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sev4ifmxa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sevenads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sevendaystart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexmoney\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shakamech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://share-server\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shareasale\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharegods\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shareresults\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharethrough\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shoogloonetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopalyst\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shoppingads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopzyapp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://showyoursite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siamzone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://silence-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://silstavo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://silverads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simpio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simply\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simplyhired\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitebrand\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siteencore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitescout\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitescoutadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitesense-oo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitethree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sittiad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skimlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skinected\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skoovyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skyactivate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skyscrpr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slikslik\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slimspots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slimtrade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slinse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smaclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smart-feed-online\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smart\\.allocine\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smart2\\.allocine\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartad\\.ee", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartdevicemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smarterdownloads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smarttargetting\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smarttargetting\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smarttargetting\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smarttds\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smileycentral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smilyes4u\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smowtion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smpgfx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sms-mmm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sn00\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sndkorea\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://so-excited\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sochr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialbirth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialelective\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sociallypublish\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialreach\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialspark\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://society6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sociocast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sociomantic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sodud\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soft4dle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softonicads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpopads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softwares2015\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sokitosa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solapoka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solarmosa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solocpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solutionzip\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sonnerie\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sonobi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sophiasearch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sparkstudios\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://specificclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://specificmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spectato\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speeb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedshiftmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedsuccess\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spiderhood\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spinbox\\.freedom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spinbox\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://splinky\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://splut\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spmxs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spongecell\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsoredby\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsoredtweets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsormob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorpalace\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorpay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorselect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sportsyndicator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spotrails\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spotscenered\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spottt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sprintrade\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sproose\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sq2trk2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srtk\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srx\\.com\\.sg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sta-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stackadapt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stackattacka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stalesplit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://standartads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://star-advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stargamesaffiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://starlayer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://startpagea\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://statcamp\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://statelead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stealthlockers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stickyadstv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stocker\\.bonnint\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamdownloadonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://strikead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://struq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://style-eyes\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sublimemedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://submitexpress\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://successfultogether\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suggesttool\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suite6ixty6ix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suitesmart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sumarketing\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sunmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suparewards\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://super-links\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://superloofy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supersitetime\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supplyframe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supremeadsonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surf-bar-traffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://survey-poll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveyvalue\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveyvalue\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveywidget\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suthome\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://svlu\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swadvertising\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swbdds\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swelen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://switchadhub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swoop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://symbiosting\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syndicatedsearchresults\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://t3q7af0z\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tacastas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tacoda\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tacticalrepublic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tafmaster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://taggify\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tagjunction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tagshost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tailsweep\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://takensparks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talaropa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tangozebra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tapad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tardangro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetadverts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetpoint\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tattomedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tbaffiliate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tcadops\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://td553\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teads\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teambetaffiliates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teasernet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techclicks\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://technoratimedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telemetryverification\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teosredic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teracent\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teracreative\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://terraclicks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://testfilter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://testnet\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://text-link-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textonlyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textsrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tfag\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tgtmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theadgateway\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theads\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebannerexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebflix\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theequalground\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thelistassassin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theloungenet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themidnightmatulas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepiratereactor\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thewebgemnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thewheelof\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thoseads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thoughtleadr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thoughtsondance\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tidaltv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tightexact\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinbuadserv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tisadama\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tiser\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tissage-extension\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tkqlhce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tldadserv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tlvmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tnyzin\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toboads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tokenads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tollfreeforwarding\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tomekas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tonefuse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tool-site\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://top26\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topauto10\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topcasino10\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topeuro\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topfox\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tophotoffers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torads\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torconpro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torerolumiere\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toroadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrida\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrpedoads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://total-media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalprofitplan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totemcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tower-colocation\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tower-colocation\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tpnads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tqlkg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tqlkg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traceadmanager\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackadvertising\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackcorner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracking\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracking101\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracking11\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackingoffer\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackingoffer\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackpath\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackpromotion\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackstarsengland\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackthatad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracktor\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackword\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackyourlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tradeexpert\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tradepopups\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traff-advertazer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffboost\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffic-supremacy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficbarads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficbroker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficfactory\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficforce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffichaus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficjunky\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficmasterz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficmp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficrevenue\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficspaces\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficswarm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficsway\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficsynergy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffictrader\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficular\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficvance\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficwave\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficzap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffirms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trahic\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trapasol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traveladvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://travelscream\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://travidia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tredirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trenpyle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://triadmedianetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tribalfusion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trigami\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trk4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trkalot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trkclk\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trklnks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trks\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trtrccl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://truex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trygen\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ttzmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubberlo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubemogul\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubereplay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tumri\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbotraff\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tusno\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tutvp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvprocessing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twalm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tweard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twinpinenetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twistads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twittad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twtad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tyroo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u-ad\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u1hw38x0\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubudigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://udmserve\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ugaral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ughus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uglyst\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uiadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uiqatnpooq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukbanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unanimis\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://underclick\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://undertone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unicast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unitethecows\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://universityofinternetscience\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unlockr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unrulymedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unterary\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upliftsearch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urbation\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ureace\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usbanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usemax\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenetjunction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenetpassport\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usercash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usurv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://utarget\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://utarget\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://utokapa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://utubeconverter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.movad\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v11media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v2cigs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v2mlblack\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vadpay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://validclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valuead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valueaffiliate\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valueclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valueclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valueclickmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valuecommerce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valuecontent\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vapedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vcmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vcommission\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vdopia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vectorstock\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vellde\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://velmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://velti\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vemba\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vendexo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://veoxa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://versahq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://versetime\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vhmnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vianadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vibrant\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vibrantmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video-loader\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video1404\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoadex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoclick\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videodeals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoegg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videohub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videohube\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videolansoftware\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoliver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videologygroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.com", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "autoexpress.co.uk", + "www.autoexpress.co.uk", + "evo.co.uk", + "www.evo.co.uk", + "givemefootball.com", + "www.givemefootball.com", + "mensfitness.co.uk", + "www.mensfitness.co.uk", + "mpora.com", + "www.mpora.com", + "tribalfootball.com", + "www.tribalfootball.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.tv/proxy/distributor", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.tv", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "tv4play.se", + "www.tv4play.se" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videovfr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidpay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viedeo2k\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://view-ads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://view\\.atdmt\\.com..*/iview/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://view\\.atdmt\\.com..*/view/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewablemedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewclc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewex\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewivo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vindicosuite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipcpms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipquesting\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viralmediatech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visiads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visiblegains\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visiblemeasures\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visitdetails\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visitweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visualsteel\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vitalads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vivamob\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vntsm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vogosita\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vogozaw\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vpico\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vs20060817\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vs4entertainment\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vs4family\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vsservers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vth05dse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vuiads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vuiads\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vuiads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w00tads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w00tmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w3exit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w5statistics\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w9statistics\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wafmedia5\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waframedia3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wagershare\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wahoha\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wamnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wangfenxi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warezlayer\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warfacco\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchfree\\.flv\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wateristian\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waymp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbptqzmv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wcmcs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wcpanalytics\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://web-adservice\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webads\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webads\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webadvertise123\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webgains\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmedia\\.co\\.il", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weborama\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webseeds\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webtraffic\\.ttinet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webusersurvey\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegetpaid\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegotmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://werbe-sponsor\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wfnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wgreatdream\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wh5kb0u4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://where\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whtsrv9\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://why-outsource\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.yavli\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetadvertising\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetbanner\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetlead\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.fccinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetsurvey\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetvalue\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetwidget\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wigetmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wigetstudios\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winbuyer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wingads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winsspeeder\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wlmarketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wmmediacorp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wonclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wootmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordbankads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordego\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worlddatinghere\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worthathousandwords\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worthyadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wulium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wurea\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwbn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwv4ez0n\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwwadcntr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwwpromoter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x\\.mochiads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x4300tiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xadcentral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xcelltech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xcelsiusadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xchangebanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xdev\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xeontopa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xfs5yhr1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xgraph\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xjfjx8hw\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xmasdom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xmlconfig\\.ltassrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xs\\.mochiads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtcie\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtendadvert\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtendmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xubob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvika\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xx00\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxlink\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ya88s1yk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yabuka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yadomedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yambotan\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yawnedgtuis\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yb0t\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ycasmd\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yceml\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yeabble\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yes-messenger\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yesadsrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yesnexus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldadvert\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldbuild\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldkit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldlab\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldmanager\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldmanager\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldoptimizer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldselect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yldbt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yldmgrimg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yllix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ymads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yoc-adserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yottacash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youcandoitwithroi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youlamedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youlouk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://your-tornado-file\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://your-tornado-file\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youradexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourfastpaydayloans\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourquickads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytsa\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yuarth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yucce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yumenetworks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yupfiles\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yvoria\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yz56lywd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yzrnur\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yzus09by\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://z5x\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zangocash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zanox-affiliate\\.de/ppv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zanox\\.com/ppv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zaparena\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zappy\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zapunited\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zde-engage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeesiti\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zenoviaexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zenoviagroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zercstas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zerezas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zferral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zidae\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziffdavis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zipropyl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://znaptag\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoglafi\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zompmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zonealta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zonplug\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoomdirect\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zugo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zwaar\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zxxds\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zypenetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbuddiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcolony\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adiquity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adwhirl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adwired\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzmob\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://airpush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amobee\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buxx\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dmg-mobile\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/pfadx/app\\.ytpwatch\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greystripe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inmobi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuad\\.kusogi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mad-adz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://millennialmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mkhoj\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobgold\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobizme\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobpartner\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mocean\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mojiva\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysearch-online\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smaato\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://startappexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stepkeydo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tapjoyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vungle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wapdollar\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waptrick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldmo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adhood\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atresadvertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accmndtion\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addo-mnton\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advuatianf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allianrd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anomiely\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appr8\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://artbr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baordrid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://batarsur\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baungarnr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://biankord\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://biastoful\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blazwuatr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blipi\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bluazard\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buhafr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c8factor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casiours\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chansiar\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chiuawa\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chualangry\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coaterhand\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://compoter\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentolyze\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crhikay\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3lens\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deuskex\\.link", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dilpy\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domri\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://draugonda\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drfflt\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duactinor\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dutolats\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edabl\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elepheny\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://entru\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ergers\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ershgrst\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://esults\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exactly0r\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exciliburn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://excolobar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exernala\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exlpor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extonsuan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://faunsts\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flaudnrs\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flaurse\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foulsomty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fowar\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frxle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frxrydv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuandarst\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gghfncd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gusufrs\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hapnr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://havnr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heizuanubr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hobri\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://holmgard\\.link", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hoppr\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ignup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iunbrudy\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ivism\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jaspensar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdrm4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jellr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juruasikr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jusukrs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kioshow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuangard\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lesuard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lia-ndr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lirte\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loopr\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luadcik\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maningrs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nrfort\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuaknamg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oplo\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opner\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p7vortex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pikkr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polawrg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prfffc\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://q3sift\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qewa33a\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qzsccm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://r3seek\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rdige\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regersd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rhgersf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rlex\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rterdf\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rugistoto\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://selectr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simusangr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spereminf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://splazards\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spoa-soard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sxrrxa\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://t3sort\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://t7row\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://th4wwe\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thiscdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thrilamd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topdi\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trllxv\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trndi\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tualipoly\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uppo\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://v8bridge\\.link", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewscout\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vopdi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waddr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wensdteuy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wopdi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wuarnurf\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wuatriser\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wudr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xcrsqg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xplrer\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xylopologyn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yardr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yobr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yodr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yomri\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yopdi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ypppdc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ypprr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yrrrbn\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yuasaghn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://z4pick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zomri\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zrfrornn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://123vidz\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1phads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://30daychange\\.co", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://32d1d3b9c\\.se", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360adshost\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360adstrack\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4dsply\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5dimes\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://83nsdjqqo1cau183xz\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888casino\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888games\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888media\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888poker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://888promos\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://9newstoday\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abbeyblog\\.me", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absoluteclickscom\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-apac\\.doubleclick\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-emea\\.doubleclick\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-feeds\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad131m\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2387\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2games\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbma\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcash\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcdnx\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfarm\\.mediaplex\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adform\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adimps\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aditor\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjuggler\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2\\.co", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adk2\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlure\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnxs\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adonweb\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adplxmd\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.sexier\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserverplus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshostnet\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsmarket\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsupply\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsupplyads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsurve\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtrace\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtraffic\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertserve\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advmedialtd\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affbuzzads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aflrm\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allslotscasino\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alpinedrct\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alternads\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://am10\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://angege\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://annualinternetsurvey\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://answered-questions\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ar\\.voicefive\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awempire\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awsclic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerflow\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baypops\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://becoquin\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://becoquins\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bentdownload\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestproducttesters\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidsystem\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidvertiser\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bighot\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binaryoptionsgame\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinko\\.es", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkogold\\.es", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blockthis\\.es", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogscash\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bongacams\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonzuna\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandreachsys\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bzrvwbsh5o\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://callhelpmetaroll\\.rocks", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://careerjournalonline\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casino\\.betsson\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickmngr\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickosmedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksor\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksvenue\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickter\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clkads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clkmon\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clkrev\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudtracked\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmllk2\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentabc\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmstar\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmterra\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpvadvertise\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazyad\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directrev\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distantnews\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distantstat\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dojerena\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublepimp\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://down1oads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadboutique\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadthesefile\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://durokuro\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easydownloadnow\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easykits\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebzkswbs78\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eroanalysis\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euromillionairesystem\\.me", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ewebse\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exoclick\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ezdownloadpro\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://f-hookups\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://f-questionnaire\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fhserve\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fidel\\.to", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filestube\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finance-reporting\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findonlinesurveysforcash\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstclass-download\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstmediahub\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fmdwbsfxf0\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://friendlyduck\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frtya\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g05\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ganja\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gib-gib-la\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gofindmedia\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googleads\\.g\\.doubleclick\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gotoplaymillion\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatbranddeals\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gsniper2\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hd-plugin\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highcpms\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homecareerforyou1\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornygirlsexposed\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotchatdirect\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hstpnetwork\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ifilez\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iiasdomk1m9812m4z3\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ilividnewtab\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inbinaryoption\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianmasala\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "masalaboard.com", + "www.masalaboard.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianweeklynews\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insta-cash\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instantpaydaynetwork\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdtracker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jujzh9va\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://junbi-tracker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kanoodle\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://landsraad\\.cc", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legisland\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letshareus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ligatus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livechatflirt\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livepromotools\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liversely\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lmebxwbsno\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lnkgt\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m57ku6sm\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketresearchglobal\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-app\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-servers\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaseeding\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meetgoodgirls\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meetsexygirls\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megapopads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://menepe\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metodoroleta24h\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://millionairesurveys\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mktmobi\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobileraffles\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneytec\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-layer\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n388hkxg\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netliker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nturveev\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nymphdate\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://o333o\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onad\\.eu", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onclickads\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onhitads\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinecareerpackage\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinecashmethod\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://open-downloads\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openadserving\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overturs\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partypills\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pdfcomplete\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfcreatives\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pexu\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pgmediaserve\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pipaoffers\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pointclicktrack\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pointroll\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popads\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmyads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poponclick\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://print3\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prizegiveaway\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotions-paradise\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotions\\.sportsbet\\.com\\.au", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerpops\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prowlerz\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubads\\.g\\.doubleclick\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubdirecte\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pulse360\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://raoplenort\\.biz", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ratari\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rdsrv\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rehok\\.km\\.ua", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retkow\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rgadvert\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rikhov\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ringtonepartner\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ronetu\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roulettebotplus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rubikon6\\.if\\.ua", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secureintl\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://senzapudore\\.it", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serving-sys\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexitnow\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://silstavo\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simpleinternetupdate\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://singlesexdates\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slikslik\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slimspots\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartwebads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sms-mmm\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smutty\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sparkstudios\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srv-ad\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srv2trking\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srvpub\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://statsmobi\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://statstrackeronline\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveyend\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveysforgifts\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveyspaid\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveystope\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swadvertising\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://symkashop\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syncedvision\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://technicssurveys\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textsrv\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-consumer-reporter\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepornsurvey\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://therewardsurvey\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tjoomo\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topshelftraffic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toroadvertisingmedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totaladperformance\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totrack\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracki112\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficforce\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffichaus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trklnks\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trw12\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tutvp\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvas-a\\.pw", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvas-b\\.pw", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://updater-checker\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vgsgaming-ads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipcpms\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vprmnwbskk\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w4statistics\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wahoha\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbsadsdel\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbsadsdel2\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weareheard\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://websearchers\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webtrackerplus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weliketofuckstrangers\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoads\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wigetmedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wonderlandads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldrewardcenter\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwwpromoter\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wzus1\\.ask\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xclicks\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtendmedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldmanager\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldtraffic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yupiromo\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://z5x\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://0llii0g6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://100pour\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://10y5gehv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://123advertising\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://15yomodels\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://173\\.245\\.86\\.115", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "yobt.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://18naked\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://195\\.228\\.74\\.26", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1loop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1tizer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://206\\.217\\.206\\.137", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://212\\.150\\.34\\.117", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://21sexturycash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://247teencash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24smile\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24x7adservice\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://33traffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://40xbfzk8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://45i73jv6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4link\\.it", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://59zs1xei\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://699fy4ne\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://750industries\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://76\\.76\\.5\\.113", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777-partner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777-partner\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777-partners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777-partners\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777partner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777partner\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://7cxcrejm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://7vws1j1j\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://80\\.77\\.113\\.200", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://85\\.17\\.210\\.202", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://89\\.248\\.172\\.46", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://8ipztcc1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aaovn\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abakys\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abusedbabysitters\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acmexxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acnescarsx\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://actionlocker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-411\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-u\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad001\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4partners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adbars\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcell\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addbags\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfux\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adjunky\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admez\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adnetxchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adparad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adperiun\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpron\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrent\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsbr\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsgangsta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshostview\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adskape\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsyst\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adult3dcomics\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultaccessnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadvertising\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultcommercial\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultdatingtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultlinkexchange\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultmediabuying\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultmoviegroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultoafiliados\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultpopunders\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultsense\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultsense\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adulttiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adulttubetraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adv-plus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adv777\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adventory\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisingsex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertrtb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advmaker\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advmania\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advprotraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advredir\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advsense\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxmarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxpansion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxregie\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adzs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aeesy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatewindow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliation-int\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiligay\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aipbannerx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aipmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alfatraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://all-about-tech\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alladultcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allosponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allotraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amtracking01\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amvotes\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anastasia-international\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://angelpastel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://antaraimedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://antoball\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apromoweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://are-ter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asiafriendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://augrenso\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awmcenter\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awmpartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ax47mp-xp-21\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azerbazer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aztecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://basesclick\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baskodenta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bcash4you\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://belamicash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://belasninfetas\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestholly\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestssn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betweendigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bgmtracker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://biksibo\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://black-ghettos\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blossoms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://board-books\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boinkcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bookofsex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://branzas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brightcpm\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersincash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brqvld0p\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bumblecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bumskontakte\\.ch", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cam-lolita\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cam4flat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camcrush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camdough\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camduty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://campartner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camprime\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://campromos\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camsense\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camsitecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camzap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash-program\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash4movie\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashlayer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashthat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashtraff\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.nsimg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ceepq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celeb-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celogera\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cennter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://certified-apps\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cervicalknowledge\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chatischat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://che-ka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chestyry\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chopstick16\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citysex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clearac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickganic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickpapa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksvenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickthruserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicktrace\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmdfnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codelnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coldhardcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coloredguitar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://colpory\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comunicazio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpacoreg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpl1\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crakbanner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crakcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creoads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crocoads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crtracklink\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cwgads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cyberbidhost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cybernetentertainment\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d0main\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d29gqcij\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3b3e6340\\.website", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://daffaite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dallavel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dana123\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://danzabucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://darangi\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://data-ero-advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://data\\.13dc235d\\.xyz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datefunclub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datetraders\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datexchanges\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dating-adv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datingadnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datingamateurs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datingidol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dblpmp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://demanier\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://denotyro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depilflash\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depravedwhores\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desiad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitaldesire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directadvert\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directchat\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://direction-x\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://discreetlocalgirls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://divascam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://divertura\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dofolo\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dosugcz\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://double-check\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublegear\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drevil\\.to", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dro4icho\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dtiserv2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvdkinoteatr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eadulttraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easy-dating\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyflirt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebdr2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elekted\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eltepo\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emediawebs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://enoratraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eragi\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erosadv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erotikdating\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erotizer\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://escortso\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eu2xml\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euro-rx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euro4ads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exchangecash\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exclusivepussy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exoclickz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exogripper\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exoticads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyemedias\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://facebookofsex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://faceporn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://facetz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fanmalinin\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feeder\\.xxx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://felixflow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fickads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filthads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findandtry\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashadtools\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshlightgirls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flipflapflo\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flipflapflo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flirt4e\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flirt4free\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flirtingsms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fmscash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fncash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forgetstore\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freakads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-porn-vidz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frestacero\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frestime\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frivol-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frutrun\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckbook\\.cm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckbookdating\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckermedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckyoucash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuelbuck\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funcel\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funnypickuplinesforgirls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g6ni40i7\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g726n8cy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamblespot\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ganardineroreal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayadpros\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayxperience\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gefnaro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://genialradio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geoaddicted\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geofamily\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geoinventory\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getiton\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfhdkse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ggwcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gl-cash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glbtrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2euroshop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goallurl\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goklics\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://golderotica\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://govereign\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatcpm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gridlockparadise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gtsads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gunzblazingpromo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://helltraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaibiz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herezera\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hiddenbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highnets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hipals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hizlireklam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://home-soon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hookupbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hopilos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hoptopboy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornymatches\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornyspots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://host-go\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostave4\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hot-dances\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hot-socials\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsocials\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hsmclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hubtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icetraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icqadvert\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ictowaz\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ideal-sexe\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idolbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://igiplay\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iheartbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ilovecheating\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impotencehelp\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inheart\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intellichatadult\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://internebula\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intrapromotion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iprofit\\.cc", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itmcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itrxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itslive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itw\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iwinnersadvantage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ixspublic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jackao\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://javbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jaymancash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jerrcotch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jfresi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joinnowinstantly\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jowapt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joyourself\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juicyads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juicycash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justresa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jz9ugaqb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://k9x\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kadam\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaplay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kingpinmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kinopokaz\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kliklink\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kolestence\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kolitat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kolort\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuhnivsemisrazu\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kwot\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lavantat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leche69\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legendarylars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lickbylick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lifepromo\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://limon\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://links-and-traffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livecam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livejasmin\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveprivates\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livepromotools\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livetraf\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lizads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loa-traffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loading-delivery1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lostun\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loveadverts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lovecam\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lovercash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lsawards\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucidcommerce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luvcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luvcom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madbanner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magical-sky\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mahnatka\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mallcom\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mallorcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manfys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://markswebcams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://masterwanker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matrimoniale3x\\.ro", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matrix-cash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxiadv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb103\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mc-nudes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdlsrv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meccahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-click\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediagra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediumpimpin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megoads\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meineserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://menteret\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meta4-group\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://methodcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meubonus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://might-stay\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://millioncash\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmaaxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mo8mwxi1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobalives\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobbobr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobilerevenu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mopilod\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morehitserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3vicio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mpmcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrskincash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msquaredproductions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtoor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myadultbanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mymirror\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myprecisionads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mywebclick\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n9nedegrees\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nastydollars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nature-friend\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netosdesalim\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neuesdate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newads\\.bangbros\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newagerevenue\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newnudecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsexbook\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ngbn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nikkiscash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ningme\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://njmaq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nkk31jjp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nscash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nsfwads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nummobile\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nvp2auf5\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://o333o\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oddads\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://odzb5nkp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://okeo\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onhercam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onyarysh\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ordermc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orodi\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://otaserve\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://otherprofit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://outster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://owlopadjet\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://owpawuk\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozelmedikal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozon\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozone\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "ozon.ru", + "www.ozon.ru", + "ozonru.co.il", + "www.ozonru.co.il", + "ozonru.com", + "www.ozonru.com", + "ozonru.eu", + "www.ozonru.eu", + "ozonru.kz", + "www.ozonru.kz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozonru\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p51d20aa4\\.website", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paid-to-promote\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://parkingpremium\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnercash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnercash\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pepipo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://philstraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pictureturn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkhoneypots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plachetde\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plantaosexy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plugrush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pnads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://polimantu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poonproscash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop-bazar\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popander\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popander\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popdown\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poppcheck\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popupclick\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porkolt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-ad\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-hitz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-site-builder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn88\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn99\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornattitude\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornconversions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornearn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornkings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornleep\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porno-file\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porntrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portable-basketball\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pourmajeurs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppc-direct\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://premature-ejaculation-causes\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://premiumhdv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://privacyprotector\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://private4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://privateseiten\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://privatewebseiten\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://profistats\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://profitstat\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://program3\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo4partners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promocionesweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotion-campaigns\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotools\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promowebstar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://protect-x\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://protizer\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prscripts\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptclassic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptrfc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptwebcams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publish4\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pussyeatingclub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pussyeatingclubcams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putags\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putanapartners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pyiel2bz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quagodex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://queronamoro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quexotac\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://r7e0zhv8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rack-media\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ragazzeinvendita\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ramctrlgate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rareru\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reachword\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://real2clean\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realdatechat\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realitycash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realitytraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redcash\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redirectoptimizer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redlightcenter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redpineapplemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reliablebanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reprak\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retargetpro\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retoxo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rexbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ripbwing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rivcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rmbn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rmkflouh\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://robotadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://royal-cash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rsdisp\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtbsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rubanners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rukplaza\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rulerclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rulerclick\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://runetki\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://runetki\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://russianlovematch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safelinktracker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sancdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sascentral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sbs-ad\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scenesgirls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchpeack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchx\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secretbehindporn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seekbang\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seemybucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seitentipp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://senkinar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sesxc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexad\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexdatecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexlist\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexole\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexopages\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexplaycam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexsearch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextracker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextubecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexvertise\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexy-ch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexypower\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopping-centres\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siccash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sixsigmatraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sjosteras\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skeettools\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slendastic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartbn\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sms-xxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smutty\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialsexnetwork\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solutionsadultes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spcwm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spunkycash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://squeeder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://startede\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://startwebpromo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stat-data\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://steamtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sterrencash\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamateaccess\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stripsaver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sunnysmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sv2\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweetmedia\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweetstudents\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talk-blog\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetingnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targettrafficmarketing\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tarkita\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teasernet\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teaservizio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tech-board\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teendestruction\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-adult-company\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebunsenburner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepayporn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesocialsexnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thumbnail-galleries\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timteen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tingrinter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinyweene\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titsbro\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titsbro\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titsbro\\.pw", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tizernet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tkhigh\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tm-core\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmserver-1\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmserver-2\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://todayssn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toget\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://top-sponsor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topbucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent-anime\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tossoffads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracelive\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracker2kss\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackerodss\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffbiz\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffic-in\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffic\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficholder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traffichunt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficlearn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficpimps\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficshop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficstars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficundercontrol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traficmax\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafogon\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://transexy\\.it", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trustedadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trw12\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://try9\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ttlmodels\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubeadnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubedspots\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tufosex\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvzavr\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twistyscash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukreggae\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unaspajas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unlimedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uxernab\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ver-pelis\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://verticalaffiliation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video-people\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtuagirlhd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vividcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vktr073\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vlexokrako\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vlogexpert\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vod-cash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vogopita\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vogorana\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voluumtrk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vroll\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vrstage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://walprater\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wamcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warsomnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webcambait\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webcampromotions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webclickengine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webclickmanager\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://websitepromoserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webstats\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webteaser\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weownthetraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weselltraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetpeachcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whaleads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wifelovers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wildhookups\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wildmatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wood-pen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldsbestcams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwwmobiroll\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x-adservice\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x-exchanger\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x3v66zlz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xclickdirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xclicks\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xfuckbook\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xhamstercams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xidx\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xlovecam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xmediawebs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xoliter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xpollo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xpop\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxltr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxallaccesspass\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxbannerswap\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxblackbook\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxlnk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxmatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxvipporno\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxwebtraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://y72yuyr9\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yazcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yesmessenger\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yfum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yobihost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yoshatia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://your-big\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourdatelink\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourfuckbook\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "fuckbookhookups.com", + "www.fuckbookhookups.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ypmadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yu0123456\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yuppads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yx0banners\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zenkreka\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zinzimo\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziphentai\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reporo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://33traffic\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3file\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3questionsgetthegirl\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://45i73jv6\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsnero\\.website", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtgs\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadmedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadworld\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultmoda\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxite\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adxpansion\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.cams\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitterstrawberry\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buy404s\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c4tracking01\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chokertraffic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chtic\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connexionsafe\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doublegear\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dverser\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easysexdate\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebocornac\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ekod\\.info", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ero-advertising\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ertya\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://everyporn\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exgfpunished\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exogripper\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fbay\\.tv", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filthads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flagads\\.net", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foaks\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fox-forden\\.ru", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fpctraffic2\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freecamsexposed\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freewebcams\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frtya\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gothot\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanaprop\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hapend\\.biz", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herezera\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hizlireklam\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornymatches\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagesnake\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgcarry\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianfriendfinder\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipvertising\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://juicyads\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaizentraffic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legacyminerals\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loltrk\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naughtyplayful\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://needlive\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://njmaq\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkberrytube\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgirl\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plinx\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plugrush\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popcash\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prexista\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prpops\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reviewdollars\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sascentral\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://setravieso\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex-journey\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexad\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexflirtbook\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexintheuk\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialsex\\.biz", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialsex\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetingnow\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficbroker\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficholder\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficstars\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turnefo\\.ru", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vlexokrako\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voyeurbase\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchmygf\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xdtraffic\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xmatch\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xpeeps\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvika\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvika\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxbunker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxmatch\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://y72yuyr9\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-api\\.adyoulike\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://000webhost\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://04stream\\.com/pop.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1-million-usd\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://108\\.166\\.93\\.81/rotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "infowars.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://109\\.201\\.134\\.110", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "04stream.com", + "www.04stream.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://110\\.45\\.173\\.103/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://110mb\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://12dayswidget\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://173\\.199\\.120\\.7/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "p2p.adserver.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://173\\.225\\.186\\.54", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "apps.su.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://178\\.17\\.164\\.58", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://178\\.238\\.233\\.242/open\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1page\\.co\\.za/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1stag\\.com/main/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1whois\\.org/static/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://208\\.43\\.84\\.120/trueswordsa3\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "trueswords.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://209\\.15\\.224\\.6", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "liverail-mlgtv.ip", + "www.liverail-mlgtv.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://216\\.41\\.211\\.36/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "bpaww.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://217\\.115\\.147\\.241/media/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "elb-kind.de.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24\\.com//flashplayer/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://247hd\\.net/ad$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24casino\\.cz/poker300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24hrlikes\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2beon\\.co\\.kr/nad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2leep\\.com/ticker2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2yu\\.in/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360pal\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3dots\\.co\\.il/pop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4getlikes\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://69\\.50\\.226\\.158", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "worth1000.com.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://6angebot\\.ch", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "netload.in", + "www.netload.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://6theory\\.com/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://770\\.com/banniere\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://80\\.94\\.76\\.4/abd\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://95\\.131\\.238\\.35", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "maltatoday.mt.ip" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://96\\.9\\.176\\.245", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.livesportmedia\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.ucoz\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.watershed-publishing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a04296f070c0146f314d-0dcad72565cb350972beb3666a86f246\\.r50\\.cf5\\.rackcdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a1channel\\.net/img/downloadbtn2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a1channel\\.net/img/watch_now\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abacast\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ablacrack\\.com/popup-pvd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.23blogs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.about\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.accessmediaproductions\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.adriver\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "firstrownow.eu", + "www.firstrownow.eu", + "kyivpost.com", + "www.kyivpost.com", + "uatoday.tv", + "www.uatoday.tv", + "unian.info", + "www.unian.info" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.aquamediadirect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.bitmedia\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.e-kolay\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.flux\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.foxnetworks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.ghfusion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.icasthq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.idgtn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.imad\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.indomp3z\\.us", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.jamba\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.jokeroo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.lijit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.linkstorms\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.livere\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.mail\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.mesomorphosis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.mygamesol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.netcommunities\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.outsidehub\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.pickple\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.premiumonlinemedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.proxy\\.sh", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.r\\.worldssl\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.rambler\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.realmcdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.reklamport\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.sensismediasmart\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.sharethis\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.smartclip\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.spielothek\\.so", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.sponsoreo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.valuecalling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.vidaroo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.winningpartner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.wsod\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.zaman\\.com\\.tr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2links\\.com/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/client/static/as3adplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/plugins/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/plugins3/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addme\\.com/images/addme_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/\\?", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ], + "if-domain": [ + "adf.ly", + "www.adf.ly" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "j.gs", + "www.j.gs", + "q.gs", + "www.q.gs" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly..*/link-converter\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfoc\\.us/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adingo\\.jp\\.eimg\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlandpro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.shinobi\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adn\\.ebay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adplus\\.goo\\.mx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adr-.*\\.vindicosuite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.dynamicyield\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.mp\\.mydas\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adscaspion\\.appspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserv\\.legitreviews\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrv\\.eacdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adss\\.dotdo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adstest\\.zaman\\.com\\.tr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advanced-intelligence\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adz\\.zwee\\.ly", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adziff\\.com..*/zdcse\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afcdn\\.com..*/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.cupidplc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.eteachergroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.marathonbet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.svjump\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affil\\.mupromo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.juno\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.mediatemple\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatehub\\.skybet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliateprogram\\.keywordspy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates-cdn\\.mozilla\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.allposters\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.bookdepository\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.bookdepository\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.homestead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.lynda\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.picaboocorp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatesmedia\\.sbobet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliation\\.filestube\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliation\\.fotovista\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affutdmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afimg\\.liveperson\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agenda\\.complex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agoda\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ahlanlive\\.com/newsletters/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://airvpn\\.org/images/promotional/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ais\\.abacast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ak\\.imgaft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ak1\\.imgaft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*\\.247realmedia\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*/espnpreroll/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*/pics\\.drugstore\\.com/prodimg/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net/preroll.*\\.mp4\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "csnnw.com", + "www.csnnw.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net/ssa/.*\\?zoneid=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net..*/web/pdk/swf/freewheel\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alexa\\.com..*/promotebuttons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://algart\\.net.*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allposters\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allsend\\.com/public/assets/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alluremedia\\.com\\.au..*/campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alpsat\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://altushost\\.com/docs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon\\.com/\\?_encoding.*&linkcode", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon\\.com/gp/redirect\\.html\\?", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon\\.com..*/getaanad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/ad_w_intersitial\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/ansible\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "motherjones.com", + "www.motherjones.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gserp.com", + "www.gserp.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/bo-assets/production/banner_attachments/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/btrb-prd-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/digitalcinemanec\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "boxoffice.com", + "www.boxoffice.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/fvefwdds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/lms/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/newscloud-production/.*/backgrounds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "crescent-news.com", + "www.crescent-news.com", + "daily-jeff.com", + "www.daily-jeff.com", + "recordpub.com", + "www.recordpub.com", + "state-journal.com", + "www.state-journal.com", + "the-daily-record.com", + "www.the-daily-record.com", + "the-review.com", + "www.the-review.com", + "times-gazette.com", + "www.times-gazette.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/photos\\.offers\\.analoganalytics\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/pmb-musics/download_itunes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/publishflow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/skyscrpr\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/streetpulse/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/widgets\\.youcompare\\.com\\.au/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/youpop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*&widget=taboola-", + "resource-type": [ + "script" + ], + "if-domain": [ + "ndtv.com", + "www.ndtv.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://analytics\\.disneyinternational\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://angelbc\\.com/clients/.*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anime\\.jlist\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonym\\.to/.*findandtry\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://any\\.gs/visitScript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aol\\.co\\.uk..*/cobrand\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/os/mapquest/marketing/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/os/mapquest/promo-images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/os/music/img/.*-skin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.140proof\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.bitp\\.it", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.groupon\\.com/v2/deals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.ticketnetwork\\.com/Events/TopSelling/domain=nytimes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apnonline\\.com\\.au/img/marketplace/.*_ct50x50\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appdevsecrets\\.com/images/nuts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com/itunesaffiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appsgenius\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appwork\\.org/hoster/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arcadetown\\.com/as/show\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ard\\.ihookup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arntrnassets\\.mediaspanonline\\.com..*_HP_wings_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://artistdirect\\.com/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.devbridge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.jivox\\.com/jivox/serverapis/getcampaignbysite\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assets\\.betterbills\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://associmg\\.com..*\\.gif\\?tag-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astalavista\\.box\\.sk/c-astalink2a\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astrology\\.com/partnerpages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://athena-ads\\.wikia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://augine\\.com/widget$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoprivileges\\.net/news/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awadhtimes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://award\\.sitekeuring\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://axandra\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://axisbank\\.com/shopaholics-festival/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ibnlive.in.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.babylon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.livesport\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.sell\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b117f8da23446a91387efea0e428392a\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ddlvalley.net", + "www.ddlvalley.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b92\\.putniktravel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b92s\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com/site/images/common\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com/systems/af/landing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com/trans_box/.*&affiliate=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com..*\\?affid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://badoo\\.com/informer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ball2win\\.com/Affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bamstudent\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bankrate\\.com/jsfeeds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bankrate\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banman\\.isoftmarketing\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.101xp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.3ddownloads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.europacasino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.telefragged\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.titancasino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.titanpoker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner2\\.casino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannermaken\\.nl/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.cfspm\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.ixitools\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.moreniche\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.smarttweak\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.videosz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.webmasterplan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bbcchannels\\.com/workspace/uploads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bc\\.coupons\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bc\\.vc/js/link-converter\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beachcamera\\.com/assets/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bee4\\.biz/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bemyapp\\.com/trk/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bergen\\.com..*/sponsoredby-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://berush\\.com/images/.*_semrush_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://berush\\.com/images/semrush_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://berush\\.com/images/whorush_120x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://besthosting\\.ua/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestofmedia\\.com/ws/communicationSpot\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bet-at-home\\.com/oddbanner\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beta\\.down2crazy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betterbills\\.com\\.au/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betting\\.betfair\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://betwaypartners\\.com/affiliate_media/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bharatmatrimony\\.com/matrimoney/matrimoneybanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidgo\\.ca", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidorbuy\\.co\\.za/jsp/system/referral\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bidorbuy\\.co\\.za/jsp/tradesearch/TradeFeedPreview\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigcommerce\\.com..*/product_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "politicalears.com", + "www.politicalears.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigpond\\.com/specials/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigrock\\.in/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bijk\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binbox\\.io/public/img/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binopt\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bit\\.ly", + "resource-type": [ + "document" + ], + "if-domain": [ + "adf.ly", + "www.adf.ly" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoindice\\.com/img/bitcoindice_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoinwebhosting\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitshare\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bittorrent\\.am/serws\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bl\\.wavecdn\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blamads-assets\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blindferret\\.com/images/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkx\\.com/\\?i=.*&adc_pub_id=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkx\\.com/f2/overlays/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bliss-systems-api\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blissful-sin\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blocks\\.ginotrack\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bloodstock\\.uk\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bluepromocode\\.com/images/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bluesattv\\.net/bluesat\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bluhostedbanners\\.blucigs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bo-videos\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boago\\.com..*_Takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bollyrulez\\.net/media/adz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://booking\\.com/general\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "timeout.com", + "www.timeout.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://booking\\.com..*;tmpl=banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bookingdragon\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bordernode\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://borrowlenses\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bosh\\.tv/hdplugin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://box\\.anchorfree\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bpath\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bplaced\\.net/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bravenet\\.com/cserv\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://break\\.com/break/html/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://break\\.com..*/partnerpublish/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brettterpstra\\.com/wp-content/uploads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadbandgenie\\.co\\.uk/widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bruteforceseo\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bruteforcesocialmedia\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btguard\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btr\\.domywife\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btrd\\.net/assets/interstitial", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bubbles-uk\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bulletproofserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bullguard\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burst\\.net/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://burstnet\\.akadns\\.net", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://businessnewswatch\\.ca/images/nnwbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buy\\.com..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buyt\\.in/api\\?widgets=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buzznet\\.com..*/showpping-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://byzoo\\.org/script/tu.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cachefly\\.net/cricad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cal-one\\.net/ellington/deals_widget\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cal-one\\.net/ellington/search_form\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camelmedia\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cancomdigital\\.com/resourcecenter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canonresourcecenter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carbiz\\.in/affiliates-and-partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://careerjunction\\.co\\.za/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://careerjunction\\.co\\.za..*/widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carfax\\.com/img_myap/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cars\\.fyidriving\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cas\\.clickability\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash\\.neweramediaworks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashmakingpowersites\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cashmyvideo\\.com/images/cashmyvideo_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casinobonusdeal\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "frombar.com", + "www.frombar.com", + "gledaisport.com", + "www.gledaisport.com", + "smotrisport.com", + "www.smotrisport.com", + "sportcategory.com", + "www.sportcategory.com", + "sportlemon.org", + "www.sportlemon.org", + "sportlemon.tv", + "www.sportlemon.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://castasap\\.com/publi2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casti\\.tv/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://catholicweb\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbpirate\\.com/getimg\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cccam\\.co/banner_big\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.assets\\.gorillanation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.cdncomputer\\.com/js/main\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.ndparking\\.com/js/init\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.offcloud\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.pubexchange\\.com/modules/display/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.sweeva\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnpark\\.com/scripts/js3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnprk\\.com/scripts/js3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnprk\\.com/scripts/js3caf\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://centralmediaserver\\.com..*_side_bars\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://centralscotlandjoinery\\.co\\.uk/images/csj-125\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cerebral\\.typn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cex\\.io/img/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cex\\.io/informer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cfcdn\\.com/showcase_sample/search_widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cgmlab\\.com/tools/geotarget/custombanner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chacsystems\\.com/gk_add\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://challies\\.com..*/wtsbooks5\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://charlestondealstoday\\.com/aux/ux/_component/ss_dealrail/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://choices\\.truste\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chriscasconi\\.com/nostalgia_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cimg\\.in/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://circularhub\\.com..*/circularhub_module\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citygridmedia\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cjmooter\\.xcache\\.kinxcdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clarity\\.abacast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.eyk\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickstrip\\.6wav\\.es", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksure\\.com/img/resources/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicktripz\\.com/scripts/js/ct\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clipdealer\\.com/\\?action=widget&.*&partner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/dfp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/nimblebuy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/scripts/js3caf\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/st\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudzer\\.net/ref/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudzer\\.net..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cngroup\\.co\\.uk/service/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnhionline\\.com..*/rtj_ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnnewmedia\\.co\\.uk/locker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://code\\.popup2m\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://colmwynne\\.com", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://colorlabsproject\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://complexmedianetwork\\.com/cdn/agenda\\.complex\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "complex.com", + "www.complex.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comx-computers\\.co\\.za/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conduit\\.com//banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connect\\.summit\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connectok\\.com/brightcove/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "newsok.com", + "www.newsok.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://consolpub\\.com/weatherwindow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.livesportmedia\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.secondspace\\.com", + "resource-type": [ + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentcastsyndication\\.com..*&banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://continent8\\.com..*/bannerflow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conversionplanet\\.com/published/feeds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://couponcp-a\\.akamaihd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://couptopia\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coxnewsweb\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cplayer\\.blinkx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpm\\.amateurcommunity\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creatives\\.inmotionhosting\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creatives\\.summitconnect\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crowdsavings\\.com/r/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cruisesalefinder\\.co\\.nz/affiliates\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crunchyroll\\.com/awidget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cstv\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cts\\.tradepub\\.com/cts4/\\?ptnr=.*&tm=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cursecdn\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cursecdn\\.com/shared-assets/current/anchor\\.js\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://customcodebydan\\.com/images/banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://customer\\.heartinternet\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cuteonly\\.com/banners\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d-l-t\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d13czkep7ax7nj\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d15565yqt7pv7r\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d15gt9gwxw5wu0\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d17f2fxw547952\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d19972r8wdpby8\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1ade4ciw4bqyc\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1cl1sqtf3o420\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1d95giojjkirt\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1ep3cn6qx0l3z\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1ey3fksimezm4\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1fo96xm8fci0r\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1gojtoka5qi10\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1k74lgicilrr3\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1noellhv8fksc\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1pcttwib15k25\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1pdpbxj733bb1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1spb7fplenrp4\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1vbm0eveofcle\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1wa9546y9kg0n\\.cloudfront\\.net/index\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1zgderxoe1a\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d23guct4biwna6\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d23nyyb6dc29z6\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d25ruj6ht8bs1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d26dzd2k67we08\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d26j9bp9bq4uhd\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d26wy0pxd3qqpv\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d27jt7xr4fq3e8\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d287x05ve9a63s\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d29r6igjpnoykg\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2anfhdgjxf8s1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2b2x1ywompm1b\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2b65ihpmocv7w\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2bgg7rjywcwsy\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2cxkkxhecdzsq\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2d2lbvq8xirbs\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2dxgm96wvaa5j\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2gpgaupalra1d\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2gtlljtkeiyzd\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2gz6iop9uxobu\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2hap2bsh1k9lw\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2ipklohrie3lo\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2mic0r0bo3i6z\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2mq0uzafv8ytp\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2nlytvx51ywh9\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2o307dm5mqftz\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2oallm7wrqvmi\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2omcicc3a4zlg\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2pgy8h4i30on1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2plxos94peuwp\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2r359adnh3sfn\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2tgev5wuprbqq\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2tnimpzlb191i\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2ubicnllnnszy\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2v4glj2m8yzg5\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2v9ajh2eysdau\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2vt6q0n0iy66w\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2yhukq7vldf1u\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d2z1smm3i01tnr\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d31807xkria1x4\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d32pxqbknuxsuy\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d33f10u0pfpplc\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d33otidwg56k90\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d34obr29voew8l\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d37kzqe5knnh6t\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d38pxm3dmrdu6d\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d38r21vtgndgb1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d39xqloz8t5a6x\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3bvcf24wln03d\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3dphmosjk9rot\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3f9mcik999dte\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3fzrm6pcer44x\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3irruagotonpp\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3iwjrnl4m67rd\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3lvr7yuk4uaui\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3lzezfa753mqu\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3m41swuqq4sv5\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3nvrqlo8rj1kw\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3p9ql8flgemg7\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3pkae9owd2lcf\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3q2dpprdsteo\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3qszud4qdthr8\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3t2wca0ou3lqz\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3t9ip55bsuxrf\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3tdefw8pwfkbk\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d3vc1nm9xbncz5\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d5pvnbpawsaav\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d6bdy3eto8fyu\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d8qy7md4cj3gz\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydealstwincities\\.com/widgets/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dal9hkyfi0m0n\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dapatwang\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dart\\.clearchannel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dasfdasfasdf\\.no-ip\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://data\\.neuroxmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datafeedfile\\.com/widget/readywidget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datakl\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://daterly\\.com/.*\\.widget\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dawanda\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dbam\\.dashbida\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddwht76d9jvfl\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealextreme\\.com/affiliate_upload/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealplatform\\.com..*/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals\\.buxr\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals\\.macupdate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals4thecure\\.com/widgets/.*\\?affiliateurl=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealswarm\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealtoday\\.com\\.mt/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealzone\\.co\\.za", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery\\.importantmedia\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dennis\\.co\\.uk..*/siteskins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depositfiles\\.com..*\\.php\\?ref=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desi4m\\.com/desi4m\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deskbabes\\.com/ref\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desperateseller\\.co\\.uk/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://detroitmedia\\.com/jfry/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dev-cms\\.com..*/promobanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://developermedia\\.com/a\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devil-bet\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dhgate\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "sammyhub.com", + "www.sammyhub.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitalmediacommunications\\.com/belleville/employment/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitalsatellite\\.tv/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://direct\\.quasir\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://directnicparking\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://display\\.digitalriver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://disqus\\.com/listPromoted\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://disy2s34euyqm\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dizixdllzznrf\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://djlf5xdlz7m8m\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dkd69bwkvrht1\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dkdwv3lcby5zi\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl392qndlveq0\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl5v5atodo7gn\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dlupv9uqtjlie\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dm0acvguygm9h\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dm8srf206hien\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dntrck\\.com/trax\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainapps\\.com/assets/img/domain-apps\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domaingateway\\.com/js/redirect-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainnamesales\\.com/return_js\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dorabet\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dot\\.tk/urlfwd/searchbar/bar\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dotz123\\.com/run\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://download-provider\\.org/\\?aff\\.id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://download\\.bitdefender\\.com/resources/media/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadandsave-a\\.akamaihd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadprovider\\.me/en/search/.*\\?aff\\.id=.*&iframe=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dp51h10v6ggpa\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpsq2uzakdgqz\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dq2tgxnc2knif\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dramafever\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dramafeverw2\\.appspot\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamboxcart\\.com/earning/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamhost\\.com/rewards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamstime\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamstime\\.com/img/badges/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamstime\\.com/refbanner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://droidnetwork\\.net/img/dt-atv160\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://droidnetwork\\.net/img/vendors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dropbox\\.com..*/aff-resources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gramfeed.com", + "www.gramfeed.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dttek\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duct5ntjian71\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvdfab\\.com/images/fabnewbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvf2u7vwmkr5w\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dx\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dx5qvhwg92mjd\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dxq6c0tx3v6mm\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dxqd86uz345mg\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dycpc40hvg4ki\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dyl3p6so5yozo\\.cloudfront\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dynamicserving\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dynw\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-tailwebstores\\.com/accounts/default1/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e-webcorp\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easy-share\\.com/images/es20/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easyretiredmillionaire\\.com/img/aff-img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eattoday\\.com\\.mt/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebaycommercenetwork\\.com/publisher/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebaystatic\\.com/aw/signin/ebay-signin-toyota-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebladestore\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eblastengine\\.upickem\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://echineselearning\\.com..*/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ectaco-store\\.com..*/promo\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edge\\.viagogo\\.co\\.uk..*/widget\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edgecastcdn\\.net..*\\.barstoolsports\\.com/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eholidayfinder\\.com/images/logo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elenasmodels\\.com/cache/cb_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elitsearch\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elliottwave\\.com/fw/regular_leaderboard\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eltexonline\\.com/contentrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emailcashpro\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emsisoft\\.com/bnr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://engine\\.gamerati\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://enticelabs\\.com/el/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eplreplays\\.com/wl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epowernetworktrackerimages\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://escape\\.insites\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://esport-betting\\.com..*/betbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etoolkit\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etoro\\.com/B.*_A.*_TGet\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etrader\\.kalahari\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etrader\\.kalahari\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://europolitique\\.info..*/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euwidget\\.imshopping\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://events\\.kalooga\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://everestpoker\\.com..*/\\?adv=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exoplanetwar\\.com/l/landing\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expekt\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://explorer\\.sheknows\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ext\\.theglobalweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extabit\\.com/s/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extensoft\\.com/artisteer/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extras\\.mercurynews\\.com/tapin_directory/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extras\\.mnginteractive\\.com..*/todaysdeals\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exwp\\.org/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eyetopics\\.com/content_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fairfaxregional\\.com\\.au/proxy/commercial-partner-solar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://familytreedna\\.com/img/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fancybar\\.net/ac/fancybar\\.js\\?zoneid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantasyplayers\\.com/templates/banner_code\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantaz\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fapturbo\\.com/testoid/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://farmholidays\\.is/iframeallfarmsearch\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcccam\\.com/images/fcbanner2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fatads\\.toldya\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fatburningfurnace\\.com..*/fbf-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fcgadgets\\.blogspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feedburner\\.com/~a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feeds\\.logicbuy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fenixm\\.com/actions/.*Skin.*\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filedownloader\\.net/design/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filedroid\\.net/af_ta/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filefactory\\.com..*/refer\\.php\\?hash=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filejungle\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileloadr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileparadox\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filepost\\.com/static/images/bn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileserve\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileserver1\\.net/download", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmehd\\.net/imagini/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmreel\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thepiratebay.si", + "www.thepiratebay.si" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filterforge\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fimserve\\.myspace\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firecenter\\.pl/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstclass-download\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flagship\\.asp-host\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flipchat\\.com/index\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flipkart\\.com/affiliate/displayWidget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flipkart\\.com/affiliateWidget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flower\\.com/img/lsh/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://followfairy\\.com/followfairy300x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footymad\\.net/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forms\\.aweber\\.com/form/styled_popovers_and_lightboxes\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fortune5minutes\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forumimg\\.ipmart\\.com/swf/img\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fragfestservers\\.com/bannerb\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freakshare\\.com/\\?ref=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freakshare\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freakshare\\.net/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-football\\.tv/images/usd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freecycle\\.org..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freetrafficsystem\\.com/fts/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freetricktipss\\.info", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freewheel\\.mtgx\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freshbooks\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://friedrice\\.la/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frogatto\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frontsight\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ft\\.pnop\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fugger\\.ipage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fugger\\.netfirms\\.com/moa\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funtonia\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fupa\\.com/aw\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://furiousteam\\.com..*/external_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://futuboxhd\\.com/js/bc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://futuresite\\.register\\.com/us\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fxcc\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fxultima\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fyicentralmi\\.com/remote_widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fyiwashtenaw\\.com/remote_widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fyygame\\.com/images/.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gadgetresearch\\.net", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamblingwages\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameduell\\.com/res/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameorc\\.net/a\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamersaloon\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesports\\.net/img/betting_campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamestop\\.com..*/aflbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamingjobsonline\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gateway\\.fortunelounge\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gateways\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gawkerassets\\.com/assets/marquee/", + "resource-type": [ + "media" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ge\\.tt/api/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mhktricks.net", + "www.mhktricks.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gemini\\.yahoo\\.com..*.syndication", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://generic4all\\.com..*\\?refid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geo\\.connexionsecure\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.friendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.passion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\..*\\.website/static/get-js\\?stid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.2leep\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.box24casino\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.davincisgold\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.paradise8\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.rubyroyal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.slotocash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.thisisvegas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getadblock\\.com/images/adblock_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gethopper\\.com/tp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getnzb\\.com/img/partner/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getpaidforyourtime\\.org/basic-rotating-banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfaf-banners\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfxa\\.sheetmusicplus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ggmania\\.com..*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://giantrealm\\.com/saj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://giantsavings-a\\.akamaihd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://giffgaff\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glam\\.com/gad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glam\\.com..*\\?affiliateid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globalprocash\\.com/banner125\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gmstatic\\.net..*/amazonbadge\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gmstatic\\.net..*/itunesbadge\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2cloud\\.org/aff_i\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goadv\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gogousenet\\.com..*/promo\\.cgi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gogousenet\\.com..*/promo2\\.cgi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gold4rs\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goldmoney\\.com/~/media/Images/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goo\\.gl", + "resource-type": [ + "image" + ], + "if-domain": [ + "cracksfiles.com", + "www.cracksfiles.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goo\\.gl", + "resource-type": [ + "document" + ], + "if-domain": [ + "backin.net", + "www.backin.net", + "uploadlw.com", + "www.uploadlw.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/pagead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/afs\\?.*adsense", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/pagead/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/safeframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/simgad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com..*/click_to_buy/", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com..*/domainpark\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com..*/googlevideoadslibraryas3\\.swf", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gorgonprojectinvest\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gotraffic\\.net..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://govids\\.net/adss/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://graboid\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://graduateinjapan\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grammar\\.coursekey\\.com/inter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grindabuck\\.com/img/skyscraper\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://groupon\\.com/javascripts/common/affiliate_widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grouponcdn\\.com..*/affiliate_widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gsniper\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guim\\.co\\.uk/guardian/thirdparty/tv-site/side\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guzzle\\.co\\.za/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://halllakeland\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://handango\\.com/marketing/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://haymarket-whistleout\\.s3\\.amazonaws\\.com/.*_ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://haymarket\\.net\\.au/Skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdvid-codecs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heidiklein\\.com/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hexero\\.com/images/banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hide-my-ip\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highepcoffer\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hitleap\\.com/assets/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hitleap\\.com/assets/banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hm-sat\\.de/b\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostdime\\.com/images/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostgator\\.com/~affiliat/cgi-bin/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hosting\\.conduit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostinger\\.nl/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostmonster\\.com/src/js/izahariev/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotelsbycity\\.com..*/bannermtg\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hoteltravel\\.com/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotlinking\\.dosmil\\.imap\\.cc", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hqfootyad4\\.blogspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hstpnetwork\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hstpnetwork\\.com/zeus\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hubbarddeals\\.com..*/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hubbardradio\\.com..*/my_deals\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyipregulate\\.com/images/hyipregulatebanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperfbtraffic\\.com/images/graphicsbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperscale\\.com/images/adh_button\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.lsimg\\.net..*/sides_clickable\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.lsimg\\.net..*/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/sidetiles/125x125/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/sponsor_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsys\\.com/sh/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibvpn\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icastcenter\\.com..*/amazon-buyfrom\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icastcenter\\.com..*/itunes\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idealo\\.co\\.uk/priceinfo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idg\\.com\\.au/ggg/images/.*_home\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idup\\.in/embed", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "ganool.com", + "www.ganool.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ifilm\\.com/website/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ilapi\\.ebay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://im\\.ov\\.yahoo\\.co\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ima3vpaid\\.appspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://image\\.com\\.com..*/skin2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://image\\.dhgate\\.com..*/dhgate-logo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/associates/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cloudfront.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-pw\\.secureserver\\.net/images/100yearsofchevy\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-pw\\.secureserver\\.net..*_.*\\.", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.dreamhost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.mylot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.youbuy\\.it/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagetwist\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.bluehost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.hostmonster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.mybet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.promoddl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.servint\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgdino\\.com/gsmpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgehost\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgpop\\.googlecode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgur\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "talksport.com", + "www.talksport.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imptestrm\\.com/rg-main\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indeed\\.fr/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indian-forex\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indieclick\\.3janecdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infibeam\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infochoice\\.com\\.au/Handler/WidgetV2Handler\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infomarine\\.gr/images/banerr\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infomarine\\.gr..*/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inisrael-travel\\.com/jpost/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://init\\.lingospot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inline\\.playbryte\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inskin\\.vo\\.llnwd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instantpaysites\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://instaprofitgram\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://integrityvpn\\.com/img/integrityvpn\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intermrkts\\.vo\\.llnwd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://internetbrands\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interserver\\.net/logos/vps-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interstitial\\.glsp\\.netdna-cdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intexchange\\.ru/Content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iobit\\.com/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipercast\\.net..*/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipixs\\.com/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iselectmedia\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iwebzoo\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iypcdn\\.com..*/bgbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iypcdn\\.com..*/otherbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iypcdn\\.com..*/ypbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jalbum\\.net/widgetapi/js/dlbutton\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jenningsforddirect\\.co\\.uk/sitewide/extras/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jeysearch\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jinx\\.com/content/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jivox\\.com/jivox/serverapis/getcampaignbyid\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joblet\\.jp/javascripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jobs-affiliates\\.ws/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jocly\\.com..*\\.html\\?click=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jrcdev\\.net/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jsfeedget\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jsrdn\\.com/s/1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jubimax\\.com/banner_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jugglu\\.com/content/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justclicktowatch\\.to/jstp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jvzoo\\.com/assets/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://k-po\\.com/img/ebay\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaango\\.com/fecustomwidgetdisplay\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kallout\\.com..*\\.php\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaltura\\.com..*/vastPlugin\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keep2share\\.cc/images/i/00468x0060-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keyword-winner\\.com/demo/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://king\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knorex\\.asia/static-firefly/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kontera\\.com/javascript/lib/KonaLibInline\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kozmetikcerrahi\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kraken\\.giantrealm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krillion\\.com..*/productoffers\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kurtgeiger\\.com..*/linkshare/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com..*&partner=.*&url=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ladbrokes\\.com..*&aff_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lapi\\.ebay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lastlocation\\.com/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lawdepot\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadintelligence\\.co\\.uk/in-text\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadsleap\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadsleap\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legaljobscentre\\.com/feed/jobad\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legitonlinejobs\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lego\\.com..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lesmeilleurs-jeux\\.net/images/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lessemf\\.com/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letmewatchthis\\.ru/movies/linkbottom", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letters\\.coursekey\\.com/lettertemplates_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lg\\.com/in/cinema3d\\.jsp", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lifestyle24h\\.com/reward/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lijit\\.com/adif_px\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lijit\\.com/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://link\\.link\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkbird\\.com/static/upload/.*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkedin\\.com/csp/dtag\\?", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lionheartdms\\.com..*/walmart_300\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://litecoinkamikaze\\.com/assets/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://literatureandlatte\\.com/gfx/buynowaffiliate\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liutilities\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liutilities\\.com..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livecrics\\.livet20worldcup\\.com/video\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "iplstream.com", + "www.iplstream.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveperson\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveshows\\.com..*/live\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://llnwd\\.net/o28/assets/.*-sponsored-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://localdata\\.eu/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://london24\\.com..*/mpu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com.*/ltas\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/adaptvjw5-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/adaptvjw5\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/adawe-", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/googima-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/googima\\.swf", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/ltas-", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/ova-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/yume-h\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/yume\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loopnet\\.com..*/searchwidget\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loot\\.co\\.za/shop/product\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lottoelite\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowbird\\.com/random/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowcountrymarketplace\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.longtailvideo\\.com..*/adaptv.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.ncdownloader\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ltfm\\.ca/stats\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucky-ace-casino\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucky-dating\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luckygunner\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luckyshare\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lumfile\\.com/lumimage/ourbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lygo\\.com/d/toolbar/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lylebarn\\.com/crashwidget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "crash.net", + "www.crash.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lynku\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m\\.uploadedit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "flysat.com", + "www.flysat.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maases\\.com/i/br/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "promodj.com", + "www.promodj.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madisonlogic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mads\\.aol\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magicaffiliateplugin\\.com/img/mga-125x125\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magicmembers\\.com/img/mgm-125x125", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magniwork\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mahndi\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mantra\\.com\\.au..*/campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marinejobs\\.gr/images/marine_adv\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketing\\.888\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://masqforo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "linkbucks.com", + "www.linkbucks.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mastiway\\.com/webimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://match\\.com..*/prm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matchbin\\.com/javascripts/remote_widget\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matrixmails\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maximainvest\\.net", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mazda\\.com\\.au/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb-hostservice\\.de/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb\\.marathonbet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb\\.zam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcc\\.godaddy\\.com/park/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcclatchyinteractive\\.com/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mdpcdn\\.com..*/gpt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-toolbar\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.enimgs\\.net/brand/files/escalatenetwork/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.myspace\\.com/play/.*/featured-videos-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.onlineteachers\\.co\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaon\\.com/moneymoney/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaserver\\.digitec\\.ch", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com..*-Takeover-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com..*-Takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megalivestream\\.net/pub\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://memepix\\.com/spark\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meraad2\\.blogspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://merdb\\.org/js/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metaboli\\.fr..*/adgude_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metroland\\.com/wagjag/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcdn\\.net/store/spotlight/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfeed\\.newzfind\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgprofit\\.com/images/.*x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://microsoft\\.com..*/bannerrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://microsoft\\.com..*/community/images/windowsintune/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mightyape\\.co\\.nz/stuff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mightydeals\\.com/widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mightydeals\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mightydeals\\.s3\\.amazonaws\\.com/md_adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://milanomoda\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uploadlw.com", + "www.uploadlw.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://millionaires-club-international\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://missnowmrs\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mkini\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mlive\\.com/js/oas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmdcash\\.com/mmdcash01\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmo4rpg\\.com..*\\.gif$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmosale\\.com/baner_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmwebhandler\\.888\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mnginteractive\\.com..*/dartinclude\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobilemetrics\\.appspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobyler\\.com/img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mol\\.im/i/pix/ebay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneycontrol\\.co\\.in..*PopUnder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneycontrol\\.com/share-market-game/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneywise\\.co\\.uk/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moosify\\.com/widgets/explorer/\\?partner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mosso\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mozo-widgets\\.f2\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3ix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrc\\.org/sites/default/files/uploads/images/Collusion_Banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrc\\.org..*/Collusion_Banner300x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrc\\.org..*/take-over-charlotte300x250\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrskincdn\\.com/data/uploader/affiliate/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msecnd\\.net/scripts/.*\\.pop\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msm\\.mysavings\\.com..*\\.asp\\?afid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msnbcmedia\\.msn\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mt\\.sellingrealestatemalta\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mto\\.mediatakeout\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://multisitelive\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://multivizyon\\.tv..*/flysatbanner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musicmemorization\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musik-a-z\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-best-jobs\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-dirty-hobby\\.com/track/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myalter1tv\\.altervista\\.org", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mybdhost\\.com/imgv2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mydirtyhobby\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "my-dirty-hobby.com", + "www.my-dirty-hobby.com", + "mydirtyhobby.de", + "www.mydirtyhobby.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mydownloader\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreepaysite\\.info..*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreeresources\\.com/getimg\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreeshares\\.com/120x60b\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myhpf\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mylife\\.com/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myspace\\.com/play/myspace/.*&locationId", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mytrafficstrategy\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myusenet\\.net/promo\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myvi\\.ru/feed/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mzstatic\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "dailymotion.com", + "www.dailymotion.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n\\.nu/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://n4g\\.com..*/IndieMonthSideBarWidget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://namecheap\\.com/graphics/linkus/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nanobrokers\\.com/img/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nanoinvestgroup\\.com/images/banner.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neogames-tech\\.com/resources/genericbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nesgamezone\\.com/syndicate\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdigix\\.com/google_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com/wp-content/plugins/background-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "7daysindubai.com", + "www.7daysindubai.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com..*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "readersdigest.co.uk", + "www.readersdigest.co.uk" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com..*-Background-1280x10241\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "7daysindubai.com", + "www.7daysindubai.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nettvplus\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://network\\.aufeminin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://network\\.business\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networkice\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news-whistleout\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newware\\.net/home/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newware\\.net/home/newware-sm\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nimblecommerce\\.com/widget\\.action\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nitropdf\\.com/graphics/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nlsl\\.about\\.com/img\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nocookie\\.net..*/wikiasearchads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://novadune\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nster\\.com/tpl/this/js/popnster\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nude\\.mk/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://numb\\.hotshare\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nwadealpiggy\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nzpages\\.co\\.nz..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://o2live\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oasap\\.com/images/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://obox-design\\.com/affiliate-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oclasrv\\.comindex-2\\.htmlapu\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ocp\\.cbs\\.com/pacific/request\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://odin\\.goo\\.mx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offers-service\\.cbsinteractive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://offerssyndication\\.appspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://office\\.eteachergroup\\.com/leads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oilofasia\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ojooo\\.com/register_f/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ojooo\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://on\\.maxspeedcdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onegameplace\\.com/iframe\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oovoo\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optimus-pm\\.com..*_300-250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://origin\\.getprice\\.com\\.au/WidgetNews\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://origin\\.getprice\\.com\\.au/widgetnewssmall\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oriongadgets\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://osobnosti\\.cz/images/casharena_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://outdoorhub\\.com/js/_bookends\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overseasradio\\.com/affbanner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ovpn\\.to/ovpn\\.to/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-i\\.cordillera\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oxygenboutique\\.com/Linkshare/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p\\.pw/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://padsdel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagerage\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pan\\.dogster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.alloy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.bargaindomains\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.catchy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.e-conomic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.premiumdomains\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnerads\\.ysm\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partnerads1\\.ysm\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.betus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.dogtime\\.com/network/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.fshealth\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.optiontide\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.rochen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.sportingbet\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.vouchedfor\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.xpertmarket\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paytel\\.co\\.za/code/ref", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://payza\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcash\\.imlive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcmall\\.co\\.za/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pdl\\.viaplay\\.com/commercials/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pearlriverusa\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfectforex\\.biz/images/.*x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfectmoney\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ph\\.hillcountrytexas\\.com/imp\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phobos\\.apple\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "dailymotion.com", + "www.dailymotion.com", + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phonephotographytricks\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pianobuyer\\.com/pianoworld/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pianoteq\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pic\\.pbsrc\\.com/hpto/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picoasis\\.net/3xlayer\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pics\\.firstload\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://play-asia\\.com/paos-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playata\\.myvideo\\.de", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.screenwavemedia\\.com..*/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playfooty\\.tv/jojo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plexidigest\\.com/plexidigest-300x300\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pm\\.web\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokerjunkie\\.com/rss/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokerroomkings\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokersavvy\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokerstars\\.com/\\?source=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokerstars\\.com/euro_bnrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popeoftheplayers\\.eu/ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://popmog\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pops\\.freeze\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornturbo\\.com/tmarket\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://post\\.rmbn\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postaffiliatepro\\.com..*/banners/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ppc-coach\\.com/jamaffiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://premium-template\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://premium\\.naturalnews\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pricedinfo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pricegrabber\\.com/cb_table\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pricegrabber\\.com/export_feeds\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pricegrabber\\.com/mlink\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pricegrabber\\.com/mlink3\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://priceinfo\\.comuv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primeloopstracking\\.com/affil/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://privatewifi\\.com/swf/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prizerebel\\.com/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pro-gmedia\\.com..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prod-skybet\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "skysports.com", + "www.skysports.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promos\\.fling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promote\\.pair\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promotions\\.iasbet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propgoluxury\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxies2u\\.com/images/btn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxy\\.org/blasts\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxynoid\\.com/images/referrals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxyroll\\.com/proxybanner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxysolutions\\.net/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub\\.aujourdhui\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub\\.betclick\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub\\.dreamboxcart\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub\\.sapo\\.pt/vast\\.php", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://public\\.porn\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pubs\\.hiddennetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://puntersparadise\\.com\\.au/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://purevpn\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putlocker\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qualoo\\.net/now/interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quickflix.*\\.gridserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quirk\\.biz/webtracking/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://racebets\\.com/media\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rack\\.bauermedia\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "enjore.com", + "www.enjore.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/brokers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "fxempire.com", + "www.fxempire.com", + "fxempire.de", + "www.fxempire.de", + "fxempire.it", + "www.fxempire.it", + "fxempire.nl", + "www.fxempire.nl" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "search.aol.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackspacecloud\\.com/Broker%20Buttons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "investing.com", + "www.investing.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiocentre\\.ca/randomimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioreference\\.com/sm/300x75_v3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioshack\\.com..*/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiotown\\.com/splash/images/.*_960x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radley\\.co\\.uk..*/Affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidgator\\.net/images/pics/.*_300%D1%85250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidjazz\\.com/banner_rotation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ratesupermarket\\.ca/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rbth\\.ru/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rcm.*\\.amazon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rdio\\.com/media/images/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://readme\\.ru/informer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realwritingjobs\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://red-tube\\.com..*\\.php\\?wmid=.*&kamid=.*&wsid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redbeacon\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redflagdeals\\.com/dealoftheday/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtram\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regmyudid\\.com..*/index\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regnow\\.com/vendor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rehost\\.to/\\?ref=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relink\\.us/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://res3\\.feedsportal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://resources\\.heavenmedia\\.net/selection\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revealads\\.appspot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rewards1\\.com/images/referralbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ribbon\\.india\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://richmedia\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roadcomponentsdb\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roadrecord\\.co\\.uk/widget\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roia\\.hutchmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roshansports\\.com/iframe\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roshantv\\.com/adad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotabanner\\.kulichki\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotator\\.tradetracker\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rover\\.ebay\\.com..*&adtype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://runerich\\.com/images/sty_img/runerich\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ruralpressevents\\.com/agquip/logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "farmonline.com.au", + "www.farmonline.com.au" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://russian-dreams\\.net/static/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rya\\.rockyou\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s-assets\\.tp-cdn\\.com/widgets/.*/vwid/.*\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s-yoolk-banner-assets\\.yoolk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s-yoolk-billboard-assets\\.yoolk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.cxt\\.ms", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s1\\.wp\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s11clickmoviedownloadercom\\.maynemyltf\\.netdna-cdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s1now\\.com..*/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s3\\.amazonaws\\.com/draftset/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safarinow\\.com/affiliate-zone/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sailthru\\.com..*/horizon\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://salefile\\.googlecode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://salemwebnetwork\\.com/Stations/images/SiteWrapper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sat-shop\\.co\\.uk/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satshop\\.tv/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://schenkelklopfer\\.org..*pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://schurzdigital\\.com/deals/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sciencecareers\\.org/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scoopdragon\\.com/images/Goodgame-Empire-MPU\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screenconnect\\.com/miscellaneous/ScreenConnect-", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scribol\\.com/txwidget", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchportal\\.information\\.com/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secondspin\\.com/twcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securep2p\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secureupload\\.eu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seedboxco\\.net/.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seedsman\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://selectperformers\\.com/images/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://selectperformers\\.com/images/elements/bannercolours/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servedby\\.keygamesnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servedby\\.yell\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://server\\.freegamesall\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://server4\\.pro/images/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://service\\.smscoin\\.com/js/sendpic\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serving\\.portal\\.dmflex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thisdaylive.com", + "www.thisdaylive.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://settleships\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfcdn\\.in/sailfish/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfimg\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfimg\\.com/SFIBanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfm-offshore\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfstatic\\.com..*/js/fl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shaadi\\.com..*/get-banner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shaadi\\.com..*/get-html-banner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shareflare\\.net/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shariahprogram\\.ca/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharingzone\\.net/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shop-top1000\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shop4tech\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopbrazos\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopilize\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopping\\.com/sc/pac/sdc_widget_v2\\.0_proxy\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shorte\\.st/link-converter\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shorte\\.st..*/referral_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shows-tv\\.net/codepopup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shragle\\.com..*\\?ref=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sidekickunlock\\.net/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simplifydigital\\.co\\.uk..*/widget_premium_bb\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simplyfwd\\.com/\\?dn=.*&pid=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://singlehop\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://singlemuslim\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sis\\.amazon\\.com/iu\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sisters-magazine\\.com/iframebanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://site5\\.com/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://site5\\.com/creative/.*/234x60\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitegiant\\.my/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitegrip\\.com..*/swagbucks-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitescout-video-cdn\\.edgesuite\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skydsl\\.eu/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slickdeals\\.meritline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slot\\.union\\.ucweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slysoft\\.com/img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smart\\.styria-digital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartdestinations\\.com/ai/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartlinks\\.dianomi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smilepk\\.com/bnrsbtns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snacktools\\.net/bannersnack/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snapapp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "bostonmagazine.com", + "www.bostonmagazine.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snapdeal\\.com..*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sndkorea\\.nowcdn\\.co\\.kr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialmonkee\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialorganicleads\\.com/interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softneo\\.com/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedbit\\.com..*-banner1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedppc\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtv\\.com\\.edgesuite\\.net/img/static/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spilcdn\\.com/vda/css/sgadfamily\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spilcdn\\.com/vda/css/sgadfamily2\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spilcdn\\.com/vda/vendor/flowplayer/ova\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://splashpagemaker\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorandwin\\.com/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sportingbet\\.com\\.au/sbacontent/puntersparadise\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sportsbetaffiliates\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sportsdigitalcontent\\.com/betting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sproutnova\\.com/serve\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://squarespace\\.evyy\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srv\\.dynamicyield\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srvv\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "foreverceleb.com", + "www.foreverceleb.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srwww1\\.com..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ssshoesss\\.ro/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stacksocial\\.com/bundles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stacksocial\\.com..*\\?aid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stalliongold\\.com/images/.*x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stargames\\.com/bridge\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.multiplayuk\\.com/images/w/w-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.tradetracker\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.tumblr\\.com/dhqhfum/WgAn39721/cfh_header_banner_v2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://staticworld\\.net/images/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stats\\.hosting24\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stats\\.sitesuite\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://storage\\.to/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamtheworld\\.com/ondemand/ars\\?type=preroll", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamtheworld\\.com/ondemand/creative\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://strikeadcdn\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://structuredchannel\\.com/sw/swchannel/images/MarketingAssets/.*/BannerAd", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stylefind\\.com..*\\?campaign=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://subliminalmp3s\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://superherostuff\\.com/pages/cbmpage\\.aspx\\?.*&cbmid=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supersport\\.co\\.za..*180x254", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supersport\\.com/content/2014_Sponsor", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supersport\\.com/content/Sponsors", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supply\\.upjers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surf100sites\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveymonkey\\.com/jspop\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surveywriter\\.net", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://survivaltop50\\.com/wp-content/uploads/.*/Survival215x150Link\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://svcs\\.ebay\\.com/services/search/FindingService/.*.affiliate\\.tracking", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swarmjam\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweed\\.to/\\?pid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweed\\.to/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweetwater\\.com/feature/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweeva\\.com/widget\\.php\\?w=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swimg\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syndicate\\.payloadz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syndication\\.jsadapi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syndication\\.visualthesaurus\\.com/std/vtad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://syndication1\\.viraladnetwork\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tag\\.regieci\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://take2\\.co\\.za/misc/bannerscript\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://takeover\\.bauermedia\\.co\\.uk", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkfusion\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tankionline\\.com/tankiref\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tap\\.more-results\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techbargains\\.com/inc_iframe_deals_feed\\.cfm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techbargains\\.com/scripts/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tedswoodworking\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textlinks\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thaiforlove\\.com/userfiles/affb-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thatfreething\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theatm\\.info/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebigchair\\.com\\.au", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themes420\\.com/bnrsbtns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themify\\.me/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themis-media\\.com..*/sponsorships/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thereadystore\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theseblogs\\.com/visitScript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theseforums\\.com/visitScript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theselfdefenseco\\.com/\\?affid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thetechnologyblog\\.net..*/bp_internet/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thirdpartycdn\\.lumovies\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ti\\.tradetracker\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ticketkai\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ticketmaster\\.com/promotionalcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tickles\\.co\\.uk", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tickles\\.ie", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tigerdirect\\.com..*/affiliate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timesinternet\\.in/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinyurl\\.com/4x848hd", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tipico\\..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tipico\\..*\\?affiliateId=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tiqiq\\.com/Tiqiq/WidgetInactiveIFrame\\.aspx\\?WidgetID=.*&PublisherID=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmbattle\\.com/images/promo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmz\\.vo\\.llnwd\\.net..*_rightrail_200x987\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://todaysfinder\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tonefuse\\.s3\\.amazonaws\\.com/clientjs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://top5result\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topbinaryaffiliates\\.ck-cdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topmedia\\.com/external/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topspin\\.net/secure/media/", + "resource-type": [ + "image" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toptenreviews\\.com/r/c/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toptenreviews\\.com/w/af_widget\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torguard\\.net/images/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tosol\\.co\\.uk/international\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://townnews\\.com..*/dealwidget\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://townnews\\.com..*/upickem-deals\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://townsquareblogs\\.com..*=sponsor&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toysrus\\.com/graphics/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://traceybell\\.co\\.uk", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://track\\.bcvcmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tradeboss\\.com/1/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://travelmail\\.traveltek\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://travelplus\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://treatme\\.co\\.nz/Affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tremormedia\\.com/embed/js/.*_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tremormedia\\.com..*/tpacudeoplugin46\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tremormedia\\.com..*_preroll_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trialpay\\.com..*&dw-ptid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tribktla\\.files\\.wordpress\\.com/.*-639x125-sponsorship\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tribwgnam\\.files\\.wordpress\\.com..*reskin2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\.com/WidgetEmbed-.*&partnerId=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rbth.co.uk", + "www.rbth.co.uk", + "rbth.com", + "www.rbth.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tritondigital\\.com/lt\\?sid.*&hasads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tritondigital\\.com/ltflash\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trivago\\.co\\.uk/uk/srv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tshirthell\\.com/img/affiliate_section/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ttt\\.co\\.uk/TMConverter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbobit\\.net/ref/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbobit\\.net/refers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbotrafficsystem\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twinplan\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twivert\\.com/external/banner234x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u-loader\\.com/image/hotspot_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubuntudeal\\.co\\.za", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukcast\\.tv/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukrd\\.com/image/.*-160x133\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukrd\\.com/image/.*-160x160\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukrd\\.com/images/icons/amazon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukrd\\.com/images/icons/itunes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatewebtraffic\\.info/images/fbautocash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniblue\\.com..*/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://united-domains\\.de/parking/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://united-domains\\.de..*/parking/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unsereuni\\.at/resources/img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upickem\\.net..*/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upload2\\.com/upload2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.net/img/public/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.to/img/public/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.to/js/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadstation\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urtig\\.net/scripts/js3caf\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenet\\.pw", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenetbucket\\.com..*-banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usersfiles\\.com/images/72890UF\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usfine\\.com/images/sty_img/usfine\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ussearch\\.com/preview/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valuechecker\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vcnewsdaily\\.com/images/vcnews_right_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vdownloader\\.com/pages/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vendor1\\.fitschigogerl\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://veospot\\.com..*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viagogo\\.co\\.uk/feeds/widget\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videoweed\\.es/js/aff\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videozr\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidible\\.tv/placement/vast/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidible\\.tv/prod/tags/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidyoda\\.com/fambaa/chnls/ADSgmts\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viglink\\.com/api/batch", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viglink\\.com/api/insert", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viglink\\.com/api/optimize", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viglink\\.com/api/products", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virool\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtuagirl\\.com/ref\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtuaguyhd\\.com/ref\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visit\\.homepagle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visitorboost\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vitabase\\.com/images/relationships/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vittgam\\.net/images/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voodoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vpn4all\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vpntunnel\\.se/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vpnxs\\.nl/images/vpnxs_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vrvm\\.com/t\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vuvuplaza\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vxite\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vze\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uploadlw.com", + "www.uploadlw.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wagital\\.com/Wagital-Ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://walmartimages\\.com..*/HealthPartner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warezhaven\\.org/warezhavenbann\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warrantydirect\\.co\\.uk/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/wapolabs/dw/readomniturecookie\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watch-free-movie-online\\.net/adds-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watch-naruto\\.tv/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchme\\.com/track/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watersoul\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wealthyrush\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weatherthreat\\.com..*/app_add\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://web-jp\\.ad-v\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://web2feel\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webdev\\.co\\.zw/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmasterrock\\.com/cpxt_pab", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://website\\.ws..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whistleout\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgeo\\.net/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.cheki\\.com\\.ng", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.crowdignite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.imshopping\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.jobberman\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.kelkoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.raaze\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.scoutpa\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.searchschoolsnetwork\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.shopstyle\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.shopstyle\\.com/widget\\?pid=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.solarquotes\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetcf\\.adviceiq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.adviceiq\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.fie\\.futurecdn\\.net", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.itunes\\.apple\\.com..*&affiliate_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.mobilelocalnews\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.mozo\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.privateproperty\\.com\\.ng", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.progrids\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.realestate\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.solaramerica\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wildamaginations\\.com/mdm/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winpalace\\.com/\\?affid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winsms\\.co\\.za/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wishlistproducts\\.com/affiliatetools/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wm\\.co\\.za/24com\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wm\\.co\\.za/wmjs\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wonderlabs\\.com/affiliate_pro/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldcdn\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldnow\\.com/images/incoming/RTJ/rtj201303fall\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldofjudaica\\.com/products/dynamic_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldofjudaica\\.com/static/show/external/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com..*/linkwidgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "coedmagazine.com", + "www.coedmagazine.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrapper\\.ign\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ws\\.amazon\\..*/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wsockd\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wtpn\\.twenga\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wtpn\\.twenga\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wtprn\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rprradio.com", + "www.rprradio.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wtprn\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wupload\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wupload\\.com/referral/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x3cms\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xcams\\.com/livecams/pub_collante/script\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xgaming\\.com/rotate.*\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xigen\\.co\\.uk..*/Affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xingcloud\\.com..*/uid_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xml\\.exactseek\\.com/cgi-bin/js-feed\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xproxyhost\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yachting\\.org..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.net..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yb\\.torchbrowser\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yeas\\.yahoo\\.co\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yieldmanager\\.edgesuite\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/gs/apex/mediastore/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/dianominewwidget2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/quickplay_maxwellhouse\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/sponsored\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ynet\\.co\\.il..*/ynetbanneradmin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yontoo\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yooclick\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://you-cubez\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zapads\\.zapak\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zazzle\\.com/utl/getpanel", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zazzle\\.com..*\\?rf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zergnet\\.com/zerg\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeus\\.qj\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeusfiles\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziffdavisenterprise\\.com/contextclicks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziffprod\\.com/CSE/BestPrice\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zip2save\\.com/widget\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zmh\\.zope\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoomin\\.tv/video/.*\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "twitch.tv", + "www.twitch.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iadc\\.qwapi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chronophotographie\\.science", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4utro\\.ru", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5\\.39\\.67\\.191/promo\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://6angebot\\.ch/\\?ref=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adfoc\\.us/serve/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admngronline\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrotator\\.se", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adserving\\.unibet\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.galapartners\\.co\\.uk", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affportal-lb\\.bevomedia\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazing-offers\\.co\\.il", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com/redirects/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babylon\\.com/welcome/index\\.html\\?affID=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.galabingo\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bet365\\.com..*affiliate=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binaryoptions24h\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bovada\\.lv", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casino\\.com..*\\?.*=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casinoadviser\\.net", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.optmd\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chatlivejasmin\\.net", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chatulfetelor\\.net/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaturbate\\.com/affiliates/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.aliexpress\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.scour\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickansave\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctcautobody\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d1110e4\\.se", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dateoffer\\.net/\\?s=.*&subid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eroticmix\\.blogspot\\.", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erotikdeal\\.com/\\?ref=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erotikdeal\\.com/advertising\\.html", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurogrand\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://europacasino\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evanetwork\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://facebookcoverx\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastclick\\.net", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstload\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstload\\.de", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashplayer-updates\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshlight\\.com/\\?link=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-rewards\\.com-s\\.tv", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fsoft4down\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fulltiltpoker\\.com/\\?key=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fulltiltpoker\\.com/affiliates/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fwmrm\\.net/ad/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://generic4all\\.com..*\\.dhtml\\?refid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getsecuredfiles\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdvid-codec\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdvidcodecs\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hetu\\.in", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homemadecelebrityporn\\.com/track/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperlinksecure\\.com/back\\?token=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hyperlinksecure\\.com/go/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i2casting\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itunes\\.apple\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "fillinn.com", + "www.fillinn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liutilities\\.com..*/affiliate/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lovefilm\\.com/partners/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lovepoker\\.de..*/\\?pid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.ilivid\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.imesh\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.titanpoker\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lsbet\\.com/bonus/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lumosity\\.com/landing_pages/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lyricsbogie\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://makemoneyonline\\.2yu\\.in", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxedtube\\.com/video_play\\?.*&utm_campaign=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcars\\.org/landing/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.mybet\\.com/redirect\\.aspx\\?pid=.*&bid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megacloud\\.com/signup\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meme\\.smhlmao\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mypromocenter\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://noowmedia\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opendownloadmanager\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://otvetus\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paid\\.outbrain\\.com/network/redir\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pc\\.thevideo\\.me", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://planet49\\.com/cgi-bin/wingame\\.pl\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://platinumdown\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokerstars\\.eu..*/\\?source=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://priceinfo\\.comuv\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.galabingo\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.xcasino\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pub\\.ezanga\\.com/rv2\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcorp\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://record\\.sportsbetaffiliates\\.com\\.au", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://red-tube\\.com/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rocketgames\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roomkey\\.com/referrals\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secure\\.komli\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serve\\.prestigecasino\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serve\\.williamhillcasino\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://settlecruise\\.org", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharecash\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softingo\\.com/clp/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stake7\\.com..*\\?a_aid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stargames\\.com/bridge\\.asp\\?idr=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stargames\\.com/web/.*&cid=.*&pid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sunmaker\\.com..*.a_aid", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebestbookies\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theseforums\\.com..*/\\?ref=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thetraderinpajamas\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tipico\\.com..*\\?affiliateid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torntv-tvv\\.org", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://track\\.mypcbackup\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://track\\.xtrasize\\.nl", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\..*/HotelLander\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://truckingunlimited\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "sharpfile.com", + "www.sharpfile.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ul\\.to/ref/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upbcd\\.info/vuze/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.net/ref/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.net/random.*\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urmediazone\\.com/play\\?ref=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenet\\.nl", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidds\\.net/\\?s=promo", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtuagirl\\.com/landing/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wealth-at-home-millions\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weeklyprizewinner\\.com-net\\.info", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://with-binaryoption\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://withbinaryoptions\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wptpoker\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.php\\?pub=.*&trw_adblocker=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/exports/livemodel/\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://193\\.34\\.134\\.18..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://193\\.34\\.134\\.74..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://204\\.140\\.25\\.247/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.130\\.10/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.130\\.8/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.130\\.9/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.76/js/showbanner4\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.76..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.76..*/js/msn-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.76..*/js/msn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4tube\\.com/iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://79\\.120\\.183\\.166..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://88\\.208\\.23\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "xhamster.com", + "www.xhamster.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://88\\.85\\.77\\.94/rotation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://91\\.83\\.237\\.41..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.sucksex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.duga\\.jp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.favod\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.iloveinterracial\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.traffmonster\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adb\\.fling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.contentabc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.videosz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsrv\\.bangbros\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtools\\.gossipkings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtools2\\.amakings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultdvd\\.com/plugins/.*/store\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfax\\.com/service/vsab\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/go/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/javascript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/piclist\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultporntubemovies\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aebn\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aebn\\.net/feed/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff-jp\\.dxlive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff-jp\\.exshot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.burn-out\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.dtiserv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.godaddy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.cupidplc\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.easydate\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.franchisegator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.thrixxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allanalpass\\.com/visitScript/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alt\\.com/go/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amarotic\\.com/Banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amarotic\\.com/rotation/layer/chatpage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amarotic\\.com..*\\?wmid=.*&kamid=.*&wsid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateur\\.amarotic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateurseite\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ambya\\.com/potdc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ard\\.sweetdiscreet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asianbutterflies\\.com/potd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asktiava\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assinclusive\\.com/cyonix\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://assinclusive\\.com/linkstxt2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atlasfiles\\.com..*/sp3_ep\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avatraffic\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.turbo\\.az", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babes\\.picrush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.69stream\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.gasuki\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.resulthost\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.themediaplanets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners.*\\.spacash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.adultfriendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.alt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.amigos\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.blacksexmatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.fastcupid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.fuckbookhookups\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.nostringsattached\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.outpersonals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.passion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.passiondollars\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.payserve\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.penthouse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.rude\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.rushcommerce\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.videosecrets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.webcams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bannershotlink\\.perfectgonzo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bans\\.bride\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bbp\\.brazzers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigmovies\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blaaaa12\\.googlecode\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackbrazilianshemales\\.com/bbs/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogspot\\.com..*/ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bongacash\\.com/promo\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bongacash\\.com/tools/promo\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://br\\.blackfling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://br\\.fling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://br\\.realitykings\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brasileirinhas\\.com\\.br/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brazzers\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bullz-eye\\.com/pictureofday/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cache\\.worldfriends\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camelmedia\\.net/thumbs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cams\\.com/go/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cams\\.com/p/cams/cpcs/streaminfo\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cams\\.enjoy\\.be", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cams\\.spacash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camsrule\\.com/exports/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cartoontube\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash\\.femjoy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.epom\\.com..*/940_250\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdncache2-a\\.akamaihd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnjke\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaturbate\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaturbate\\.com/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.absoluteagency\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.kink\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clickz\\.lonelycheatingwives\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clipjunkie\\.com/sftopbanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://closepics\\.com/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmix\\.org/teasers/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cockfortwo\\.com/track/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.liveuniverse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://contentcache-a\\.akamaihd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cp\\.intl\\.match\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpm\\.amateurcommunity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creamgoodies\\.com/potd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crocogirls\\.com/croco-new\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cs\\.celebbusters\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cs\\.exposedontape\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyvideo\\.securejoin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://daredorm\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datefree\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddfcash\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddfcash\\.com/promo/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddstatic\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desk\\.cmix\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devilgirls\\.co/images/devil\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devilgirls\\.co/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dom2xxx\\.com/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadsmais\\.com/imagens/download-direto\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dump1\\.no-ip\\.biz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvdbox\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eliterotica\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://erotikdeal\\.com/\\?ref=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://escortforum\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurolive\\.com/\\?module=public_eurolive_onlinehostess&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurolive\\.com/index\\.php\\?module=public_eurolive_onlinetool&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evilangel\\.com/static/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exposedemos\\.com/track/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exposedteencelebs\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extremeladyboys\\.com/elb/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://f5porn\\.com/porn\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fansign\\.streamray\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcdn\\.me/js/snpp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcdn\\.me/mlr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fbooksluts\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fckya\\.com/lj\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feeds\\.videosz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://femjoy\\.com/bnrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ff\\.nsg\\.org\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firestormmedia\\.tv..*\\?affid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshlight\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshlight\\.com/images/peel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebbw\\.com/webcams\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeonescams\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeporn\\.hu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freexxxvideoclip\\.aebn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freshnews\\.su/get_tizers\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckhub\\.net..*\\?pid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gagthebitch\\.com/track/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galeriaseroticas\\.xpg\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galleries\\.videosz\\.com", + "resource-type": [ + "media" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gallery\\.deskbabes\\.com..*\\.php\\?dir=.*&ids=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gammasites\\.com/pornication/pc_browsable\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gateway-banner\\.eravage\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geo\\.camazon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geo\\.cliphunter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.adultfriendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.alt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.blacksexmatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.fuckbookhookups\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.sexfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geobanner\\.socialflirt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfrevenge\\.com/vbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girls-home-alone\\.com/dating/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go2cdn\\.org/brand/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://graphics\\.pop6\\.com/javascript/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "adultfriendfinder.co.uk", + "www.adultfriendfinder.co.uk", + "adultfriendfinder.com", + "www.adultfriendfinder.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://graphics\\.streamray\\.com..*/cams_live\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardbritlads\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardcoresexnow\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdpornphotos\\.com/images/728x180_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdpornphotos\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaijunkie\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaikey\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highrollercams\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hodun\\.ru/files/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homoactive\\.tv/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornybirds\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornypharaoh\\.com/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostave3\\.net/hvw/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hosted\\.x-art\\.com/potd", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hosting24\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotcaracum\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkinkyjo\\.xxx/resseler/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotmovies\\.com/custom_videos\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsocialz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iframe\\.adultfriendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iframes\\.hustler\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ifriends\\.net", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ihookup\\.com/configcreatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://image\\.cecash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://image\\.nsk-sys\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.elenasmodels\\.com/Upload/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageteam\\.org/upload/big/2014/06/22/53a7181b378cb\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interracialbangblog\\.info/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interracialbangblog\\.info..*-ban\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ivitrine\\.buscape\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://js\\.picsomania\\.info", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://just-nude\\.com/images/ban_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justcutegirls\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kau\\.li/yad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kenny-glenn\\.net..*/longbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuntfutube\\.com/bgbb\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lacyx\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ladyboygoo\\.com/lbg/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://latinteencash\\.com/potd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://layers\\.spacash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lb-69\\.com/pics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://links\\.freeones\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livejasmin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "unless-domain": [ + "awempire.com", + "www.awempire.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livesexasian\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://llnwd\\.net..*/takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://longmint\\.com/lm/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loveme\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://magazine-empire\\.com/images/pornstarad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manager\\.koocash\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manhunt\\.net/\\?dm=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://map\\.pop6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://match\\.com/landing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.eurolive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.match\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.mykocam\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.mykodial\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.pussycash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megacash\\.warpnet\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metartmoney\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metartmoney\\.met-art\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mofomedia\\.nl/pop-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movies\\.spacash\\.com..*&th=180x135", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrskin\\.com/affiliateframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrskincdn\\.com..*/flash/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrvids\\.com/network/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ms\\.wsex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-dirty-hobby\\.com/\\?sub=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mycams\\.com/freechat\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myexposedgirlfriendz\\.com/pop/popuppp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myexposedgirlfriendz\\.com/pop/popuprk\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreakygf\\.com/www/click/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mykocam\\.com/js/feeds\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysexjourney\\.com/revenue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naked\\.com/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nakedshygirls\\.com/bannerimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://natuko-miracle\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naughtycdn\\.com/public/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netvideogirls\\.com/adultfyi\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nubiles\\.net/webmasters/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nude\\.hu/html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudemix\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuvidp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://odnidoma\\.com/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openadultdirectory\\.com/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orgasmtube\\.com/js/superP/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://otcash\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://outils\\.f5biz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.loveplanet\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.heart2heartnetwork\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.pornerbros\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.yobt\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.yobt\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paydir\\.com/images/bnr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcash\\.globalmailer5\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkvisualgames\\.com/\\?revid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plugin-x\\.com/rotaban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pod\\.manplay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pod\\.xpress\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop6\\.adultfriendfinder\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop6\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop6\\.com/javascript/im_box-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn2blog\\.com/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porndeals\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhubpremium\\.com/relatedpremium/", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoh\\.info", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornravage\\.com/notification/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornstarnetwork\\.com..*_660x70\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornturbo\\.com/.*\\.php\\?g=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornturbo\\.com..*\\.php\\?.*&cmp=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://potd\\.onlytease\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prettyincash\\.com/premade/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prime\\.ms", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "primejailbait.com", + "www.primejailbait.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://privatamateure\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://private\\.camz\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://private\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://profile\\.bharatmatrimony\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.blackcrush\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.cams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.pegcweb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo1\\.webcams\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promos\\.gpniches\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promos\\.meetlocals\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promos\\.wealthymen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptcdn\\.mbicash\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://punterlink\\.co\\.uk/images/storage/siteban", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pussycash\\.com/content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rabbitporno\\.com/friends/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rabbitporno\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawtubelive\\.com/exports/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realitykings\\.com/vbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://red-tube\\.com/dynbanner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://resimler\\.randevum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rexcams\\.com/misc/iframes_new/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rotci\\.com/images/rotcibanner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rough-sex-in-russia\\.com..*/webmaster/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rss\\.dtiserv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ruleclaim\\.web\\.fc2\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ruscams\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://russkoexxx\\.com/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s1magnettvcom\\.maynemyltf\\.netdna-cdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sabin\\.free\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saboom\\.com\\.pccdn\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sadtube\\.com/chat/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sakuralive\\.com/dynamicbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scoreland\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screencapturewidget\\.aebn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://server140\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextronix\\..*\\.cdnaccess\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextronix\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextronix\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextubepromo\\.com/ubr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexy\\.fling\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexycams\\.com/exports/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://share-image\\.com/borky/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shared\\.juicybucks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shemale\\.asia/sma/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shemalenova\\.com/smn/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shinypics\\.com/blogbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://simonscans\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skeettools\\.com/custom/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sleepgalleries\\.com/recips/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slickcash\\.com/flash/subtitles_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartmovies\\.net/promo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smyw\\.org/smyw_anima_1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snrcash\\.com/profilerotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spacash\\.com//v2bannerview\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spacash\\.com/popup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spacash\\.com/tools/peel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsor4cash\\.de/script/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://steadybucks\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamen\\.com/exports/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamray\\.com/images/cams/flash/cams_live\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surv\\.xbizmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweet\\.game-rust\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swurve\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://target\\.vivid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teendaporn\\.com/rk\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thrixxx\\.com/affiliates/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thrixxx\\.com/scripts/show_banner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thumbs\\.sunporno\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thumbs\\.vstreamcdn\\.com..*/slider\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tlavideo\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tools\\.gfcash\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tour\\.cum-covered-gfs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tours\\.imlive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://track\\.xtrasize\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trader\\.erosdlz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ts\\.videosz\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubefck\\.com..*/adawe\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tumblr\\.com..*/tumblr_mht2lq0XUC1rmg71eo1_500\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "stocporn.com", + "www.stocporn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbolovervidz\\.com/fling/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twiant\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twilightsex\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://updatetube\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://updatetube\\.com/updatetube_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upsellit\\.com/custom/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uramov\\.info/wav/wavideo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uselessjunk\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yoloselfie.com", + "www.yoloselfie.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vectorpastel\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidz\\.com/promo_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vigrax\\.pl/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viorotica\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtualhottie2\\.com/cash/tools/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visit-x\\.net/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vodconcepts\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vserv\\.bc\\.cdn\\.bitgravity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vzzk\\.com/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wafflegirl\\.com/galleries/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchmygf\\.com/preview/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webcams\\.com/js/im_popup\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webcams\\.com/misc/iframes_new/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmaster\\.erotik\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wendi\\.com/ipt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetandpuffy\\.com/galleries/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.comcontent\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetssec\\.cam-content\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winkit\\.info/wink2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xcabin\\.net/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xlgirls\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xnxx\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtrasize\\.pl/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxtu\\.be", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxoh\\.com/number/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youfck\\.com..*/adawe\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yplf\\.com/ram/files/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ztod\\.com/flash/wall.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ztod\\.com/iframe/third/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zubehost\\.com/.*\\?zoneid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1800freecams\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://21sextury\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://777livecams\\.com/\\?id=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/banners/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfriendfinder\\.com/go/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amarotic\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amarotic\\.com..*\\?wmid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babereporters\\.info", + "resource-type": [ + "popup" + ], + "if-domain": [ + "viewcube.org", + "www.viewcube.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://benaughty\\.com/aff\\.php\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cam4\\.com/\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://camcity\\.com/rtr\\.php\\?aid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://candidvoyeurism\\.com/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaturbate\\.com/.*/\\?join_overlay=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaturbate\\.com/sitestats/openwindow/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpm\\.amateurcommunity\\..*\\?cp=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devilsfilm\\.com/track/go\\.php\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epornerlive\\.com/index\\.php\\?.*=punder", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exposedwebcams\\.com/\\?token=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ext\\.affaire\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extremefuse\\.com/out\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantasti\\.cc/ajax/gw\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshlight-international\\.eu..*\\?link=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fling\\.com/enter\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flirt4free\\.com/_special/pops/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckbookhookups\\.com/go/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckbooknet\\.net/dating/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckshow\\.org..*&adr=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fucktapes\\.org/fucktube\\.htm", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get-a-fuck-tonight\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hazeher\\.com/t1/pps", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hqtubevideos\\.com/play\\.html", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icgirls\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imlive\\.com/wmaster\\.ashx\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jasmin\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://join\\.filthydatez\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://join\\.teamskeet\\.com/track/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://join\\.whitegfs\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://judgeporn\\.com/video_pop\\.php\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkfame\\.com..*/go\\.php\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livecams\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livejasmin\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.campartner\\.com/index\\.php\\?cpID=.*&cpMID=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.campartner\\.com..*\\?cp=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meetlocals\\.com..*popunder", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mjtlive\\.com/exports/golive/\\?lp=.*&afno=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mydirtyhobby\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreecams\\.com/\\?co_id=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://online\\.mydirtyhobby\\.com..*\\?naff=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pomnach\\.ru", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com..*&utm_campaign=.*-pop$", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornme\\.com..*\\.php\\?ref=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porno-onlain\\.info/top\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoh\\.info", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/cbp\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postselfies\\.com..*\\?nats=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/bid/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rudefinder\\.com/\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seekbang\\.com/cs/rotator/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seeme\\.com..*\\?aid=.*&art=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex\\.com/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexier\\.com/services/adsredirect\\.ashx\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexier\\.com..*_popunder&", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexsearchcom\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialflirt\\.com/go/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamate\\.com/landing/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textad\\.sexsearch\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topbucks\\.com/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tour\\.mrskin\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twistys\\.com/track/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upforit\\.com/ext\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobox\\.com/\\?tid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobox\\.com/tour/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videosz\\.com/search\\.php", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videosz\\.com..*&tracker_id=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://visit-x\\.net/cams/.*\\.html\\?.*&s=.*&ws=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wantlive\\.com/landing/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webcams\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xdating\\.com/search/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xrounds\\.com/\\?lmid=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvideoslive\\.com/\\?AFNO", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvideoslive\\.com/landing/", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yuvutu\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/b\\?z=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "couchtuner.eu", + "www.couchtuner.eu", + "zzstream.li", + "www.zzstream.li" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/jquery/.*\\.js\\?_t=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info/.*\\.js\\?guid=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "allmyvideos.net", + "www.allmyvideos.net", + "mediafire.com", + "www.mediafire.com", + "mooshare.biz", + "www.mooshare.biz", + "muchshare.net", + "www.muchshare.net", + "royalvids.eu", + "www.royalvids.eu", + "tvmuse.com", + "www.tvmuse.com", + "tvmuse.eu", + "www.tvmuse.eu", + "vidspot.net", + "www.vidspot.net", + "vidtomp3.com", + "www.vidtomp3.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/.*;sz=.*;ord=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "webhostingtalk.com", + "www.webhostingtalk.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/3market\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adf.ly", + "www.adf.ly", + "j.gs", + "www.j.gs", + "q.gs", + "www.q.gs", + "u.bb", + "www.u.bb" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/\\?placement=", + "resource-type": [ + "script" + ], + "if-domain": [ + "sockshare.com", + "www.sockshare.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/af\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/assets/_takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "deadspin.com", + "www.deadspin.com", + "gawker.com", + "www.gawker.com", + "gizmodo.com", + "www.gizmodo.com", + "io9.com", + "www.io9.com", + "jalopnik.com", + "www.jalopnik.com", + "jezebel.com", + "www.jezebel.com", + "kotaku.com", + "www.kotaku.com", + "lifehacker.com", + "www.lifehacker.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/btcclicksskyscraper\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "best-bitcoin-faucet.eu", + "www.best-bitcoin-faucet.eu", + "best-free-faucet.eu", + "www.best-free-faucet.eu", + "bitcoin-best-faucet.eu", + "www.bitcoin-best-faucet.eu", + "bitcoin-cloud.eu", + "www.bitcoin-cloud.eu", + "bitcoin-faucet.eu", + "www.bitcoin-faucet.eu", + "bitcoin-free-faucet.eu", + "www.bitcoin-free-faucet.eu", + "free-bitcoin-faucet.eu", + "www.free-bitcoin-faucet.eu", + "get-bitcoins-free.eu", + "www.get-bitcoins-free.eu", + "get-free-bitcoin.eu", + "www.get-free-bitcoin.eu", + "win-free-bitcoins.eu", + "www.win-free-bitcoins.eu" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/clickpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "miliblog.co.uk", + "www.miliblog.co.uk" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/com\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kinox.to", + "www.kinox.to" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/get/path/\\.banners\\.", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/market\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adf.ly", + "www.adf.ly", + "u.bb", + "www.u.bb" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/nexp/dok2v=.*/cloudflare/rocket\\.js", + "resource-type": [ + "script" + ], + "if-domain": [ + "ubuntugeek.com", + "www.ubuntugeek.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/poptest\\.js", + "resource-type": [ + "script" + ], + "if-domain": [ + "pirateproxy.sx", + "www.pirateproxy.sx", + "thepiratebay.am", + "www.thepiratebay.am", + "thepiratebay.gd", + "www.thepiratebay.gd", + "thepiratebay.la", + "www.thepiratebay.la", + "thepiratebay.mn", + "www.thepiratebay.mn", + "thepiratebay.vg", + "www.thepiratebay.vg" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/static/js/pop.*\\.js", + "resource-type": [ + "script" + ], + "if-domain": [ + "pirateproxy.sx", + "www.pirateproxy.sx", + "thepiratebay.am", + "www.thepiratebay.am", + "thepiratebay.gd", + "www.thepiratebay.gd", + "thepiratebay.la", + "www.thepiratebay.la", + "thepiratebay.mn", + "www.thepiratebay.mn", + "thepiratebay.vg", + "www.thepiratebay.vg" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/wbounce/", + "resource-type": [ + "script" + ], + "if-domain": [ + "viralcraze.net", + "www.viralcraze.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?random=", + "resource-type": [ + "script" + ], + "if-domain": [ + "allmyvideos.net", + "www.allmyvideos.net", + "mediafire.com", + "www.mediafire.com", + "mooshare.biz", + "www.mooshare.biz", + "muchshare.net", + "www.muchshare.net", + "tvmuse.com", + "www.tvmuse.com", + "tvmuse.eu", + "www.tvmuse.eu", + "vidspot.net", + "www.vidspot.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.guid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "allmyvideos.net", + "www.allmyvideos.net", + "mediafire.com", + "www.mediafire.com", + "mooshare.biz", + "www.mooshare.biz", + "muchshare.net", + "www.muchshare.net", + "tvmuse.com", + "www.tvmuse.com", + "tvmuse.eu", + "www.tvmuse.eu", + "vidspot.net", + "www.vidspot.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http:", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "2ad.in", + "www.2ad.in", + "ad2links.com", + "www.ad2links.com", + "adf.ly", + "www.adf.ly", + "adfoc.us", + "www.adfoc.us", + "adv.li", + "www.adv.li", + "adyou.me", + "www.adyou.me", + "allmyvideos.net", + "www.allmyvideos.net", + "ay.gy", + "www.ay.gy", + "fuestfka.com", + "www.fuestfka.com", + "imgmega.com", + "www.imgmega.com", + "j.gs", + "www.j.gs", + "linkbucksmedia.com", + "www.linkbucksmedia.com", + "mortastica.com", + "www.mortastica.com", + "prodsetter-in.com", + "www.prodsetter-in.com", + "q.gs", + "www.q.gs", + "shr77.com", + "www.shr77.com", + "sonomerit.com", + "www.sonomerit.com", + "ssovgoxbvppy.net", + "www.ssovgoxbvppy.net", + "thevideo.me", + "www.thevideo.me", + "u.bb", + "www.u.bb", + "vidspot.net", + "www.vidspot.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.com..*\\|", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "sporcle.com", + "www.sporcle.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://creative\\..*/smart\\.js", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://j\\.gs/omnigy.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://p\\.pw", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https:", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "2ad.in", + "www.2ad.in", + "adf.ly", + "www.adf.ly", + "adfoc.us", + "www.adfoc.us", + "adjet.biz", + "www.adjet.biz", + "adv.li", + "www.adv.li", + "ay.gy", + "www.ay.gy", + "j.gs", + "www.j.gs", + "linkbucksmedia.com", + "www.linkbucksmedia.com", + "q.gs", + "www.q.gs", + "tvbximak.com", + "www.tvbximak.com", + "u.bb", + "www.u.bb" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://0-60mag\\.com/js/takeover-2\\.0/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://04stream\\.com/NEWAD11\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://04stream\\.com/podddpo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://10-fast-fingers\\.com/quotebattle-ad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://100best-free-web-space\\.com/images/ipage\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1023xlc\\.com/upload/.*_background_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1043thefan\\.com..*_Sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1071radio\\.com//wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1077thebone\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://109\\.236\\.82\\.94", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fileforever.net", + "www.fileforever.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://11points\\.com/images/slack100\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1320wils\\.com/assets/images/promo%20banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1340wcmi\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1430wnav\\.com/images/300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1430wnav\\.com/images/468-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1590wcgo\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://174\\.143\\.241\\.129", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "astalavista.com", + "www.astalavista.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1776coalition\\.com/wp-content/plugins/sam-images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://178\\.209\\.48\\.7", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zerohedge.com", + "www.zerohedge.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://180upload\\.com/p1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://180upload\\.com/pir/729\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://194\\.14\\.0\\.39/pia\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tokyo-tosho.net", + "www.tokyo-tosho.net", + "tokyotosho.info", + "www.tokyotosho.info", + "tokyotosho.se", + "www.tokyotosho.se" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://194\\.14\\.0\\.39/pia_wide\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tokyo-tosho.net", + "www.tokyo-tosho.net", + "tokyotosho.info", + "www.tokyotosho.info", + "tokyotosho.se", + "www.tokyotosho.se" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1up\\.com/scripts/takeover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1up\\.com/vip/vip_games\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://1up\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://209\\.62\\.111\\.179/ad\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pachanyc.com", + "www.pachanyc.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://212\\.7\\.200\\.164", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "wjunction.com", + "www.wjunction.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://216\\.151\\.186\\.5..*/serve\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sendspace.com", + "www.sendspace.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://217\\.79\\.184\\.79", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.com", + "www.filmovizija.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://22lottery\\.com/images/lm468", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24hourwristbands\\.com/.*\\.googleadservices\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2flashgames\\.com/img/nfs\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2mfm\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2oceansvibe\\.com/\\?custom=takeover", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2pass\\.co\\.uk/img/avanquest2013\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://360haven\\.com/forums/.*\\.advertising\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3dsemulator\\.org/img/download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3dwallpaperstudio\\.com/hd_wallpapers\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3g\\.co\\.uk/fad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3pmpickup\\.com\\.au/images/kmart_v2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4chan\\.org/support/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4downfiles\\.com/open1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4fastfile\\.com/afiliat\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4fuckr\\.com/g/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4fuckr\\.com/static/.*-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4shared\\.com/images/label1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4sysops\\.com..*\\.php\\?unit=main", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5\\.199\\.170\\.67", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ncrypt.in", + "www.ncrypt.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://50statesclassifieds\\.com/image\\.php\\?size_id=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://560theanswer\\.com/upload/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5min\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5star-shareware\\.com/scripts/5starads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://610kvnu\\.com.*./sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://64\\.245\\.1\\.134/search/v2/jsp/pcwframe\\.jsp\\?provider=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://6waves\\.com/aff\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://74\\.86\\.208\\.249", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fijivillage.com", + "www.fijivillage.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://810varsity\\.com..*/background-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://84\\.234\\.22\\.104/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://85\\.17\\.254\\.150..*\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "wiretarget.com", + "www.wiretarget.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://88\\.80\\.16\\.183/streams/counters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://8a\\.nu/site2/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://8a\\.nu/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://8ch\\.net/proxy\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://911tabs\\.com/img/bgd_911tabs_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://911tabs\\.com/img/takeover_app_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://911tabs\\.com..*/ringtones_overlay\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://977music\\.com/index\\.php\\?p=get_loading_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://977rocks\\.com/images/300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://980wcap\\.com/sponsorlogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://9news\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.cdngeek\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.giantrealm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.i-sgcm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.kat\\.cr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.kickasstorrent\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.kickassunblock\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.lolwot\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a7\\.org/info/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aaugh\\.com/images/dreamhostad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abc\\.com/abcvideo/.*/mp4/.*_Promo_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abc.go.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abduzeedo\\.com..*/mt-banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abook\\.ws/banner6\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abook\\.ws/pyload\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abook\\.ws/th_mydl\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://about\\.com/0g/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aboutmyarea\\.co\\.uk/images/imgstore/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aboutmyip\\.com/images/Ad0", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aboutmyip\\.com/images/SynaManBanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abovetopsecret\\.com/160_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abovetopsecret\\.com/300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abovetopsecret\\.com/728_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abovetopsecret\\.com/images/plexidigest-300x300\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutcheats\\.com/images/changemy.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutewrite\\.com..*/48HrBooks4\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutewrite\\.com..*/doyle_editorial\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutewrite\\.com..*/Scrivener-11-thumbnail-cover_160x136\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutewrite\\.com..*_468x60banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absolutewrite\\.com..*_ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ac2\\.msn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://access\\.njherald\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://accesshollywood\\.com/aife\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acidcow\\.com/banners\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://acs86\\.com/a\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://activewin\\.com/images/.*_ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://activewin\\.com..*/blaze_static2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://actressarchives\\.com/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.cooks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.digitimes\\.com\\.tw", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.directmirror\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.download\\.cnet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.evozi\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.fnnews\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.jamster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.lyricswire\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.mangareader\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.newegg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.pandora\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.reachlocal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.search\\.ch", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.services\\.distractify\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adamvstheman\\.com/wp-content/uploads/.*/AVTM_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adcitrus\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://addirector\\.vindicosuite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adds\\.weatherology\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adelaidecityfc\\.com\\.au/oak\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/external/.*/int\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/networks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adifferentleague\\.co\\.uk..*/mcad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adirondackmtnclub\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adlink\\.shopsafe\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://admeta\\.vo\\.llnwd\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpaths\\.com/_aspx/cpcinclude\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpost\\.com/bannerserver\\.g\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpost\\.com/rectserver\\.g\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpost\\.com/skyserver\\.g\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adpost\\.com..*\\.g\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads-.*\\.hulu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads-rolandgarros\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.pof\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.zynga\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsatt\\.abcnews\\.starwave\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsatt\\.espn\\.starwave\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adshare\\.freedocast\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adsor\\.openrunner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adss\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adstil\\.indiatimes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adtest\\.theonion\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.li/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advanced-television\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.twitpic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adverts\\.itv\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advfn\\.com/tf_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://advpc\\.net/site_img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adx\\.kat\\.ph", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adz\\.lk..*_ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aetv\\.com/includes/dart/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aff\\.lmgtfy\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliatesynergy\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afloat\\.ie..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afmradio\\.co\\.za/images/slider/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://africanbusinessmagazine\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://africaonline\\.com\\.na..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://afternoondc\\.in/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://agriculturalreviewonline\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ahashare\\.com/cpxt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ahk-usa\\.com/uploads/tx_bannermanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ajnad\\.aljazeera\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net/.*/Prerolls/Campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net/zbar/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "player.theplatform.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akiba-online\\.com/forum/images/bs\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akiba\\.ookami-cdn\\.net/images/subby\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "akiba-online.com", + "www.akiba-online.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akinator\\.com/publicite_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akipress\\.com/_ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akipress\\.org/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://akipress\\.org/bimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alachuacountytoday\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alarabiya\\.net/dms/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alaska-native-news\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alatest\\.co\\.uk/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alatest\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://all4divx\\.com/js/jscode2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allghananews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allhiphop\\.com/site_resources/ui-images/.*-conduit-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allkpop\\.com..*/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmovieportal\\.com/dynbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmyvideos\\.net/js/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmyvideos\\.net/player/ova-jw\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmyvideos\\.net..*/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allthelyrics\\.com..*/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allthingsd\\.com..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allthingsd\\.com..*_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://altdaily\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alternet\\.org/givememygfp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazingmoneymagnet\\.com//upload/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon\\.com/aan/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/cdn\\.megacpm\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/cdn/campaign/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "caclubindia.com", + "www.caclubindia.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/cdn/ipfc/", + "resource-type": [ + "media" + ], + "if-domain": [ + "caclubindia.com", + "www.caclubindia.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/files\\.bannersnack\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/kbnetworkz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hardforum.com", + "www.hardforum.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/videos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "technewstoday.com", + "www.technewstoday.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*-ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ewn.co.za", + "www.ewn.co.za" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*-Banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ewn.co.za", + "www.ewn.co.za" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*/site-takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "songza.com", + "www.songza.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*MPU%20Banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ewn.co.za", + "www.ewn.co.za" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ambriefonline\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amd\\.com/publishingimages/.*/master_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://americanangler\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://americanfreepress\\.net/assets/images/Banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amnesty\\.ca/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amz\\.steamprices\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://analytics\\.mmosite\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anamera\\.com/DesktopModules/BannerDisplay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anchorfree\\.com/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anchorfree\\.net/\\?tm=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anchorfree\\.net..*/\\?tm=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://andr\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://androidcommunity\\.com/external_marketing/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://androidpolice\\.com/wp-content/.*/images/das/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anhits\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anilinkz\\.com/img/leftsponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anilinkz\\.com/img/rightsponsors", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anilinkz\\.tv/kwarta-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animationxpress\\.com/anex/crosspromotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animationxpress\\.com/anex/solutions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anime-source\\.com/banzai/banner\\.", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anime1\\.com/service/joyfun/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anime44\\.com/anime44box\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anime44\\.com/images/videobb2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animea\\.net/do/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animeflavor\\.com/animeflavor-gao-gamebox\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animeflv\\.net/cpm\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animefushigi\\.com/boxes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animehaven\\.org/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animenewsnetwork\\.com/stylesheets/.*skin", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animenewsnetwork\\.com..*\\.aframe\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animeshippuuden\\.com/adcpm\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://animeshippuuden\\.com/square\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aniscartujo\\.com..*/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://annistonstar\\.com/leaderboard_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonib\\.com/zimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonytext\\.tk/img/paste-eb\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonytext\\.tk/img/paste-sponsor\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anonytext\\.tk/re\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://answerology\\.com/index\\.aspx\\?.*=ads\\.ascx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://antag\\.co\\.uk/js/ov\\.js\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anti-leech\\.com/al\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anti-scam\\.org/abanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anvisoft\\.com..*/anviad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aol\\.co\\.uk/images/skybet-logo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/os/movies/css-js/sprite/.*-wallpaper\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "moviefone.com", + "www.moviefone.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apa\\.az..*/rebans/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apanews\\.net/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://apcointl\\.org/images/corporate_partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.toptenreviews\\.com..*/request\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appleinsider\\.com/macmall", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appleinsider\\.com..*/ai_front_page_google_premium\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appleserialnumberinfo\\.com/desktop/sdas/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://applifier\\.com/bar\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appspot\\.com/adop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://appwork\\.org/a_d_s/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aps\\.dz..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ar15\\.com/biz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ar15\\.com/images/highlight/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ar15\\.com..*_60x180\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aravot\\.am/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://archeagedatabase\\.net/images/okaygoods\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arenabg\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arenadb\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armorgames\\.com/assets/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armorgames\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armorgames\\.com..*/site-skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armorgames\\.com..*/siteskin\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armslist\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://armyrecognition\\.com..*/customer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arnnet\\.com\\.au/files/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aroundosceola\\.com/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arsenal-mania\\.com/images/backsplash_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arstechnica\\.net/public/shared/scripts/da-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arstechnica\\.net..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://artima\\.com/zcr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.inbox\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asd\\.projectfreetv\\.so", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asianewsnet\\.net/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ask\\.com/display\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ask\\.com/fifdart\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://askandyaboutclothes\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://askbobrankin\\.com/awpopup.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astalavista\\.com/avtng/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astalavista\\.com..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astronomy\\.com/sitefiles/overlays/overlaygenerator\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://astronomynow\\.com/wp-content/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atdhe\\.ws/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atimes\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://atimes\\.com..*/ahm728x90\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://attitude\\.co\\.uk/images/Music_Ticket_Button_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xn--athe-1ua\\.net/pu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://augusta\\.com/sites/.*/yca_plugin/yahoo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "augusta.com", + "www.augusta.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://auto123\\.com/sasserve\\.spy", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoline-eu\\.co\\.uk/atlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoline-eu\\.co\\.za/atlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoline-eu\\.ie/atlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoline\\.info/atlads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autosport\\.com/skinning/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://autoworld\\.co\\.za..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avaxnews\\.net/yb_", + "resource-type": [ + "document" + ], + "if-domain": [ + "avaxhm.com", + "www.avaxhm.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aveherald\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avforums\\.com/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aviationweek\\.com..*/leader_board\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avitop\\.com/image/amazon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avitop\\.com/image/mig-anim\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avitop\\.com/image/mig\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avn\\.com/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avpa\\.dzone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avsforum\\.com/alliance/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avstop\\.com/avbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://awkwardfamilyphotos\\.com.*/\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azcentral\\.com/incs/dfp-refresh\\.php\\.inc\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azcs\\.co\\.uk..*/backgrounds/rotate\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://azlyrics\\.com..*_az\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.localpages\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.thefile\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://b92\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ba\\.ccm2\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ba\\.kioskea\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babelzilla\\.org/forum/images/powerfox-top\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babelzilla\\.org/images/banners/babelzilla-powerfox\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babycenter\\.com/viewadvertorialpoll\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://backin\\.net/s/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://backpagelead\\.com\\.au/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://badongo\\.com..*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bahamaslocal\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baixartv\\.com/img/bonsdescontos\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bakercountypress\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baku2015\\.com/imgml/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ballerarcade\\.com/ispark/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ballislife\\.com..*/ova-player\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ballz\\.co\\.za/system-files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ballz\\.co\\.za..*/CLIENTS/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.automotiveworld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.itweb\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.beevpn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.beted\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.clubworldgroup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.expressindia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.friday-ad\\.co\\.uk/hpbanneruploads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.i-comers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.itweb\\.co\\.za", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.playocio\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://barnesandnoble\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baseballamerica\\.com/plugs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bashandslash\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://basinsradio\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bassmaster\\.com..*/premier_sponsor_logo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bay\\.com\\.mt/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bay\\.com\\.mt/modules/mod_novarp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bayfiles\\.net/img/download-button-orange\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baymirror\\.com/static/img/bar\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://baymirror\\.com/static/js/4728ba74bc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bazaraki\\.com/bannerImage\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bbc\\.co\\.uk..*/bbccom\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bbc\\.com..*/logoDupontSmall\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bcdb\\.com..*/banners\\.pl\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bdnews24\\.com..*/Ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beap\\.gemini\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beforeitsnews\\.com/static/data/story-stripmall-new\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beforeitsnews\\.com/static/iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beingpc\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://belfasttelegraph\\.co\\.uk/editorial/web/survey/recruit-div-img\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bellanaija\\.com..*/wp-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bellevision\\.com/belle/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://benchmarkreviews\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bernama\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestblackhatforum\\.com/images/my_compas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestlistonline\\.info/link/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bestvpn\\.com/wp-content/uploads/.*/mosttrustedname_260x300_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bets4free\\.co\\.uk/content/5481b452d9ce40\\.09507031\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://better-explorer\\.com/wp-content/uploads/2012/09/credits\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://better-explorer\\.com/wp-content/uploads/2013/07/hf\\.5\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://better-explorer\\.com/wp-content/uploads/2013/10/PoweredByNDepend\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bettingsports\\.com/top_bonuses", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bettingsports\\.com/where_to_bet", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bettyconfidential\\.com/media/fmads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beyondd\\.co\\.nz/ezibuy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "stuff.co.nz", + "www.stuff.co.nz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bibme\\.org/images/grammarly/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigeddieradio\\.com/uploads/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigpoint\\.com/xml/recommender\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigsports\\.tv/live/ado\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bikeforums\\.net/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bikeradar\\.com/media/img/commercial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bing\\.com/fblogout\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "facebook.com", + "www.facebook.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://binsearch\\.info/iframe\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bips\\.channel4\\.com..*/backgrounds/", + "resource-type": [ + "image" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bit-tech\\.net/images/backgrounds/skin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoinist\\.net/wp-content/.*/630x80-bitcoinist\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoinist\\.net/wp-content/uploads/.*_250x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoinreviewer\\.com/wp-content/uploads/.*/banner-luckybit\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitminter\\.com/images/info/spondoolies", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitreactor\\.to/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bitreactor\\.to/static/subpage", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bittorrent\\.am/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizanti\\.youwatch\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizarremag\\.com/images/skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bizhub\\.vn..*/agoda-for-bizhub\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bkmag\\.com/binary/.*/1380x800_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackberryforums\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackchronicle\\.com/images/Banners-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackhatlibrary\\.net/hacktalk\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blacklistednews\\.com/images/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackpressusa\\.com..*/Ford\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackpressusa\\.com..*250by300\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackpressusa\\.com..*300by250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackpressusa\\.com..*300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blasternation\\.com/images/hearthstone\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blbclassic\\.org/assets/images/.*banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bleacherreport\\.net/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bleacherreport\\.net..*_redesign_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkx\\.com/adhocnetwork/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blip\\.fm/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blitzdownloads\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blog\\.co\\.uk/script/blogs/afc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogevaluation\\.com/templates/userfiles/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogorama\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogsdna\\.com/wp-content/themes/blogsdna2011/images/advertisments\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogsmithmedia\\.com..*_skin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogsmithmedia\\.com..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogsmithmedia\\.com..*wallpaper", + "resource-type": [ + "image" + ], + "if-domain": [ + "joystiq.com", + "www.joystiq.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blogspider\\.net/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bloomberg\\.com..*/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bn0\\.com/4v4\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bnrs\\.ilm\\.ee", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bolandrugby\\.com/images/sponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bom\\.gov\\.au/includes/marketing2\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bookingbuddy\\.com/js/bookingbuddy\\.strings\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "smartertravel.com", + "www.smartertravel.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://botswanaguardian\\.co\\.bw/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boulderjewishnews\\.org..*/JFSatHome-3\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boxlotto\\.com/banrotate\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bp\\.blogspot\\.com..*%2bad.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "lindaikeji.blogspot.com", + "www.lindaikeji.blogspot.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bp\\.blogspot\\.com..*/poster.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "lindaikeji.blogspot.com", + "www.lindaikeji.blogspot.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bp\\.blogspot\\.com..*banner.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "lindaikeji.blogspot.com", + "www.lindaikeji.blogspot.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brandchannel\\.com/images/educationconference/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://break\\.com..*/marketguide-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brecorder\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://breitlingsource\\.com/images/govberg.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://breitlingsource\\.com/images/pflogo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brenz\\.net/img/bannerrss\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brightcove\\.com/js/BrightcoveExperiences\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "java-forums.org", + "www.java-forums.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://britishcolumbia\\.com/sys/ban\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadbandchoices\\.co\\.uk/aff\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadbandforum\\.co/stock/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadbandgenie\\.co\\.uk/images/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadbandgenie\\.co\\.uk/img/talktalk/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadcastify\\.com/sm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadcastingworld\\.net/.*-promo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://broadcastingworld\\.net/marquee-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brobible\\.com/files/uploads/images/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gg/center_gg\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gg/g\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gg/kontera_com\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gg/soft_down\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gg/top\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/softsale/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com..*/float\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com..*/homepage_ppd\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com..*/softsale/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brownfieldonline\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://browsershots\\.org/static/images/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brudirect\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bsmphilly\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bsvc\\.ebuddy\\.com/bannerservice/tabsaww", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bt-chat\\.com/images/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bt\\.am/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btdigg\\.org/images/btguard", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btkitty\\.com/static/images/880X60\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btkitty\\.org/static/images/880X60\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://btmon\\.com/da/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bundesliga\\.com..*/_partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://busiweek\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buy-n-shoot\\.com/images/banners/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buy\\.com/.*/textlinks\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buyselltrade\\.ca/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buzzintown\\.com/show_bnr\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://buzznet\\.com/topscript\\.js\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bvibeacon\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bwp\\.theinsider\\.com\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bypassoxy\\.com/vectrotunnel-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c-sharpcorner\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c-ville\\.com/image/pool/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c21media\\.net/wp-content/plugins/sam-images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://c9tk\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cadplace\\.co\\.uk/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cadvv\\.heraldm\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cadvv\\.koreaherald\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cafemomstatic\\.com/images/background/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cafimg\\.com/images/other/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cafonline\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caladvocate\\.com/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caledonianrecord\\.com/iFrame_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caledonianrecord\\.com/SiteImages/HomePageTiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caledonianrecord\\.com/SiteImages/Tile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://calgaryherald\\.com/images/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://calgaryherald\\.com/images/storysponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canalboat\\.co\\.uk..*/bannerImage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canalboat\\.co\\.uk..*/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cananewsonline\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cancomuk\\.com/campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://candystand\\.com/game-track\\.do\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canindia\\.com..*_banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://caphyon\\.com/img/press/caphyon/small-logo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "better-explorer.com", + "www.better-explorer.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capitalethiopia\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capitalfm\\.co\\.ke..*/830x460-iv\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capitolfax\\.com/wp-content/.*ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://capitolfax\\.com/wp-content/.*Ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://captchaad\\.com/captchaad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gca.sh", + "www.gca.sh" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://card-sharing\\.net/cccamcorner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://card-sharing\\.net/topsharingserver\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://card-sharing\\.net/umbrella\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cardomain\\.com/empty_pg\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cardschat\\.com/pkimg/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cardsharing\\.info/wp-content/uploads/.*/ALLS\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cargonewsasia\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cars\\.com/go/includes/targeting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cars\\.com/js/cars/catretargeting\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carsales\\.com\\.au..*/backgrounds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carsguide\\.com\\.au/images/uploads/.*_bg\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carsguide\\.com\\.au..*/marketing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://carsuk\\.net/directory/panel-promo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cash9\\.org/assets/img/banner2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://castanet\\.net/clients/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casualgaming\\.biz/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://catalystmagazine\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://catholicculture\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbc\\.ca/deals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbc\\.ca/video/bigbox\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbfsms\\.com..*-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbn\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbsinteractive\\.co\\.uk/cbsi/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbslocal\\.com/deals/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cbslocal\\.com/rotatable\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ccfm\\.org\\.za..*/sads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cd1025\\.com/www/assets/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cd1025\\.com/www/img/btn-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdcovers\\.cc/images/external/toolbar", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdmagurus\\.com/forum/cyberflashing\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdmagurus\\.com/img/.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdmagurus\\.com/img/kcpf2\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdmediaworld\\.com.*/!", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn-surfline\\.com/home/billabong-xxl\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.turner\\.com..*/groupon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn77\\.org/thevideo/js/pcode/jsp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vidup.me", + "www.vidup.me" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ceforum\\.co\\.uk/images/misc/PartnerLinks", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celebjihad\\.com/widget/widget\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "popbytes.com", + "www.popbytes.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://centos\\.org/donors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://centralfm\\.co\\.uk/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ceoexpress\\.com/inc/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ceylontoday\\.lk..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cghub\\.com/files/CampaignCode/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ch131\\.so/images/2etio\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chaklyrics\\.com/add", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/assets/programmes/images/originals/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/bips/.*/brand/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4fm\\.com/images/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4fm\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel5\\.com/assets/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channelonline\\.tv/channelonline_advantage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chapala\\.com/wwwboard/webboardtop\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://checkpagerank\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://checkwebsiteprice\\.com/images/bitcoin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chelsey\\.co\\.nz/uploads/Takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chicagodefender\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chinanews\\.com/gg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chronicle\\.lu/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chronicle\\.lu/images/Sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://churchnewssite\\.com..*-banner1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://churchnewssite\\.com..*/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://churchnewssite\\.com..*/bannercard-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ciao\\.co\\.uk/load_file\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ciao\\.com..*/price_link/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cinemablend\\.com/templates/tpl/reskin/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cineplex\\.com/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ciol\\.com/zedotags/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citationmachine\\.net/images/grammarly/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citeulike\\.org/static/campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citizen-usa\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cityam\\.com..*/pageskin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citybeat\\.co\\.uk..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citywire\\.co\\.uk/wealth-manager/marketingcampaign\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://citywirecontent\\.co\\.uk..*/cw\\.oas\\.dx\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clarksvilleonline\\.com/cols/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classic-tv\\.com/burst", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classic-tv\\.com/pubaccess\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classic97\\.net..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classical897\\.org/common/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classicfeel\\.co\\.za..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://classicsdujour\\.com/artistbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clgaming\\.net/interface/img/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.livedoor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clicks\\.superpages\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/.*/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "offers.com", + "www.offers.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/ccmtblv2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "aim.org", + "www.aim.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/hot/ars\\.dart/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "arstechnica.com", + "www.arstechnica.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clubhyper\\.com/images/hannantsbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clubplanet\\.com..*/wallpaper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmodmedia.*\\.live\\.streamtheworld\\.com/media/cm-audio/cm:.*\\.mp3", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rdio.com", + "www.rdio.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cmpnet\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cms\\.myspacecdn\\.com..*/splash_assets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnet\\.com/imp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnettv\\.com\\.edgesuite\\.net..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnetwidget\\.creativemark\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnn\\.com/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnn\\.com/cnn_adspaces/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnn\\.com..*/ad_policy\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cnn.com", + "www.cnn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnn\\.com..*/banner\\.html\\?&csiid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnn\\.net..*/lawyers\\.com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cntv\\.cn/Library/js/js_ad_gb\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnx-software\\.com/pic/gateworks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cnx-software\\.com/pic/technexion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coastfm\\.ae/images/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coastfm\\.ae/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coastweek\\.com/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coastweek\\.com/graffix/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cocomment\\.com/banner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codeasily\\.com..*/codeasily\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codecguide\\.com/beforedl2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codecguide\\.com/driverscan2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://codecguide\\.com/driverscantop1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coderanch\\.com/shingles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinad\\.com/op\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinurl\\.com/bootstrap/js/bootstrapx-clickover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinurl\\.com/bottom\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinurl\\.com/get\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coinurl\\.com/nbottom\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://collarme\\.com/anv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://collarme\\.com/zone_alt\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://collector\\.viki\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://com-a\\.in/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://com\\.com/cnwk\\.1d/aud/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comicbookresources\\.com/assets/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comicgenesis\\.com/tcontent\\.php\\?out=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comparestoreprices\\.co\\.uk/images/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://compassnewspaper\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://complaintsboard\\.com/img/202x202\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://complaintsboard\\.com/img/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://complexmedianetwork\\.com..*/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://complexmedianetwork\\.com..*/toolbarlogo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://computerandvideogames\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://computerhelp\\.com/temp/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://computerworld\\.com..*/jobroll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://con-telegraph\\.ie/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://concrete\\.tv/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://connectionstrings\\.com/csas/public/a\\.ashx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conscioustalk\\.net/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://console-spot\\.com..*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://constructionreviewonline\\.com..*730x90", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://constructionreviewonline\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://consumerreports\\.org..*/sx\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://convertmyimage\\.com/images/banner-square\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conwaydailysun\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conwaydailysun\\.com/images/Tiles_Skyscrapers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolfm\\.us/lagos969/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolmath-games\\.com/images/160-notice\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolmath\\.net/.*-medrect\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolsport\\.tv/adtadd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolsport\\.tv/lshadd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://copblock\\.org/wp-content/uploads/.*/covert-handcuff-key-AD-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cops\\.com..*/copbanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coryarcangel\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cosplay\\.com/1lensvillage\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://countrychannel\\.tv/telvos_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cphpost\\.dk..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cpub\\.co\\.uk/a\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crackdb\\.cd/cd\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crackdb\\.com/img/vpn\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cramdodge\\.com/mg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://craveonline\\.com/gnads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazy-torrent\\.com/web/banner/0xxx0\\.net\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazy-torrent\\.com/web/banner/online\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazymotion\\.net/video_.*\\.php\\?key=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creatives\\.livejasmin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creattor\\.net/flashxmlbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cricbuzz\\.com/js/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crimeaware\\.co\\.za/files-upload/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crunchyroll\\..*/vast\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crushorflush\\.com/html/promoframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cruzine\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cryptocoinsnews\\.com/wp-content/uploads/.*/ccn\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cryptocoinsnews\\.com/wp-content/uploads/.*/cloudbet_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cryptocoinsnews\\.com/wp-content/uploads/.*/xbt-social\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cryptocoinsnews\\.com/wp-content/uploads/.*/xbt\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crystalmedianetworks\\.com..*-180x150\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cship\\.org/w/skins/monobook/uns\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctmirror\\.org/randomsupporter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctv\\.ca/ctvresources/js/ctvad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ctv\\.ca/Sites/Ctv/assets/js/ctvDfpAd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cur\\.lv/bootstrap/js/bootstrapx-clickover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cur\\.lv/nbottom\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cyanogenmod\\.com/static/tdr_skyscraper\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cybergamer\\.com/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d-addicts\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d-h\\.st/assets/img/download1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.annarbor\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.businessinsider\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.gossipcenter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.imwx\\.com/js/wx-a21-plugthis-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d\\.thelocal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d5e\\.info/1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d5e\\.info/2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://d6vwe9xdz9i45\\.cloudfront\\.net/psa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sporcle.com", + "www.sporcle.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://da\\.feedsportal\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dabs\\.com/images/page-backgrounds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dads\\.new\\.digg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://daily-mail\\.co\\.zm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://daily-mail\\.co\\.zm/images/stories/sbt\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailybitcoins\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyblogtips\\.com/wp-content/uploads/.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailycommercial\\.com/inc\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeal\\.news-record\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.amarillo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.augustachronicle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.brainerddispatch\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.lubbockonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.onlineathens\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.savannahnow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailydeals\\.sfgate\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyexpress\\.com\\.my/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyexpress\\.com\\.my/image/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyfreegames\\.com/js/partners\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyherald\\.com..*/contextual\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyhome\\.com/leaderboard_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk/i/pix/.*_107x58\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk/i/pix/.*_308x164\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk/i/pix/.*_308x262\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk/i/pix/ebay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk/modules/commercial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk..*/promoboxes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymirror\\.lk/media/images/Nawaloka-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymotion\\.com/images/ie\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymotion\\.com/skin/data/default/partner/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailynews\\.co\\.tz/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailynews\\.co\\.zw..*-takeover\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailynews\\.gov\\.bw..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailynews\\.lk..*/webadz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailypioneer\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailypuppy\\.com/images/livestrong/ls_diet_120x90_1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailysabah\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailytimes\\.com\\.pk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailytrust\\.info/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailytrust\\.info/images/dangote\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dailywritingtips\\.com..*/publisher2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://damnlol\\.com/a/leaderboard\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://damnlol\\.com/damnlol\\.com\\..*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://datpiff\\.com/skins/misc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://davesite\\.com..*/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dayport\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dbstalk\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dcad\\.watersoul\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dcourier\\.com/SiteImages/Banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddccdn\\.com/js/google_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ddl2\\.com/header\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dealmedia\\.utsandiego\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals\\.cultofmac\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals\\.iphonehacks\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deals\\.ledgertranscript\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deborah-bickel\\.de/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://decadeforum\\.com/images/misc/download2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deccanchronicle\\.com..*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deccanchronicle\\.com..*-searchquad-300100\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://decryptedtech\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://defenceweb\\.co\\.za/images/sponsorlogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://defenceweb\\.co\\.za/logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://defensereview\\.com..*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://delvenetworks\\.com..*/acudeo\\.swf", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://demerarawaves\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://demonoid\\.unblockt\\.com/cached/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depic\\.me/bann/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depositphotos\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deseretnews\\.com/img/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deshvidesh\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desiretoinspire\\.net/storage/layout/modmaxbanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desiretoinspire\\.net/storage/layout/royalcountessad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desiretoinspire\\.net..*/mgbanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desiretoinspire\\.net..*125x125", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://desixpress\\.co\\.uk/image/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://detnews\\.com..*/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://detroitindependent\\.net/images/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://develop-online\\.net/static/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devicemag\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devour\\.com/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devshed\\.com/images/backgrounds/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devtools2\\.networkcities\\.net/wp-content/uploads/output_trLIFi\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "smallseotools.com", + "www.smallseotools.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devx\\.com/devx/3174\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dezeen\\.com/wp-content/themes/dezeen-aa-hpto-mini-sept-2014/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://diamondworld\\.net/admin/getresource\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dictionary\\.cambridge\\.org/info/frame\\.html\\?zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dictionary\\.com..*/serp_to/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digdug\\.divxnetworks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitaljournal\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitalreality\\.co\\.nz..*/360_hacks_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digitizor\\.com/wp-content/digimages/xsoftspyse\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://digzip\\.com..*baner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://diplodocs\\.com/shopping/sol\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dippic\\.com/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dishusa\\.net/templates/flero/images/book_sprava\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dispatch\\.com..*/dpcpopunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://display\\.superbay\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distrogeeks\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distrowatch\\.com/images/kokoku/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distrowatch\\.com..*-.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distrowatch\\.com..*/3cx\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://distrowatch\\.com..*/advanced-admin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dividendchannel\\.com/toprankedsm\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://divxme\\.com/images/play\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://divxstage\\.eu/images/download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://diytrade\\.com/diyep/dir\\?page=common/ppadv&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://djluv\\.in/android\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://djmag\\.co\\.uk/sites/default/files/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://djmag\\.com/sites/default/files/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://djtunes\\.com..*/adbg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl-protect\\.com/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl4all\\.com/data4\\.files/dpopupwindow\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl4all\\.com/img/download\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dl4all\\.com..*/hotfile\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dmros\\.ysm\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dnsstuff\\.com/dnsmedia/images/.*_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dnsstuff\\.com/dnsmedia/images/ft\\.banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doge-dice\\.com/images/faucet\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doge-dice\\.com/images/outpost\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dogechain\\.info/content/img/a", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domainmarket\\.com/mm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domaintools\\.com/eurodns_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domaintools\\.com/marketing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://domaintools\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dominicantoday\\.com/stor/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dontblockme\\.modaco\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dota-trade\\.com/img/branding_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/gampad/ads\\?.*.vpos", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleviking\\.com/ss\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downforeveryoneorjustme\\.com/images/dotbiz_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadbox\\.to/Leadertop\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://downloadian\\.com/assets/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dprogram\\.net..*/rightsprites\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpstatic\\.com/banner\\.png\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dpstatic\\.com/s/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dramabay\\.com/y/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dreamscene\\.org..*_Banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drhinternet\\.net/mwimgsent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drivearchive\\.co\\.uk/amazon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drivearchive\\.co\\.uk/images/amazon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://driverdb\\.com/campaigns/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://droidgamers\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dsogaming\\.com/interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dubcnm\\.com/Adon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duckduckgo\\.com/i\\.js\\?o=a&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duckduckgo\\.com/m\\.js\\?.*&o=a", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duckduckgo\\.com/y\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://duckload\\.com/js/abp\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dump8\\.com/tiz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dump8\\.com/wget\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dump8\\.com/wget_2leep_bottom\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://durbannews\\.co\\.za..*_new728x60\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dustcoin\\.com..*/image/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dvdvideosoft\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dwarfgames\\.com/pub/728_top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dyncdn\\.celebuzz\\.com/assets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://e90post\\.com/forums/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://earthlink\\.net..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://earthmoversmagazine\\.co\\.uk/nimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eastonline\\.eu/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eastonline\\.eu/images/eng_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easybytez\\.com/pop3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eatsleepsport\\.com/images/manorgaming1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebayrtm\\.com/rtm\\?RtmCmd.*&enc=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebayrtm\\.com/rtm\\?RtmIt", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebaystatic\\.com/aw/pics/signin/.*_signInSkin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebaystatic\\.com/aw/signin/.*_wallpaper_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebizblitz\\.co\\.za/upload/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebizmbainc\\.netdna-cdn\\.com/images/tab_sponsors\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebookshare\\.net/pages/lt\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebookshare\\.net..*/streamdirect160x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebuddy\\.com/textlink\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebuddy\\.com/web_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ebuddy\\.com/web_banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eclipse\\.org/membership/promo/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ecommerce-journal\\.com/specdata\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://economist\\.com\\.na..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://economist\\.com..*/timekeeper-by-rolex-medium\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ecostream\\.tv/assets/js/pu\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ecostream\\.tv/js/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ed2k\\.2x4u\\.de/mfc/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edgedatg\\.com..*/AdCountdownPlugin\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abc.go.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edgedatg\\.com..*/FreeWheelDATGPlugin\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abc.go.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://educationbusinessuk\\.net/images/stage\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://egamer\\.co\\.za..*-background-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.co\\.uk/frames/directas_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.com/images/brands/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.com/marketing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.com/media/ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ejb\\.com/300_250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ejpress\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ejpress\\.org/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ekantipur\\.com/uploads/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://electricenergyonline\\.com..*/bannieres/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://electronicsfeed\\.com/bximg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elevenmyanmar\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elgg\\.org/images/hostupon_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elivetv\\.in/pop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://elocallink\\.tv..*/showgif\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emergencymedicalparamedic\\.com/wp-content/uploads/2011/12/anatomy\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emoneyspace\\.com/b\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://empirestatenews\\.net/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emsservice\\.de\\.s3\\.amazonaws\\.com/videos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zattoo.com", + "www.zattoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emsservice\\.de/videos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zattoo.com", + "www.zattoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emule-top50\\.com/extras/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://emuleday\\.com/cpxt_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://encyclopediadramatica\\.es/edf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "forum.encyclopediadramatica.es" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://encyclopediadramatica\\.es/lanhell\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://encyclopediadramatica\\.es/spon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://encyclopediadramatica\\.se/edf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "forum.encyclopediadramatica.se" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://energytribune\\.com/res/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://england\\.fm/i/ducksunited120x60english\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://englishtips\\.org/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://enigmagroup\\.org/clients/privatetunnels\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://environmental-finance\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://environmental-finance\\.com..*rotate\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epicshare\\.net/p1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epictv\\.com/sites/default/files/290x400_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://episodic\\.com..*/logos/player-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eprop\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eq2flames\\.com/images/styles/eq2/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.co\\.uk/espnuk/williamhill/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.co\\.uk/espnuk/williamhill_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.co\\.uk..*/viagogo_sports\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.go\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.vad\\.go\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://espn1320\\.net/get_preroll\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://essayinfo\\.com/img/125x125_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://essayscam\\.org..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://esus\\.com/images/regiochat_logo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eteknix\\.com/wp-content/uploads/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eteknix\\.com/wp-content/uploads/.*Takeover", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://etidbits\\.com/300x250news\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euphonik\\.dj/img/sponsors-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurochannel\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurocupbasketball\\.com..*/sponsors-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurodict\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurogamer\\.net/quad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eurogamer\\.net..*/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euroleague\\.net..*/sponsors-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euronews\\.com/media/farnborough/farnborough_wp\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://european-rubber-journal\\.com/160x600px_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://europeonline-magazine\\.eu/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://europeonline-magazine\\.eu/nuroa/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://euroweb\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eva\\.ucas\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eve-search\\.com/gge\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eventful\\.com/tools/click/url\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evernote\\.com/prom/img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://everythingsysadmin\\.com..*_sw_banner120x600_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evolutionm\\.net/SponsorLogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://evony\\.com/sevonyadvs2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eweek\\.com/images/stories/marketing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eweek\\.com/widgets/ibmtco/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eweek\\.com..*/sponsored-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ewrc-results\\.com/images/horni_ewrc_result_banner3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ex1\\.gamecopyworld\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com/hq_stream\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com/player_begin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com/player_file\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com/playerexa\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com/vod_stream\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com..*\\?.*cbrandom=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exceluser\\.com..*/pub/rotate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exchangerates\\.org\\.uk/images-NEW/tor\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exchangerates\\.org\\.uk/images/150_60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exchangerates\\.org\\.uk/images/200x200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://excite\\.com/gca_iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expatexchange\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expatwomen\\.com/expat-women-sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expertreviews\\.co\\.uk/\\?act=widgets\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expertreviews\\.co\\.uk..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://express\\.co\\.uk..*/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expressmilwaukee\\.com/engines/backgrounds/js/backgrounds\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://expreview\\.com/exp2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extratorrent\\.cc/images/wintoolspro\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extratorrent\\.cc/scripts/bo1o\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extratorrent\\.cc/scripts/pp_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extremeoverclocking\\.com/template_images/it120x240\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ezmoviestv\\.com..*/ad-for-ezmovies\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://f1today\\.net..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://faadooengineers\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://facenfacts\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fakku\\.net/static/seele-", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fallout3nexus\\.com..*/300x600\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://familylawweek\\.co\\.uk/bin_1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://famouspornstarstube\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fan\\.twitch\\.tv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fancystreems\\.com/300x2503\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fanfusion\\.org/as\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fansshare\\.com/va/\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fark\\.com/cgi/buzzfeed_link\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://farmville\\.com/promo_bar\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcompany\\.com/sites/.*/interstitial\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastpic\\.ru/dox", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastvideo\\.eu/images/down\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastvideo\\.eu/images/pl_box_rapid\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fbcdn\\.net..*/flyers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "facebook.com", + "www.facebook.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feed-the-beast\\.com..*/gamevox\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feedly\\.com/amazon\\.", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feeds\\.feedburner\\.com/.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feedsportal\\.com/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feedsportal\\.com/videoserve/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://feiwei\\.tv..*/sandbox\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fff\\.dailymail\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ffiles\\.com/counters\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fgfx\\.co\\.uk/banner\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fhm\\.com/images/casinobutton\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fhm\\.com/images/sportsbutton\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fhm\\.com..*_background\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fhm\\.com..*_banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fiberupload\\.org/300en\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fightersonlymag\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fijitimes\\.com/images/bspxchange\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://file\\.org/fo/scripts/download_helpopt\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://file\\.org..*/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://file2hd\\.com/sweet\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filedino\\.com/imagesn/downloadgif\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileflyer\\.com/img/dap_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filegaga\\.com/ot/fast\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileom\\.com/img/downloadnow\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileom\\.com/img/instadownload2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileplanet\\.com/fileblog/sub-no-ad\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filerio\\.in..*/jquery\\.interstitial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://files\\.wordpress\\.com/.*-reskin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filesharingtalk\\.com/fst/8242/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileshut\\.com/etc/links\\.php\\?q=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filespart\\.com/ot/fast\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filespazz\\.com/imx/template_r2_c3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filespazz\\.com..*/copyartwork_side_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filipinojournal\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmovizija\\.com/Images/ludovanjeaffilate\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmovizija\\.com/Images/photo4sell\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmsite\\.org/dart-zones\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fimserve\\.ign\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://financialnewsandtalk\\.com/scripts/slideshow-sponsors\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://financialsamurai\\.com/wp-content/uploads/.*/sliced-alternative-10000\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findfiles\\.com/images/icatchallfree\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findfiles\\.com/images/knife-dancing-1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findfreegraphics\\.com/underp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findicons\\.com..*/125x125/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findit\\.com\\.mt/dynimage/boxbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findit\\.com\\.mt/viewer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findnsave\\.idahostatesman\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findthebest-sw\\.com/sponsor_event\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finextra\\.com..*/leaderboards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finextra\\.com..*/pantiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firedrive\\.com/appdata/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firedrive\\.com/appresources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firingsquad\\.com..*/sponsor_row\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstnationsvoice\\.com/images/weblinks\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstpost\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstpost\\.com..*/sponsered-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstpost\\.com..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstpost\\.com..*_sponsored\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstpost\\.in..*/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrows\\.biz/js/bn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrows\\.biz/js/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrowsports\\.li/frame/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrowusa\\.eu/js/bn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrowusa\\.eu/js/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firsttoknow\\.com..*/page-criteo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fishchannel\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fiverr\\.com/javascripts/conversion\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flameload\\.com/onvertise\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashscore\\.com/res/image/bookmaker-list\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashtv\\.co/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashtv\\.co/class/adjsxxs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashx\\.tv/img/download_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashx\\.tv/nuevo/player/js/anya\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashx\\.tv..*/counterck\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashy8\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flatpanelshd\\.com/pictures/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleetwatch\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flicks\\.co\\.nz/images/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flicks\\.co\\.nz/takeovercss/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flightradar24\\.com/_includes/sections/airportAd\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flopturnriver\\.com.*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flv\\.sales\\.cbs\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com", + "cbsnews.com", + "www.cbsnews.com", + "twitch.tv", + "www.twitch.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flyordie\\.com/games/free/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flyordie\\.com/games/online/ca\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fmr\\.co\\.za..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fncstatic\\.com..*/sponsored-by\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foodingredientsfirst\\.com/content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foodingredientsfirst\\.com/content/flash_loaders/loadlargetile\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foodingredientsfirst\\.com/content/flash_loaders/loadskyscraper\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://football-italia\\.net/imgs/moveyourmouse\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footballshirtculture\\.com/images/e12b\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://footballtradedirectory\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fordforums\\.com\\.au/logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foreignersinuk\\.co\\.uk..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forexpeacearmy\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forumimg\\.ipmart\\.com/swf/ipmart_forum/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forumw\\.org/images/uploading\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://forward\\.com/workspace/assets/newimages/amazon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxbusiness\\.com/html/google_homepage_promo", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsoccer2go\\.com/namedImage/.*/backgroundSkin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com\\.au..*/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com/component/.*_wallpaper_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com/component/xml/SBMarketingTakeOverPromos", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com..*-Skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com..*-skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com..*/Sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports\\.com..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports540\\.com/images/banner1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsports540\\.com/images/banner2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://foxsportsradio\\.com/pages/second300x250iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fpscheats\\.com/banner-img\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fpscheats\\.com/fpsbanner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freakshare\\.com/yild\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fredmiranda\\.com/buzz/canondble-600x90\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-times\\.com/image/pool/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-torrents\\.org..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-tv-video-online\\.me/300s\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-tv-video-online\\.me/episode-buttom-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-tv-video-online\\.me/season-side-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-webhosts\\.com/images/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeads\\.co\\.uk/ctx\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeappaday\\.com/nimgs/bb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freemediatv\\.com/images/inmemoryofmichael\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeminecraft\\.me/mw3\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freenode\\.net/images/ack_privateinternetaccess-freenode\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freenode\\.net/images/freenode_osuosl\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freepornsubmits\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeroms\\.com/bigbox\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freesoftwaremagazine\\.com/extras/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freestockcharts\\.com/symbolhit\\.aspx", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freetv-video\\.ca..*/popover-load-js\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freetypinggame\\.net/burst720\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freevermontradio\\.org/pictures/lauren_Stagnitti\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeworldgroup\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frenchradiolondon\\.com/data/carousel/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fresh-weather\\.com/popup1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freshplaza\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freshremix\\.org/templates/freshremix_eng/images/300\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freshremix\\.ru/images/ffdownloader1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://friday-ad\\.co\\.uk/banner\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://friday-ad\\.co\\.uk/endeca/afccontainer\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frombar\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frozen-roms\\.in/popup\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://frozen-roms\\.me/popup\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fscheetahs\\.co\\.za/images/Sponsers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ftdworld\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ftlauderdalewebcam\\.com/images/.*webcambanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ftlauderdalewebcam\\.com..*-WebCamBannerFall_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fudzilla\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fugitive\\.com..*-468x60web\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fulhamfc\\.com/i/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullrip\\.net/images/download-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fulltv\\.tv/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funpic\\.de/layer\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funpic\\.org/layer\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuse\\.tv/images/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://futbol24\\.com/f24/rek/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuzface\\.com/dcrtv/ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dcrtv.com", + "www.dcrtv.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xn--frstrowsports-39b\\.eu/pu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.brothersoft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gabzfm\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaccmidwest\\.org/uploads/tx_bannermanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaccny\\.com/uploads/tx_bannermanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaccsouth\\.com/uploads/tx_bannermanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaccwest\\.com/uploads/tx_bannermanagement/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gadget\\.co\\.za/siteimages/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gadgetmac\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gadgetshowlive\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaeatimes\\.com/ctad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galatta\\.com..*/bannerimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galatta\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gallerynova\\.se..*/jquery\\.bpopup\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gallerysense\\.se/site/getBannerCode", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://game1games\\.com/exchange/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameads\\.digyourowngrave\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.com.*/!", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.com/games/i/if6\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.com/games/js/abd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.com..*/vg_160x120_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.eu.*/!", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameknot\\.com/amaster\\.pl\\?j=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamemakerblog\\.com/gma/gatob\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameplanet\\.co\\.nz..*-takeover\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamerant\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamersbook\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameserpent\\.com/kit.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameserpent\\.com/vc.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesforwork\\.com..*/dropalink_small\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesfreez\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesgames\\.com/vda/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gameshark\\.com..*/pageskin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gametrailers\\.com..*/webskin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamevid\\.com/13/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamingsquid\\.com/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ganool\\.com/pup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ganool\\.com/wp-content/uploads/.*/Javtoys300250\\.\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ganool\\.com/wp-content/uploads/.*/matrix303\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gappon\\.com/images/hot2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://garrysmod\\.org/img/sad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gasgoo\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gateprep\\.com/templates/default/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gawkerassets\\.com..*/background\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaydarradio\\.com/userportal/miva/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaynz\\.com/mysa/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaynz\\.gen\\.nz/mysa/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gbatemp\\.net/images/ab/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gbrej\\.com/c/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gcnlive\\.com/assets/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gcnlive\\.com/assets/sponsorsPlayer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geckoforums\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geeklab\\.info..*/billy\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gelbooru\\.com/lk\\.php", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gelbooru\\.com/poll\\.php", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gelbooru\\.com/protech\\.php", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://generalfiles\\.me..*/download_sponsored\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gentoo\\.org/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geocities\\.com/js_source/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geocities\\.yahoo\\..*/js/sq\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geometria\\.tv/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://geoshopping\\.nzherald\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gestetnerupdates\\.com..*/chesed-shel-emes-600x75\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gestetnerupdates\\.com..*/eagle-sewer\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gestetnerupdates\\.com..*/Gestetner-Miles\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gestetnerupdates\\.com..*/perfect-auto-collision_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get-bitcoins-free\\.eu/img/blackred728smallsize\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://get\\.thefile\\.me", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getfoxyproxy\\.org/images/abine/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getprice\\.com\\.au/searchwidget\\.aspx\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getreading\\.co\\.uk/static/img/bg_takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getresponse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "wigflip.com", + "www.wigflip.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getrichslowly\\.org/blog/img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://getsurrey\\.co\\.uk..*/bg_takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfi\\.com/blog/wp-content/uploads/.*-BlogBanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gfx\\.infomine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ghacks\\.net/skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ghafla\\.co\\.ke/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ghafla\\.co\\.ke/images/bgmax/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ghananewsagency\\.org/assets/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://giftguide\\.savannahnow\\.com/giftguide/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gigaom2\\.files\\.wordpress\\.com..*-center-top", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlguides\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsgames\\.biz/games/partner.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gizmochina\\.com/images/blackview\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gizmochina\\.com..*/100002648432985\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gizmochina\\.com..*/kingsing-t8-advert\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gizmochina\\.com..*/landvo-l600-pro-feature\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glam\\.com..*/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glamourviews\\.com/home/zones\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glassdoor\\.com/getAdSlotContentsAjax\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gledaisport\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globalsecurity\\.org/_inc/frames/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://globaltimes\\.cn/desktopmodules/bannerdisplay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glocktalk\\.com/forums/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go4up\\.com/assets/img/d0\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://go4up\\.com/assets/img/download-button\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goal\\.com..*/betting/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goal\\.com..*/branding/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goauto\\.com\\.au/mellor/mellor\\.nsf/toy", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gokunming\\.com/images/prom/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gold-prices\\.biz/gold_trading_leader\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gold-prices\\.biz..*_400x300\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gold1013fm\\.com/images/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gold1013fm\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goldenskate\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://golf365\\.co\\.za..*/site-bg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://golf365\\.com..*/site-bg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gomlab\\.com/img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gonzagamer\\.com/uci/popover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goodanime\\.net/images/crazy.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goodgearguide\\.com\\.au/files/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/jsapi\\?autoload=.*%22ads%22", + "resource-type": [ + "script" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googleapis\\.com/dfh/", + "resource-type": [ + "image" + ], + "if-domain": [ + "datafilehost.com", + "www.datafilehost.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googleusercontent\\.com..*/s220/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "activistpost.com", + "www.activistpost.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://googleusercontent\\.com..*/s468/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "activistpost.com", + "www.activistpost.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gooster\\.co\\.uk/js/ov\\.js\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gopride\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gospel1190\\.net/rotatorimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gotupload\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "hulkshare.com", + "www.hulkshare.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gov-auctions\\.org..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gowilkes\\.com/cj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gowilkes\\.com/other/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gq\\.co\\.za..*/sitetakeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grammar-monster\\.com/scripts/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grapevine\\.is/media/flash/.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://graphic\\.com\\.gh/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatandhra\\.com/images/.*_ga_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatdeals\\.co\\.ke/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greaterkashmir\\.com/adds_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatgirlsgames\\.com/100x100\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greatgirlsgames\\.com/a/skyscraper\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://green\\.virtual-nights\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greenoptimistic\\.com/images/electrician2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greyorgray\\.com/images/Fast%20Business%20Loans%20Ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://greyorgray\\.com/images/hdtv-genie-gog\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gruntig2008\\.opendrive\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gruntig.net", + "www.gruntig.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gsprating\\.com/gap/image\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gtop100\\.com/a_images/show-a\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gtsplus\\.net.*/panbottom\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gtsplus\\.net.*/pantop\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gtweekly\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guardian\\.bz/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gulf-daily-news\\.com/180x150\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gulfnews\\.com..*/channelSponsorImage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gumtree\\.com..*/dart_wrapper_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gunfreezone\\.net..*_ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guns\\.ru..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guns\\.ru..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gurgle\\.com/modules/mod_m10banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://guru99\\.com/images/adblocker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gwinnettdailypost\\.com/1\\.iframe\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://h33t\\.to/images/button_direct\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ha\\.ckers\\.org/images/fallingrock-bot\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ha\\.ckers\\.org/images/nto_top\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ha\\.ckers\\.org/images/sectheory-bot\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hackingchinese\\.com/media/hcw4\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hackingchinese\\.com/media/hellochinese\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hackingchinese\\.com/media/pleco\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hackingchinese\\.com/media/skritter5\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hahasport\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardwareheaven\\.com/styles/.*/frontpage/backdrop\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardwareheaven\\.com/wp-content/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*-300x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*/463%C3%9757-Kamaaina\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*/js\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*/upandruningy\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*/winnerscampad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiireporter\\.com..*_300x400\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawkesbay\\.co\\.nz/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawkesbaytoday\\.co\\.nz/nz_regionals/marketplace/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hcdn\\.co/scripts/shadowbox/shadowbox\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "shared.sx", + "www.shared.sx" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hd-bb\\.org..*/dl4fbanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdtvtest\\.co\\.uk/image/partner/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdtvtest\\.co\\.uk..*/pricerunner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://headlineplanet\\.com/home/box\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://headlineplanet\\.com/home/burstbox\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://healthfreedoms\\.org/assets/swf/320x320_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hearse\\.com..*/billboards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heatworld\\.com/images/.*_83x76_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heatworld\\.com/upload/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heatworld\\.com..*_300x160\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hejban\\.youwatch\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://helsinkitimes\\.fi..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai2read\\.com/ios/swf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaistream\\.com/wp-includes/images/", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldm\\.com/hb/imad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldm\\.com/iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldm\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldsun\\.com\\.au..*/images/sideskins-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herold\\.at/fs/orgimg/.*\\.swf\\?baseurl=http%3a%2f%2fwww\\..*&linktarget=_blank", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herold\\.at/images/dealofday\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herold\\.at..*\\.swf\\?.*&linktarget=_blank", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://herzeleid\\.com/files/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hexupload\\.com..*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uploadbaz.com", + "www.uploadbaz.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hickoryrecord\\.com/app/deal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highdefjunkies\\.com/images/misc/kindlejoin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highdefjunkies\\.com..*/cp\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highdefjunkies\\.com..*/monoprice\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://highdefjunkies\\.com..*/sponsor\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hipforums\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hipforums\\.com/newforums/calendarcolumn\\.php\\?cquery=bush", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hitechlegion\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hkclubbing\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hltv\\.org//images/csgofastsky\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hltv\\.org/images/csLucky\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hockeybuzz\\.com/mb/b\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hollywoodbackwash\\.com/glam/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://holyfamilyradio\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://holyfragger\\.com/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homad-global-configs\\.schneevonmorgen\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "muzu.tv", + "www.muzu.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homeschoolmath\\.net/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://honda-tech\\.com/.*-140x90\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hongfire\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hongkongindians\\.com/advimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://horizonsunlimited\\.com/alogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://horriblesubs\\.info/playasia", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingbulk\\.com/aad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingbulk\\.com/zad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingfailov\\.com/image/2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostratings\\.co\\.uk/zeepeel\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostsearch\\.com/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hot-scene\\.com/cpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotbollywoodactress\\.net/ff2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotbollywoodactress\\.net/freedatingindia\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotfile\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotfilesearch\\.com/includes/images/mov_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotfiletrend\\.com/dlp\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotgamesforgirls\\.com/html/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hothardware\\.com/pgmerchanttable\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hothardware\\.com..*_staticbanner_.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://houndmirror\\.com/images/XmkuP\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://houseoftravel\\.co\\.nz/flash/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://howtogeek\\.com/go/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://howtogermany\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://howwemadeitinafrica\\.com..*/dhl-hdr\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hpfanficarchive\\.com/freecoins2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hqfooty\\.tv/ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://htmldog\\.com/r10/flowers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://http\\.atlas\\.cdn\\.yimg\\.com/yamplus/video_.*\\.mp4\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkfile\\.eu/images/africa\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkload\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkload\\.com/recommended/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkshare\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkshare\\.com..*/adsmanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkshare\\.oncdn\\.com..*/removeads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulu\\.com/beacon/.*=adauditerror", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hulu\\.com/v3/revenue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hummy\\.org\\.uk..*/brotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hurriyetdailynews\\.com/images/.*_100x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hwbot\\.org/banner\\.img", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hwinfo\\.com/images/lansweeper\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hwinfo\\.com/images/se2banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hypemagazine\\.co\\.za/assets/bg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i-sgcm\\.com/pagetakeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i-tech\\.com\\.au..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.com\\.com..*/vendor_bg_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.i\\.com\\.com/cnwk\\.1d/.*/tt_post_dl\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.neoseeker\\.com/d/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i3investor\\.com..*/offer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://i3investor\\.com..*/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ians\\.in/iansad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibanners\\.empoweredcomms\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibizaworldclubtour\\.net/wp-content/themes/ex-studios/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibnlive\\.in\\.com..*/ibn_.*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibrod\\.tv/ib\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/.*214x30\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/.*_215x30\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/.*_215x30_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/.*forumsponsor", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "audiforums.com", + "www.audiforums.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/royalpurple/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "audiforums.com", + "www.audiforums.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibtimes\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibtimes\\.com..*&popunder", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ibtimes\\.com..*/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iceinspace\\.com\\.au/iisads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icelandreview\\.com..*/auglysingar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iconeye\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icrt\\.com\\.tw/downloads/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ictv-ic-ec\\.indieclicktv\\.com/media/videos/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "twitchfilm.com", + "www.twitchfilm.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://icydk\\.com..*/title_visit_sponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iddin\\.com/img/chatwing_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iddin\\.com/img/chatwing_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idesitv\\.com..*/loadbanners\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idg\\.com\\.au/files/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idg\\.com\\.au/images/.*_promo", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://idg\\.com\\.au..*_skin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ientrymail\\.com/webheadtools", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "webpronews.com", + "www.webpronews.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ifilm\\.com/website/.*-skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iframe\\.travel\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iftn\\.ie/images/data/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ijn\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ijoomla\\.com/aff/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ilcorsaronero\\.info/home\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ilikecheats\\.net/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "unknowncheats.me", + "www.unknowncheats.me" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iload\\.to/img/ul/impopi\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iloveim\\.com/cadv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imads\\.rediff\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagebam\\.com/download/", + "resource-type": [ + "image" + ], + "if-domain": [ + "ganool.com", + "www.ganool.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagebam\\.com/download_button\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagebam\\.com/img/coolstuffbro\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagefruit\\.com/includes/js/bgcont\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagefruit\\.com/includes/js/ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagefruit\\.com/includes/js/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagepix\\.org/Images/imageput\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageporter\\.com/hiokax\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageporter\\.com/micromoo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageporter\\.com/someo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagerise\\.com/ir\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagerise\\.com/ir2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/browser-scripts/da-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/browser-scripts/dae-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/da-us/da-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com..*/marqueepushdown/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.bitreactor\\.to/designs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.globes\\.co\\.il..*/fixedpromoright\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.mmorpg\\.com/images/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.sharkscope\\.com/acr/.*_Ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.sharkscope\\.com/everest/twister\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageshack\\.us/images/contests/.*/lp-bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageshack\\.us/ym\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagesnake\\.com..*/oc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagetoupload\\.com/images/87633952425570896161\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagevenue\\.com/interstitial\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imcdb\\.org/res/cth_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imdb\\.com/images/.*/scriptloader\\.", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://img.*\\.i-comers\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgah\\.com/traffic", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgburn\\.com/images/ddigest_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgburn\\.com/images/your3gift\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgcarry\\.com..*/oc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgchili\\.net/js/showa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgchili\\.net/lj\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgur\\.com/i2iBMaD\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cpahero.com", + "www.cpahero.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgur\\.com/include/zedoinviewstub1621\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imouto\\.org/images/jlist/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imouto\\.org/images/mangagamer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impactradio\\.co\\.za..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://impulsedriven\\.com/app_images/wallpaper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://in\\.com/addIframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://in\\.com..*/170x50_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inanyevent\\.ch/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://incentivetravel\\.co\\.uk/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indeed\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://independent\\.co\\.ug/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://independent\\.co\\.uk/kelkoo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://independent\\.co\\.uk/multimedia/archive/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://independent\\.co\\.uk..*/300unit/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://independent\\.co\\.uk..*/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indepthafrica\\.com..*/Banner-canreach\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://india\\.com/ads/jw/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://india\\.com/zeenews_head2n\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://india\\.com..*-sponsor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiainfoline\\.com/wc/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indianexpress\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiantelevision\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiatimes\\.com/articleshow_google_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indiatimes\\.com/google", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://industryabout\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://info\\.break\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infobetting\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infobetting\\.com/bookmaker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infoq\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://informe\\.com/img/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://informer\\.com/js/onexit.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infosecisland\\.com/ajax/viewbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://infoseek\\.co\\.jp/isweb/clip\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ingdirect\\.com..*/adwizard/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://injpn\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inkscapeforum\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inquirer\\.net/wp-content/themes/news/images/wallpaper_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/100-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/160-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/180-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/200-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidebutlercounty\\.com/images/468-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidedp\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insidehw\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://insideyork\\.co\\.uk/assets/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://inspirefirst\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intel\\.com/sites/wap/global/wap\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intellicast\\.com/outsidein\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intellicast\\.com/travel/cheapflightswidget\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intelseek\\.com/intelseekads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interest\\.co\\.nz/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interest\\.co\\.nz..*_skin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interest\\.co\\.nz..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interfacelift\\.com/inc_new/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://interfacelift\\.com..*/artistsvalley_160x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://international\\.to/600\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://international\\.to/large\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://international\\.to/link_unit\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://internationalmeetingsreview\\.com//uploads/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intoday\\.in/btstryad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ip-adress\\.com/i/ewa/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ip-adress\\.com/superb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ip-ads\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zattoo.com", + "www.zattoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipaddress\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ipinfodb\\.com/img/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iptools\\.com/sky\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irctctourism\\.com/ttrs/railtourism/Designs/html/images/tourism_right_banners/.*DealsBanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irishamericannews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irishdev\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irishdictionary\\.ie/view/images/ispaces-makes-any-computer\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irishracing\\.com/graphics/books", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ironmagazine\\.com..*/banners\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ironspider\\.ca/pics/hostgator_green120x600\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ironsquid\\.tv/data/uploads/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irv2\\.com/attachments/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irv2\\.com/forums/.*show_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://irv2\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isitdownrightnow\\.com/graphics/speedupmypc.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isitnormal\\.com/img/iphone_hp_promo_wide\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://islamicfinder\\.org/cimage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://islamicfocus\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://island\\.lk/userfiles/image/danweem/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isportconnect\\.com//images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://israeldefense\\.com/_Uploads/dbsBanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://israelidiamond\\.co\\.il..*/bannerdisplay\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://israeltoday\\.co\\.il..*/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isup\\.me/images/dotbiz_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://isxdead\\.com/images/showbox\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://italiangenealogy\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itpro\\.co\\.uk/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com/adexplore/.*/config\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com/priority/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "u.tv", + "www.u.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itweb\\.co\\.za/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itweb\\.co\\.za/logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itweb\\.co\\.za/sidelogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itweb\\.co\\.za..*sponsoredby", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itwebafrica\\.com/images/logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itworld\\.com/slideshow/iframe/topimu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iurfm\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iwebtool\\.com..*/bannerview\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ixquick\\.nl/graphics/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jamaica-gleaner\\.com/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jame-world\\.com..*/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jango\\.com/assets/promo/1600x1000-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://javamex\\.com/images/AdFrenchVocabGamesAnim\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://javascript-coder\\.com..*/form-submit-larger\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://javascript-coder\\.com..*/make-form-without-coding\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jayisgames\\.com/maxcdn_160x250\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jazzandblues\\.org..*/iTunes_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdownloader\\.org/_media/screenshots/banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jdownloader\\.org..*/smbanner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jebril\\.com/sites/default/files/images/top-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishexponent\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishnews\\.co\\.uk..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishtimes-sj\\.com/rop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishtribune\\.ca..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishvoiceny\\.com/ban2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jewishyellow\\.com/pics/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jheberg\\.net/img/mp\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jillianmichaels\\.com/images/publicsite/advertisingslug\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://johnbridge\\.com/vbulletin/banner_rotate\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://johnbridge\\.com/vbulletin/images/tyw/cdlogo-john-bridge\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://johnbridge\\.com/vbulletin/images/tyw/wedi-shower-systems-solutions\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://johngaltfla\\.com/wordpress/wp-content/uploads/.*/jmcs_specaialbanner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://johngaltfla\\.com/wordpress/wp-content/uploads/.*/TB2K_LOGO\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joindota\\.com/wp-content/.*\\.png", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jokertraffic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "4fuckr.com", + "www.4fuckr.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joomladigger\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://journal-news\\.net/annoyingpopup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://journeychristiannews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joursouvres\\.fr..*/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jozikids\\.co\\.za/uploadimages/.*_140x140_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jozikids\\.co\\.za/uploadimages/140x140_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jpupdates\\.com..*/divorce_coach_rosenberg\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jpupdates\\.com..*/jupdates\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jpupdates\\.com..*/Mesamche-lev-Auction\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jpupdates\\.com..*/PAL-DANS-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jumptags\\.com/joozit/presentation/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://junocloud\\.me/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://just-download\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justsomething\\.co/wp-content/uploads/.*-250x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaieteurnewsonline\\.com/revenue/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kamcity\\.com/banager/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kamcity\\.com/menu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kansascity\\.com/images/touts/ds_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kassfm\\.co\\.ke/images/moneygram\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kat-ads\\.torrenticity\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kavkisfile\\.com/images/ly-mini\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kavkisfile\\.com/images/ly\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kbcradio\\.eu/img/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kblx\\.com/upload/takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kcrw\\.com/collage-images/amazon\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kcrw\\.com/collage-images/itunes\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kdoctv\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keenspot\\.com/images/headerbar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keepvid\\.com/images/ilivid-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kendrickcoleman\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kentonline\\.co\\.uk/weatherimages/Britelite\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kentonline\\.co\\.uk/weatherimages/SEW\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kentonline\\.co\\.uk/weatherimages/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kephyr\\.com/spywarescanner/banner1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kermit\\.macnn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kewlshare\\.com/reward\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kexp\\.org..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kexp\\.org..*/sponsoredby\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keygen-fm\\.ru/images/.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kfog\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://khaleejtimes\\.com/imgactv/Umrah%20-%20290x60%20-%20EN\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://khaleejtimes\\.com/imgactv/Umrah-Static-Background-Gutters-N\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://khon2\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kickasstorrent\\.ph/kat_adplib\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kickoff\\.com/images/sleeves/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kingfiles\\.net/images/bt\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kingofsat\\.net/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kinox\\.to/392i921321\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kinox\\.to/com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kinox\\.tv/g\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kirupa\\.com/supporter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitco\\.com/ssi/dmg_banner_001\\.stm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitco\\.com/ssi/home_ox_deanmg\\.stm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitco\\.com/ssi/market_ox_deanmg\\.stm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitco\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitguru\\.net/\\?kitguru_wrapjs=1&ver=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitguru\\.net/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitguru\\.net/wp-content/wrap\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kitz\\.co\\.uk/files/jump2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kjlhradio\\.com..*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kjlhradio\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kjul1047\\.com..*/clientgraphics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klav1230am\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kleisauke\\.nl/static/img/bar\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klfm967\\.co\\.uk/resources/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klkdccs\\.net/pjs/yavli-tools\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://klm\\.com..*/fls_redirect\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knbr\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kncminer\\.com/userfiles/image/250_240\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knowfree\\.net..*/ezm125x125\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knowledgespeak\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knowthecause\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://knpr\\.org/common/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kob\\.com/kobtvimages/flexhousepromotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://komando\\.com..*/k2-interstitial\\.min\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kompas\\.com/js_kompasads\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kongregate\\.com/images/help_devs_.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kontraband\\.com/media/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koraliga\\.com/open\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koreanmovie\\.com/img/banner/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koreatimes\\.co\\.kr/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koreatimes\\.co\\.kr/images/bn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koreatimes\\.co\\.kr/upload/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://koreatimes\\.co\\.kr/www/images/bn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kovideo\\.net..*\\.php\\?user_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krapps\\.com..*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krebsonsecurity\\.com/b-ga/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krebsonsecurity\\.com/b-kb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kron\\.com/uploads/.*-ad-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krzk\\.com/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ksstradio\\.com/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kstp\\.com..*/flexhousepromotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ktradionetwork\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuiken\\.co/static/w\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kukuplay\\.com/upload/.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kvcr\\.org..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kwanalu\\.co\\.za/upload/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kwikupload\\.com/images/dlbtn\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kxlh\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kyivpost\\.com/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com/a/i/.*_wallpaper", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com/ao/i/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com/mq/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l4dmaps\\.com/i/right_dllme\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://l4dmaps\\.com/img/right_gameservers\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://labtimes\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lagacetanewspaper\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lake-link\\.com/images/sponsorLogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laliga\\.es/img/patrocinadores-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lancasteronline\\.com..*/done_deal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lancasteronline\\.com..*/weather_sponsor\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lankabusinessonline\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laobserved\\.com/tch-ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laptopmag\\.com/images/sponsorships/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laredodaily\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lastminute\\.com..*/universal\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lasttorrents\\.org/pcmadd\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://latex-community\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lazygamer\\.net/kalahari\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lazygirls\\.info/click\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leader\\.co\\.za/leadership/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leadership\\.ng/cheki-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leagueunlimited\\.com/images/rooty/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://learnphotoediting\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://learnspanishtoday\\.com/aff/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lecydre\\.com/proxy\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://legalbusinessonline\\.com/popup/albpartners\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lens101\\.com/images/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lespagesjaunesafrique\\.com/bandeaux/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letitbit\\.net/images/other/inst_forex_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letour\\.fr/img/v6/sprite_partners_2x\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://letswatchsomething\\.com/images/filestreet_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lfcimages\\.com..*/partner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lfcimages\\.com..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lfgcomic\\.com/wp-content/uploads/.*/PageSkin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://libertyblitzkrieg\\.com/wp-content/uploads/2012/09/cc200x300\\.gif\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://licensing\\.biz/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://life\\.imagepix\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lifeinqueensland\\.com/images/156x183a_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lifetips\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://limesurvey\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linguee\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkcentre\\.com/top_fp\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkfm\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkmoon\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksafe\\.info..*/mirror\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in/img/downloadbutton_alt\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in/img/downloadbutton_hs\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in/img/downloadbutton_sh\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in..*/downloadbutton_highspeed\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksrank\\.com/links/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linuxinsider\\.com/images/sda/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linuxmint\\.com/img/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linuxmint\\.com/pictures/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linuxsat-support\\.com/vsa_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linuxtopia\\.org/includes/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lionsrugby\\.co\\.za..*/sponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liquidcompass\\.net/playerapi/redirect/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liquidcompass\\.net..*/purchase_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://littleindia\\.com/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://live-proxy\\.com/hide-my-ass\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://live-proxy\\.com/vectrotunnel-logo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livejasmin\\.com/freechat\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveonlinetv247\\.com/images/muvixx-150x50-watch-now-in-hd-play-btn\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livescore\\.in/res/image/bookmaker-list\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livesearch\\.ninemsn\\.com\\.au", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livestream\\.com..*/overlay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livetradingnews\\.com/wp-content/uploads/vamp_cigarettes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livetv\\.ru/mb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livetvcenter\\.com/satellitedirect_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livingscoop\\.com/vastload\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ll\\.a\\.hulu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lmgtfy\\.com/s/images/ls_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://localdirectories\\.com\\.au..*/bannerimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://locanto\\.co\\.za/run/afcbackfill/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://logoopenstock\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://logotv\\.com/content/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loleasy\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://loleasy\\.com..*/adsmanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lolzbook\\.com/test/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://london2012\\.com/img/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://london2012\\.com/imgml/partners/footer/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://londonprivaterentals\\.standard\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://londonstockexchange\\.com..*/fx\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lookbook\\.nu/show_leaderboard\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lookbook\\.nu/show_skyscraper\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lookbook\\.nu..*\\.html\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://looky\\.hyves\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowbird\\.com/lbpu\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowbird\\.com/lbpun\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowellsun\\.com/litebanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowendbox\\.com/wp-content/themes/leb/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowyat\\.net/lowyat/lowyat-bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lowyat\\.net/mainpage/background\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lshunter\\.tv/images/bets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lshunter\\.tv..*&task=getbets", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucianne\\.com..*_.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luckyshare\\.net/images/1gotlucky\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luckyshare\\.net/images/2top\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luckyshare\\.net/images/sda/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://luxury4play\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lw1\\.gamecopyworld\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lw1\\.lnkworld\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lw2\\.gamecopyworld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lycos\\.com/catman/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lygo\\.com/scripts/catman/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lyrics5ab\\.com/wp-content/add", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lyricsfreak\\.com..*/overlay\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m-w\\.com/creative\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m4carbine\\.net/tabs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macaudailytimes\\.com\\.mo/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macaunews\\.com\\.mo/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macblurayplayer\\.com/image/amazon-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://machovideo\\.com/img/site/postimg2/rotate\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macintouch\\.com/images/amaz_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macintouch\\.com/images/owc_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maciverse\\.mangoco\\.netdna-cdn\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macmillandictionary\\.com/info/frame\\.html\\?zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macobserver\\.com/js/givetotmo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macobserver\\.com..*/deal_brothers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macupdate\\.com/js/google_service\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macworld\\.co\\.uk..*/textdeals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://macworld\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madamenoire\\.com/wp-content/.*_Reskin-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mads\\.dailymail\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madskristensen\\.net/discount2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madville\\.com/afs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mail\\.yahoo\\.com/mc/md\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mailinator\\.com/images/abine/leaderboard-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mailinator\\.com..*/clickbanner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com/images/.*_336x280\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com/images/download_sd_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com/images/mb-hb-2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com/images/mg120\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://majorgeeks\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://makeagif\\.com/parts/fiframe\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://malaysiabay\\.org..*/creative\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://malaysiabay\\.org..*creatives\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://malaysiakini\\.com/misc/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maltatoday\\.com\\.mt/ui_frontend/display_external_module/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://malwaredomains\\.com/ra\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mangafox\\.com/media/game321/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mangareader\\.net/images/800-x-100", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mangarush\\.com/xtend\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mangaupdates\\.com/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manhattantimesnews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mani-admin-plugin\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maniastreaming\\.com/pp2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manicapost\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manilatimes\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manutd\\.com..*/Sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://manxradio\\.com..*/banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mapsofindia\\.com/widgets/tribalfusionboxadd\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maravipost\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marineterms\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketingpilgrim\\.com/wp-content/uploads/.*/trackur\\.com-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketingsolutions\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketingupdate\\.co\\.za/temp/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketintelligencecenter\\.com/images/brokers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketnewsvideo\\.com/etfchannel/evfad1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketnewsvideo\\.com/mnvport160\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://marketplace\\.org..*/support_block/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mary\\.com/728_header\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mashable\\.com/tripleclick\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mathforum\\.org/images/tutor\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mauritiusnews\\.co\\.uk/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxconsole\\.com/maxconsole/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxgames\\.com..*/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mb\\.hockeybuzz\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mccont\\.com/campaign%20management/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mccont\\.com/sda/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mccont\\.com/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcjonline\\.com/filemanager/userfiles/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcnews\\.com\\.au/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcsesports\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcstatic\\.com..*/billboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mcvuk\\.com/static/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mealsandsteals\\.sandiego6\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meanjin\\.com\\.au/static/images/sponsors\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mechodownload\\.com/forum/images/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medhelp\\.org/hserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-delivery\\.armorgames\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-imdb\\.com/images/.*/mptv_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-imdb\\.com..*/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-imdb\\.com..*/clicktale-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media-mgmt\\.armorgames\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.abc\\.go\\.com..*/callouts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.mtvnservices\\.com/player/scripts/mtvn_player_control\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "spike.com", + "www.spike.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediafire\\.com/images/rockmelt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediafire\\.com/templates/linkto/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediafire\\.com..*/linkto/default-", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediafire\\.com..*/rockmelt_tabcontent\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediafire\\.re/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediamgr\\.ugo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com/images/buy-itunes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com/inc\\.php\\?uri=/&bannerPositions=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com..*_Background\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "farmingshow.com", + "www.farmingshow.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaspanonline\\.com..*_Background_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "farmingshow.com", + "www.farmingshow.com", + "radiosport.co.nz", + "www.radiosport.co.nz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaticks\\.com/bollywood\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaticks\\.com/images/genx-infotech\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaticks\\.com/images/genx\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaupdate\\.co\\.za/temp/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaweek\\.com\\.au/storage/.*_234x234\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://medicaldaily\\.com/views/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meetic\\.com/js/.*/site_under_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megashares\\.com/cache_program_banner\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megaswf\\.com/file/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gruntig.net", + "www.gruntig.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://megauploadtrend\\.com/iframe/if\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meinbonusxxl\\.de", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "xup.in", + "www.xup.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meizufans\\.eu/efox\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meizufans\\.eu/merimobiles\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meizufans\\.eu/vifocal\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://memory-alpha\\.org/__varnish_liftium/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://memorygapdotorg\\.files\\.wordpress\\.com..*allamerican3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "memoryholeblog.com", + "www.memoryholeblog.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://menafn\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mentalfloss\\.com..*-skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://merriam-webster\\.com/creative\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://merriam-webster\\.com..*/accipiter\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/1-13/ba_mhfinal_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/4-13/reach\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/Israel%20Today%20Logo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/Jews%20for%20Jesus%20Banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/MJBI\\.org\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://messianictimes\\.com/images/Word%20of%20Messiah%20Ministries1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meteomedia\\.com..*&placement", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meteovista\\.co\\.uk/go/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meteox\\.co\\.uk/bannerdetails\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meteox\\.com/bannerdetails\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metradar\\.ch..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metrolyrics\\.com/js/min/tonefuse\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://metromedia\\.co\\.za/bannersys/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcdn\\.net/media/.*left", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcdn\\.net/media/.*right", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcdn\\.net/media/game321/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcdn\\.net/store/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mangafox.me", + "www.mangafox.me" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mgnetwork\\.com/dealtaker/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mhvillage\\.com/ppc\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mi-pro\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miamiherald\\.com..*/dealsaver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miamiherald\\.com..*/teamfanshop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://micast\\.tv/clean\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://michronicleonline\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://middle-east-online\\.com..*/meoadv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://midlandsradio\\.fm/bms/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mightyupload\\.com/popuu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mikejung\\.biz/images/.*/728x90xLiquidWeb_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://milanounited\\.co\\.za/images/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mindfood\\.com/upload/images/wallpaper_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miniclipcdn\\.com/images/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mininova\\.org/js/vidukilayer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://minnpost\\.com..*/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirror\\.co\\.uk..*/gutters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirror\\.co\\.uk..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirror\\.co\\.uk..*_promos_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirrorcreator\\.com/js/mpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirrorcreator\\.com/js/pu_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mirrorstack\\.com/\\?q=r_ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://misterwhat\\.co\\.uk/business-company-300/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mixfm\\.co\\.za/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mixfm\\.co\\.za..*/tallspon", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mixx96\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mizzima\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mlb\\.com/images/.*_videoskin_.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mlb\\.com..*/sponsorship/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mlg-ad-ops\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmoculture\\.com/wp-content/uploads/.*-background-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmorpg\\.com/images/.*_hots_r0\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmorpg\\.com/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mmosite\\.com/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mnn\\.com/sites/.*/popups/AllstatePopup", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mnn\\.com..*/120x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mob\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobilephonetalk\\.com/eurovps\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mochiads\\.com/srv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moevideo\\.net/getit/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "videochart.net", + "www.videochart.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneymakerdiscussion\\.com/mmd-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moneymedics\\.biz/upload/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monitor\\.co\\.ug/image/view/.*/120/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monitor\\.co\\.ug/image/view/.*/468/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monkeygamesworld\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monster\\.com/null&pp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morefmphilly\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morefree\\.net/wp-content/uploads/.*/mauritanie\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morningstaronline\\.co\\.uk/offsite/progressive-listings/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motorcycles-motorbikes\\.com/pictures/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motorhomefacts\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motortrader\\.com\\.my/skinner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motorweek\\.org..*/sponsor_logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mountainbuzz\\.com/attachments/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mousesteps\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mouthshut\\.com..*/zedo\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movie2k\\.tl/layers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movie2k\\.tl/serve\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movie2kto\\.ws/popup", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movie4k\\.to/.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movie4k\\.tv/e\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://moviewallpaper\\.net/js/mwpopunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movizland\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movstreaming\\.com/images/edhim\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movzap\\.com/aad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movzap\\.com/zad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp\\.adverts\\.itv\\.com/adexplore/.*\\.swf\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp\\.adverts\\.itv\\.com/priority/.*\\.mp4", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3\\.li/images/md_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3mediaworld\\.com.*/!", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3s\\.su/uploads/___/djz_to\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3skull\\.com/call_banner_exec_new\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msecnd\\.net/script/", + "resource-type": [ + "script" + ], + "if-domain": [ + "firedrive.com", + "www.firedrive.com", + "limetorrents.cc", + "www.limetorrents.cc", + "sockshare.com", + "www.sockshare.com", + "userscloud.com", + "www.userscloud.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msn\\.com/\\?adunitid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://msw\\.ms..*/jquery\\.MSWPagePeel-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtbr\\.com/ajax/hotdeals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtv\\.co\\.uk..*/btn_itunes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mtvnimages\\.com/images/skins/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://muchmusic\\.com/images/.*-skin\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://muchmusic\\.com..*/bigbox_frame_resizer\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://muchmusic\\.com..*/leaderboard_frame_obiwan\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://multiupload\\.biz/r_ads2", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://murdermysteries\\.com/banners-murder/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://music\\.yahoo\\.com/get-free-html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musicmaza\\.com/bannerdyn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musicplayon\\.com/banner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musicremedy\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://musictarget\\.com.*/!", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mustangevolution\\.com/images/300x100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mustangevolution\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mustangevolution\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://muthafm\\.com..*/partners\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://muzu\\.tv/player/muzutv_homadconfig\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-link\\.pro/rotatingBanner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myam1230\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mybroadband\\.co\\.za/news/wp-content/wallpapers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mycentraljersey\\.com..*/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfax\\.com/free/images/sendfax/cp_coffee_660x80\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myfpscheats\\.com/bannerimg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mygaming\\.co\\.za/news/wp-content/wallpapers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myiplayer\\.eu/ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mypbrand\\.com/wp-content/uploads/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mypiratebay\\.cl", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mypremium\\.tv..*/bpad\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myretrotv\\.com..*_horbnr\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myretrotv\\.com..*_vertbnr\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myrls\\.me/open\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysafesearch\\.co\\.uk/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myshadibridalexpo\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myspacecdn\\.com/cms/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysubtitles\\.com..*_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysuncoast\\.com/app/wallpaper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mysuncoast\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myway\\.com/gca_iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mywot\\.net/files/wotcert/vipre\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naij\\.com..*/branding/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nairaland\\.com/contents/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nairaland\\.com/dynamic/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nation\\.co\\.ke..*_bg\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nation\\.lk..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nation\\.sc/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nation\\.sc/images/pub", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nationaljournal\\.com/js/njg\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nationalreview\\.com/images/display_300x600-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nationalturk\\.com..*/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nationmultimedia\\.com/home/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nationmultimedia\\.com/new/js/nation_popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nativetimes\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naukimg\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nbr\\.co\\.nz..*-WingBanner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nciku\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in/images/1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in/images/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in/images/useful/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in/javascript/jquery\\.msgbox\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ncrypt\\.in..*/layer\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ndtv\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ndtv\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nearlygood\\.com..*/_aff\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nemesistv\\.info/jQuery\\.NagAds1\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neoseeker\\.com/a_pane\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://neowin\\.net/images/atlas/aww", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nerej\\.com/c/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nesn\\.com/img/nesn-nation/bg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nesn\\.com/img/nesn-nation/header-dunkin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nesn\\.com/img/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nest\\.youwatch\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "modovideo.com", + "www.modovideo.com", + "mooshare.biz", + "www.mooshare.biz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com..*/tiwib-lootr-ad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thisiswhyimbroke.com", + "www.thisiswhyimbroke.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netindian\\.in/frontsquare.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netspidermm\\.indiatimes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netsplit\\.de/links/rootado\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netupd8\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://network\\.sofeminine\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networkwestvirginia\\.com/uploads/user_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://networx\\.com/widget\\.php\\?aff_id=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newafricanmagazine\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newalbumreleases\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newburytoday\\.co\\.uk..*-WillisAinsworth1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newipnow\\.com/ad-js\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newoxfordreview\\.org/banners/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newpct\\.com/soporte/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news-leader\\.com..*/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news-record\\.com/app/deal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.am/pic/bnr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au/cs/.*/bg-body\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au/news/vodafone/", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au..*-promo", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au..*/images/.*-bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au..*/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.com\\.au..*/public/img/p/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsbusters\\.org..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newscdn\\.com\\.au..*/desktop-bg-body\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "news.com.au", + "www.news.com.au" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsday\\.co\\.tt/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsonjapan\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsreview\\.com/images/promo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newstatesman\\.com/sites/all/themes/.*_1280x2000\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newstrackindia\\.com/images/hairfallguru728x90\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsudanvision\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsudanvision\\.com/images/Carjunctionadvert\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsvine\\.com//jenga/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsvine\\.com/jenga/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsweek\\.com..*interstitial\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newverhost\\.com/css/onload\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newverhost\\.com/css/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newvision\\.co\\.ug/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newvision\\.co\\.ug/rightsidepopup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nextag\\.com..*/NextagSponsoredProducts\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nextbigwhat\\.com/wp-content/uploads/.*ccavenue", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nextstl\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nfl\\.com/assets/images/hp-poweredby-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nfl\\.com..*/page-background-image\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nflcdn\\.com..*/partner-type/", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ngfiles\\.com/bg-skins/sponsored/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "newgrounds.com", + "www.newgrounds.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ngohq\\.com/images/ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ngrguardiannews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nichepursuits\\.com/wp-content/uploads/.*/long-tail-pro-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nigeriafootball\\.com/img/affiliate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nigerianyellowpages\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://niggasbelike\\.com/wp-content/themes/zeecorporate/images/b\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nijobfinder\\.co\\.uk/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nimbb\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "my.rsscache.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nirsoft\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nitrobahn\\.com\\.s3\\.amazonaws\\.com/theme/getclickybadge\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nmap\\.org/shared/images/p/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nme\\.com/js/takeoverlay\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nme\\.com/themes/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nmimg\\.net/css/takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nodevice\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://noram\\.srv\\.ysm\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://northjersey\\.com..*_Sponsor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://norwaypost\\.no/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro..*/compressed\\.ggotab36\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro..*/gamedvprop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro..*/messages\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro..*/messagesprop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://notalwaysromantic\\.com/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://notdoppler\\.com..*-promo-homepageskin\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://notdoppler\\.com..*-promo-siteskin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://notebook-driver\\.com/wp-content/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://novamov\\.com/images/download_video\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nowgoal\\.com/images/foreign/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nowwatchtvlive\\.com/matomyads\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nowwatchtvlive\\.com/revenuehits\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ntdtv\\.com..*/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nu2\\.nu..*/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nu2\\.nu..*_banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com/forddirectbanner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com..*/altoonative_Cardiff\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com..*/mjs-2013-11\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com..*/skyscraper\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com..*/The%20Gate_NUFC\\.com%20banner_%2016\\.8\\.13\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nufc\\.com..*_360x120\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://numberempire\\.com/images/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nutritionhorizon\\.com/content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nutritionhorizon\\.com/content/flash_loaders/", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuttynewstoday\\.com/images/hostwink\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuttynewstoday\\.com/images/percento-banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuvo\\.net..*/FooterPromoButtons\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyaa\\.se/ag", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyaa\\.se/ah", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyaa\\.se/ai", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nydailynews\\.com/img/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nydailynews\\.com/PCRichards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nydailynews\\.com..*-reskin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nymag\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nymag\\.com/scripts/skintakeover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nymag\\.com..*/metrony_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nypost\\.com..*/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyrej\\.com/c/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nyt\\.com..*-sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com..*-sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nzbindex\\.nl/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nzbking\\.com/static/nzbdrive_banner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nznewsuk\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oanda\\.com/wandacache/wf-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.autotrader\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.skyscanner\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oasc07\\.citywire\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.chron\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.hosted\\.ap\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.newsmax\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com/embed/swf/acudeo\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "deluxemusic.tv.staging.ipercast.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oboom\\.com/assets/raw/", + "resource-type": [ + "media" + ], + "if-domain": [ + "oboom.com", + "www.oboom.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://observer\\.com\\.na/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://observer\\.org\\.sz/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://observer\\.ug/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ocforums\\.com/adj/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ocp\\.cbssports\\.com/pacific/request\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oddschecker\\.com..*/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ohmygore\\.com/ef_pub.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oilprice\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oilprice\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oilprice\\.com/oiopub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://okccdn\\.com/media/img/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://okcupid\\.com/daisy\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oldgames\\.sk/images/topbar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://omgpop\\.com/dc\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://on\\.net/images/gon_nodestore\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://one-delivery\\.co\\.uk..*/sensitivedating\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onepieceofbleach\\.com/onepieceofbleach-gao-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onionstatic\\.com/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinekeystore\\.com/skin1/images/side-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinemarketnews\\.org..*/silver300600\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinemarketnews\\.org..*/silver72890\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinenews\\.com\\.pk/onlinenews-admin/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinerealgames\\.com/google", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlineshopping\\.co\\.za/expop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlygoodmovies\\.com/netflix\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onvasortir\\.com/maximemo-pense-bete-ovs\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opednews\\.com..*/iframe\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opencurrency\\.com/wp-content/uploads/.*-aocs-sidebar-commodity-bank\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://opensubtitles\\.org/gfx/banners_campaigns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oprah\\.com..*-300x335\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optics\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://optimum\\.net/utilities/doubleclicktargeting", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oraclebroadcasting\\.com/images/enerfood-300x90\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oraclebroadcasting\\.com/images/extendovite300\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oraclebroadcasting\\.com/images/hempusa_330\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://originalfm\\.com/images/hotspots/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orissadiary\\.com/img/.*-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orkut\\.gmodules\\.com./promote\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://orlandosentinel2\\.com..*-sponsorship-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://osdir\\.com/ml/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oteupload\\.com/images/iLivid-download-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ourmanga\\.com/funklicks", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://outlookindia\\.com/image/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://outofaces\\.com/.*\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overclock3d\\.net/img/pcp\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://overclockers\\.co\\.uk..*/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ovfile\\.com/player/jwadplugin\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ow\\.ly..*/hootsuite_promo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://own3d\\.tv/lr/.*\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.sbnation\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.wetransfer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ox\\.furaffinity\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oyetimes\\.com/join/advertisers\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozqul\\.com..*/webbanners\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozy\\.com/modules/_common/ozy/blade/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozy\\.com/modules/_common/ozy/full_width/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozy\\.com/modules/_common/ozy/pushdown/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ozy\\.com..*/interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://p2pnet\\.net/images/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pacificnewscenter\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagesinventory\\.com/_data/img/.*_125x400_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paisalive\\.com/include/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pakistantoday\\.com\\.pk..*/karachi_houston_PakistanToday\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paktribune\\.com..*/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pan2\\.ephotozine\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pandora\\.com..*/mediaserverPublicRedirect\\.jsp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://parade\\.com/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://paradoxwikis\\.com/Sidebar\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pardaphash\\.com/direct/tracker/add/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://parlemagazine\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners-z\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pasadenajournal\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://patrickjames\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "askandyaboutclothes.com", + "www.askandyaboutclothes.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://payplay\\.fm..*/mastercs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pbs\\.org..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pbsrc\\.com/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pbsrc\\.com..*/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcadvisor\\.co\\.uk/graphics/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcauthority\\.com\\.au..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcmag\\.com/blogshome/logicbuy\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcpro\\.co\\.uk/images/.*_siteskin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcpro\\.co\\.uk/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcpro\\.co\\.uk..*/pcprositeskin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcpro\\.co\\.uk..*skin_wide\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcr-online\\.biz/static/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcworld\\.co\\.nz..*_siteskin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcworld\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcworld\\.com/images/.*_vidmod_316x202_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pcworld\\.com/templates/video/popup\\.jsp\\?.*&flv=/pcw/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pe\\.com..*/biice2scripts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pechextreme\\.com..*/banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pechextreme\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pedestrian\\.tv/_crunk/wp-content/files_flutter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://penguin-news\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perezhilton\\.com/images/ask/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://peruthisweek\\.com/uploads/sponsor_image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://petri\\.co\\.il/media/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://petri\\.co\\.il/wp-content/uploads/banner1000x75_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://petri\\.co\\.il/wp-content/uploads/banner700x475_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pettube\\.com/images/.*-partner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pgatour\\.com..*/featurebillboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pghcitypaper\\.com/general/modalbox/modalbox\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phantom\\.ie..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phillytrib\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phnompenhpost\\.com/images/stories/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phnompenhpost\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phonearena\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phonebunch\\.com/images/flipkart_offers_alt\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phonescoop\\.com..*/a_tab\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phoronix\\.com/phxforums-thread-show\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://photo\\.net/equipment/pg-160", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://photobucket\\.com/albums/cc94/dl4all/temp/enginesong\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dl4all.com", + "www.dl4all.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://photosupload\\.net/photosupload\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phpbb\\.com/theme/images/bg_forumatic_front_page\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phpbb\\.com/theme/images/hosting/hostmonster-downloads\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phpmotion\\.com/images/banners-webhosts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phuket-post\\.com/img/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phuketgazette\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phuketgazette\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phuketwan\\.com/img/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://physorg\\.com..*/addetect\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pickmeupnews\\.com/cfopop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picsee\\.net/clk\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkbike\\.org..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinknews\\.co\\.uk/gsky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinknews\\.co\\.uk/newweb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://piratefm\\.co\\.uk/resources/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pirateproxy\\.nl/inc/ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pitchero\\.com..*/toolstation\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pittnews\\.com/modules/mod_novarp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixhost\\.org/image/fik1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://planecrashinfo\\.com/images/advertize1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://planetlotus\\.org/images/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://play4movie\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgames2\\.com/ban300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgames2\\.com/default160x160\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgames2\\.com/mmoout\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgames2\\.com/rand100x100\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgroundmag\\.net..*/wallpaperpgesp_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playhd\\.eu..*\\.html$", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playhub\\.com/js/popup-wide\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playlist\\.yahoo\\.com/makeplaylist\\.dll\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "au.tv.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playtowerdefensegames\\.com/ptdg-gao-gamebox-homepage\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plsn\\.com/images/PLSN-Bg1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plunderguide\\.com/leaderboard-gor\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plunderguide\\.com/rectangle2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plundermedia\\.com.*rectangle-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pmm\\.people\\.com\\.cn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pocket-lint\\.com/images/bytemarkad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pocketpcaddict\\.com/forums/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pogo\\.com/v/.*/js/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokernews\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pokernews\\.com/preroll\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://police-car-photos\\.com/pictures/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://policeprofessional\\.com/files/banners-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://policeprofessional\\.com/files/pictures-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://politicalwire\\.com/images/.*-sponsor\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://politico\\.com..*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://politicususa\\.com/psa/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://politicususa\\.netdna-cdn\\.com/wp-content/uploads/shadowbox-js/", + "resource-type": [ + "script" + ], + "if-domain": [ + "politicususa.com", + "www.politicususa.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pons\\.eu..*/lingeniobanner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop-over\\.powered-by\\.justplayzone\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornevo\\.com/events_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portcanaveralwebcam\\.com/images/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portevergladeswebcam\\.com..*-Ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portevergladeswebcam\\.com..*-WebCamBannerFall_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portlanddailysun\\.me/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://portmiamiwebcam\\.com/images/sling_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porttechnology\\.org/images/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://positivehealth\\.com..*/BannerAvatar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://positivehealth\\.com..*/TopicbannerAvatar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postadsnow\\.com/panbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postcrescent\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://postimg\\.org/998w2sb0b/blackops2hack\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "unknowncheats.me", + "www.unknowncheats.me" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poststar\\.com..*/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poststar\\.com..*/dealwidget\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poststar\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://power1035fm\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://power977\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://powerbot\\.org..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://powvideo\\.net/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pqarchiver\\.com..*/utilstextlinksxml\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pr0gramm\\.com/wm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://praguepost\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://preev\\.com/ads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://preev\\.com/ad$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prehackshub\\.com/js/popup-wide\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://premierleague\\.com..*/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://preppersmallbiz\\.com/wp-content/uploads/.*/PSB-Support\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*-250x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/250x250-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/apmgoldmembership250x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/DeadwoodStove-PW\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/FME-Red-CAP\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/jihad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/PW-Ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*/tsepulveda-1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*_250x150\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prepperwebsite\\.com/wp-content/uploads/.*_250x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prerollads\\.ign\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pressrepublican\\.com/wallpaper/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primenews\\.com\\.bd/add/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.ag/frame_header\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.ag/js/jquery.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.ag/load_link\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.guru/load_link\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.guru/pagetop\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.in/load_link\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://printfriendly\\.com/a/lijit/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://prisonplanet\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pro-clockers\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://professionalmuscle\\.com/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://professionalmuscle\\.com/220x105%20ver2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://professionalmuscle\\.com/featured-concreter\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://professionalmuscle\\.com/phil1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://professionalmuscle\\.com/PL2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://project-for-sell\\.com/_google\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://projectfreetv\\.ch/adblock/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://projectorcentral\\.com/bblaster\\.cfm\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.fileforum\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propakistani\\.pk/data/warid_top1\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propakistani\\.pk/data/zong\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propakistani\\.pk/wp-content/.*/warid\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propakistani\\.pk/wp-content/themes/propakistani/images/776\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://propertyeu\\.info/peu_storage_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxy-list\\.org/img/isellsite\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxy\\.org/af\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxy\\.org/ah\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://proxycape\\.com/blah\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ps3crunch\\.net/forum/images/gamers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://psgroove\\.com/images/.*\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptf\\.com/fdm_frame_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptf\\.com/js/fdm_banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptf\\.com/js/ptf_rc_.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ptf\\.com/js/rc_banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publichd\\.eu/images/direct\\.download\\.ico", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publichd\\.eu/images/directdownload\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicityupdate\\.co\\.za/temp/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicradio\\.org..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicservice\\.co\\.uk..*/spons_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pulsetv\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pumasrugbyunion\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://punch\\.cdn\\.ng..*/wp-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://punchng\\.com..*/wp-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://punksbusted\\.com/images/ventrilo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://punksbusted\\.com..*/clanwarz-portal\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pushsquare\\.com/wp-content/themes/pushsquare/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putlocker\\.is/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putlocker\\.mn..*/download\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putlocker\\.mn..*/stream-hd\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pv-tech\\.org/images/footer_logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pv-tech\\.org/images/suntech_m2fbblew\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://q1075\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qatar-tribune\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qiksilver\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qrz\\.com/pix/.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://qualityhealth\\.com..*/banner\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://queenshare\\.com/popx\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quickmeme\\.com/media/rostile", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quickpwn\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quicksilverscreen\\.com/img/moviesforfree\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://quoteland\\.com/images/banner2\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://race-dezert\\.com/images/wrap-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://race-dezert\\.com..*/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://racingpost\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://racingpost\\.com..*_607x30\\.2\\.0\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://racinguk\\.com/images/site/foot_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/.*Rails_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "accesshollywood.com", + "www.accesshollywood.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/.*skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pcgamesn.com", + "www.pcgamesn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rad\\.microsoft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rad\\.msn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radio-riverside\\.co\\.za/modules/mod_novarp/tmpl/pjmr\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radio\\.com/rotatable\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radio4fm\\.com/images/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radio4fm\\.com/promotion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radio786\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioasiafm\\.com..*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiocaroline\\.co\\.uk/swf/ACET&ACSP_RadioCaroline_teg\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioinfo\\.com/270x270/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioinfo\\.com..*/575x112-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioloyalty\\.com/newPlayer/loadbanner\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioreference\\.com/i/p4/tp/smPortalBanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radioreference\\.com..*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiotoday\\.co\\.uk/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiowave\\.com\\.na/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiowavesforum\\.com/rw/radioapp\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://radiozindagi\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ragezone\\.com/index\\.php/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ragezone\\.com/output\\.php/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rainbowpages\\.lk/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidfiledownload\\.com..*/btn-input-download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidgamez\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidgator\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidgator\\.net/images/pics/button\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidlibrary\\.com/baner.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidlibrary\\.com/banner_.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidsafe\\.de/eislogo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidshare\\.com/promo/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidtvnews\\.com..*BannerAd\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidvideo\\.org/images/pl_box_rapid\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidvideo\\.tv/images/pl\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ratio-magazine\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ravchat\\.com/img/reversephone\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawstory\\.com/givememyrawgfp\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawstory\\.com/givememyrawgfpdirect\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawstory\\.com/givememyrawjuggler\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawstory\\.com..*\\.php\\?code=bottom", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rawstory\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://raysindex\\.com/wp-content/uploads/.*/dolmansept2012flash\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rc\\.feedsportal\\.com/r/.*/rc\\.img", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://readingeagle\\.com/lib/dailysponser\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realitytvworld\\.com/burst\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realitytvworld\\.com/includes/rtvw-jscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reason\\.org/UserFiles/web-fin1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://red\\.bayimg\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reddit\\.com..*_sponsor\\.png\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rediff\\.com/worldrediff/pix/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rednationonline\\.ca/Portals/0/derbystar_leaderboard\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redpepper\\.org\\.uk/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redvase\\.bravenet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reelzchannel\\.com..*-skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regmender\\.com..*/banner336x280\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://regnow\\.img\\.digitalriver\\.com/vendor/37587/ud_box", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rejournal\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rejournal\\.com/users/blinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rejournal\\.com..*/images/homepage/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://releaselog\\.net/468\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://releaselog\\.net/uploads2/656d7eca2b5dd8f0fbd4196e4d0a2b40\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://relink\\.us/js/ibunkerslide\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://replacementdocs\\.com..*/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retrevo\\.com/m/google\\?q=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://retrevo\\.com..*/pcwframe\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://reviewcentre\\.com/cinergy-adv\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://revisionworld\\.co\\.uk/sites/default/files/imce/Double-MPU2-v2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rfu\\.com/js/jquery\\.jcarousel\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rghost\\.ru/download/a/.*/banner_download_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://richardroeper\\.com/assets/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://richmedia\\.yimg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://riderfans\\.com/other/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rightsidenews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rislivetv\\.com/ad.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rlsbb\\.com/wp-content/uploads/izilol\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rlsbb\\.com/wp-content/uploads/smoke\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rockettheme\\.com/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rocksound\\.tv/images/uploads/.*-rocksound-1920x1000_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rocktelevision\\.com..*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rockthebells\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rockthebells\\.net/images/bot_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rocvideo\\.tv/pu/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rodfile\\.com/images/esr\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rok\\.com\\.com/rok-get\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rollingstone\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rom-freaks\\.net/popup\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://romhustler\\.net/square\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rootsweb\\.com/js/o.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://roseindia\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rough-polished\\.com/upload/bx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://routerpasswords\\.com/routers\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://routes-news\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://routesonline\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rpgwatch\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rpt\\.anchorfree\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rsbuddy\\.com/campaign/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rss2search\\.com/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rt\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rt\\.com/static/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rtcc\\.org/systems/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rubiconproject\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "optimized-by.rubiconproject.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rugbyweek\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://runt-of-the-web\\.com/wrap1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://russianireland\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.imwx\\.com..*/wx-a21-plugthis\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.yimg\\.com..*/audience/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/.*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/.*-banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/.*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/180x460_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/ban-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/rbm21\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/REALCAR-SAABSUNITED-5SEC\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/USACANADA\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saabsunited\\.com/wp-content/uploads/werbung-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sacbee\\.com/static/dealsaver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sacommercialpropnews\\.co\\.za/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saf\\.org/wp-content/uploads/.*/theGunMagbanner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saf\\.org/wp-content/uploads/.*/women_guns192x50\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://safelinks\\.eu/open\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sagoodnews\\.co\\.za/templates/ubuntu-deals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sail-world\\.com/rotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://salfordonline\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://salfordonline\\.com/sponsors2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sameip\\.org/images/froghost\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://samoaobserver\\.ws..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://samoatimes\\.co\\.nz..*/banner468x60/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://samsung\\.com/ph/nextisnow/files/javascript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sapeople\\.com/wp-content/uploads/wp-banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sarasotatalkradio\\.com..*-200x200\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sarugbymag\\.co\\.za..*-wallpaper2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sat24\\.com/bannerdetails\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satelliteguys\\.us/burst_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satelliteguys\\.us/pulsepoint_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satellites\\.co\\.uk/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satnews\\.com/images/MITEQ_sky\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satnews\\.com/images/MSMPromoSubSky\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://satopsites\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://savefrom\\.net/img/a1d/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saveondish\\.com/banner2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saveondish\\.com/banner3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sawlive\\.tv/ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sayellow\\.com/Clients/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://saysuncle\\.com..*ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sbnation\\.com/campaigns_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scenicreflections\\.com/dhtmlpopup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sceper\\.eu/wp-content/banners\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://schenkelklopfer\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "4fuckr.com", + "www.4fuckr.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scientopia\\.org/public_html/clr_lympholyte_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scmagazine\\.com\\.au/Utils/SkinCSS\\.ashx\\?skinID=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scoop\\.co\\.nz/xl\\?c", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scoot\\.co\\.uk/delivery\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screen4u\\.net/templates/banner\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screenafrica\\.com/jquery\\.jcarousel\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screencrave\\.com/show/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screenlist\\.ru/dodopo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://screenlist\\.ru/porevo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scribol\\.com/broadspring\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scriptcopy\\.com/tpl/phplb/search\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scriptmafia\\.org/banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search-torrent\\.com/images/videox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.ch/acs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.ch/htmlbanner\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.triadcareers\\.news-record\\.com/jobs/search/results\\?.*&isfeatured=y&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.triadcars\\.news-record\\.com/autos/widgets/featuredautos\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchenginejournal\\.com..*-takeover-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchenginejournal\\.com..*/sej-bg-takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchenginejournal\\.com..*/sponsored-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchignited\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://searchtempest\\.com/clhimages/aocbanner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seatguru\\.com/deals\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seclists\\.org/shared/images/p/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sectools\\.org/shared/images/p/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secureupload\\.eu/gfx/dlbtn\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secureupload\\.eu/gfx/freedl\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://secureupload\\.eu/js/poad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securitymattersmag\\.com/scripts/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://securitywonks\\.net/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sedo\\.cachefly\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "sedoparking.com", + "www.sedoparking.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sedoparking\\.com/images/js_preloader\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sedoparking\\.com/jspartner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sedoparking\\.com/registrar/dopark\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seedboxes\\.cc/images/seedad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seeingwithsound\\.com/noad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://segmentnext\\.com/javascripts/interstitial\\.client\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sendspace\\.com/defaults/framer\\.html\\?z=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sendspace\\.com/images/shutter\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sendspace\\.com..*\\?zone=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sensongs\\.com/nfls/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serial\\.sw\\.cracks\\.me\\.uk/img/logo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serials\\.ws..*/logo\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serialzz\\.us/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sermonaudio\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexmummy\\.com/avnadsbanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfbaytimes\\.com/img-cont/banners", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfltimes\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sfx\\.ms/AppInsights-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shadowpool\\.info/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shanghaidaily\\.com/include/bettertraffic\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shanghaiexpat\\.com..*/wallpaper_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://share-links\\.biz/get/cmm/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://share-links\\.biz..*/hisp\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://share-links\\.biz..*/hs\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharebeast\\.com/topbar\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharephile\\.com/js/pw\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharesix\\.com/a/images/watch-bnr\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharetera\\.com/images/icon_download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharetera\\.com/promo\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharkscope\\.com/images/verts/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sherdog\\.com/index/load-banner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shodanhq\\.com/images/s/acehackware-obscured\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shop\\.com/cc\\.class/dfp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shop\\.sportsmole\\.co\\.uk/pages/deeplink/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopping\\.stylelist\\.com/widget\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shoppingpartners2\\.futurenet\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shops\\.tgdaily\\.com..*&widget=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shopwiki\\.com/banner_iframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shortcuts\\.search\\.yahoo\\.com..*&callback=yahoo\\.shortcuts\\.utils\\.setdittoadcontents&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shortlist\\.com/resource/cache/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shortlist\\.com..*-takeover\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shoutmeloud\\.com..*/hostgator-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://show-links\\.tv/layer\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://showbusinessweekly\\.com/imgs/hed/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://showsport-tv\\.com/images/xtreamfile\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://showstreet\\.com/banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shroomery\\.org/bimg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shroomery\\.org/bnr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shroomery\\.org/images/shroomery\\.please\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shroomery\\.org/images/www\\.shroomery\\.org\\.please\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shtfplan\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siberiantimes\\.com/upload/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sicilianelmondo\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sickipedia\\.org/static/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sidereel\\.com..*/featured_logo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sify\\.com/images/games/gadvt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sify\\.com..*/gads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sigalert\\.com/getunit\\.asp\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siliconrepublic\\.com/fs/img/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://silverdoctors\\.com..*/Silver-Shield-2015\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sisters-magazine\\.com..*/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitedata\\.info/doctor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sitesfrog\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siteslike\\.com/images/celeb", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://siteslike\\.com/js/fpa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sk-gaming\\.com/image/acersocialw\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sk-gaming\\.com/image/pts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sk-gaming\\.com/www/skdelivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skynews\\.com\\.au/elements/img/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skysports\\.com/images/skybet\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skyvalleychronicle\\.com/999/images/ban", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slacker\\.com/wsv1/getspot/\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slacker\\.com..*/adnetworks\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slacker\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slacker\\.com..*/getspot/\\?spotid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slashgear\\.com/static/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slayradio\\.org/images/c64audio\\.com\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slickvid\\.com/js/fun\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slickvid\\.com/js/fun2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slyck\\.com/pics/.*304x83_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartcompany\\.com\\.au/images/stories/sponsored-posts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartearningsecrets\\.com..*/FameThemes\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartmoney\\.net..*-sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smartname\\.com/scripts/google_afd_v2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smashingapps\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smh\\.com\\.au/compareandsave/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smh\\.com\\.au/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smile904\\.fm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smn-news\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smn-news\\.com/images/flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smoothjazznetwork\\.com/images/buyicon\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smotrisport\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smwcentral\\.net/html/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snimg\\.com/image/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snopes\\.com/common/include/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snopes\\.com..*/casalebanner\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snopes\\.com..*/casalebox\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snopes\\.com..*/casalesky\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://snopes\\.com..*/tribalbox\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccerlens\\.com/files1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccervista\\.com/bahforgif\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccervista\\.com/bonus\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccervista\\.com/sporting\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccerway\\.com/buttons/120x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soccerway\\.com/img/betting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socialstreamingplayer\\.crystalmedianetworks\\.com//async/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com/.*\\.php\\?embed.*type=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com/moo\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com/rev/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com..*\\.php\\?.*title", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com..*_728\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socsa\\.org\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softcab\\.com/google\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softonic\\.com/specials_leaderboard/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpedia-static\\.com/images/.*\\.jpg\\?v", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpedia-static\\.com/images/.*\\.png\\?v", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpedia-static\\.com/images/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpedia-static\\.com/images/afg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softpedia-static\\.com/images/afh/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "softpedia.com", + "www.softpedia.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soldierx\\.com/system/files/images/sx-mini-1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solomonstarnews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://solvater\\.com/images/hd\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://someecards\\.com..*/images/skin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songs\\.pk/textlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songspk\\.link/textlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songspk\\.name/fidelity\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "songs.pk", + "www.songs.pk", + "songspk.name", + "www.songspk.name" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songspk\\.name/imagepk\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songspk\\.name/textlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sootoday\\.com/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sorcerers\\.net/images/aff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soundcloud\\.com/audio-ad\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soundcloud\\.com/promoted/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soundspheremag\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://soundtracklyrics\\.net..*_az\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sourcefed\\.com/wp-content/uploads/.*/netflix4\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sourceforge\\.net/images/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://southafricab2b\\.co\\.za/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sowetanlive\\.co\\.za/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://space\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spaceweather\\.com/abdfeeter/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spartoo\\.eu/footer_tag_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spcontentcdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sporcle.com", + "www.sporcle.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/flash/59rvvrpc-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/flash/60speedify", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtv\\.com\\.edgesuite\\.net/img/monthly/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtv\\.com/js/interstitial\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtv\\.com..*/tissot-logo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedvid\\.net/ad\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speedvideo\\.net/img/playerFk\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://speroforum\\.com/images/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spicegrenada\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsors\\.s2ki\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsors\\.webosroundup\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sporcle\\.com/adn/yak\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sportcategory\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spotflux\\.com/service/partner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spreaker\\.net/spots/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sptimes\\.ru/clients/banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spycss\\.com/images/hostgator\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spyw\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uploadlw.com", + "www.uploadlw.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://squadedit\\.com/img/peanuts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://srv\\.thespacereporter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*/browser-scripts/da-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://st701\\.com/stomp/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stad\\.com/googlefoot2\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stagnitomedia\\.com/view-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://standard\\.net/sites/default/files/images/wallpapers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://standardmedia\\.co\\.ke/flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://star883\\.org..*/sponsors\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://startxchange\\.com/bnr\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static-economist\\.com..*/timekeeper-by-rolex-medium\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.ec\\.own3d\\.tv/lr/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.hd-trailers\\.net/js/javascript_.*\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.nfl\\.com..*-background-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.plista\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "wg-gesucht.de", + "www.wg-gesucht.de" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://staticneo\\.com/neoassets/iframes/leaderboard_bottom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://staticworld\\.net/images/.*_pcwskin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://steambuy\\.com/steambuy\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sternfannetwork\\.com/forum/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://steroid\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://steroid\\.com/dsoct09\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sticker\\.yadro\\.ru/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stjohntradewindsnews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stltoday\\.com..*_sponsor\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stlyrics\\.com..*_az\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stlyrics\\.com..*_st\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stockhouse\\.com..*-300x75\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stopforumspam\\.com/img/snelserver\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stopstream\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://storewidget\\.pcauthority\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://strategypage\\.com..*_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream\\.heavenmedia\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.co/frames/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/600pick\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/900rev\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/900yahoo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/ad10\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/chat1\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/eadb\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/eadt\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/ed", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/images/hd1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/Los_Br\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stream2watch\\.me/yield\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamcloud\\.eu/deliver\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://student-jobs\\.co\\.uk/banner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/1319769787/395/5871395\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/1361239022/107/8323107\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/clientdev/production/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/stuff/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/stuff/misc/flying-flowers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/stuff/tom/mags-widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.co\\.nz/stuff/widgets/lifedirect/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.priceme\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "stuff.co.nz", + "www.stuff.co.nz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stuff\\.tv/client/skinning/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stv\\.tv/img/player/stvplayer-sponsorstrip-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://subs4free\\.com..*/wh4_s4f_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://succeed\\.co\\.za..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sulekha\\.com..*/bannerhelper\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sulekha\\.com..*/sulekhabanner\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sun-fm\\.com/resources/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sunriseradio\\.com/js/rbanners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sunshineradio\\.ie/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://suntimes\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://superbike-news\\.co\\.uk/absolutebm/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supermarket\\.co\\.za/images/advetising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://supermonitoring\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://superplatyna\\.com/automater\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://surfthechannel\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swagmp3\\.com/cdn-cgi/pe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swampbuggy\\.com/media/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swedishwire\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sweepsadvantage\\.com/336x230-2\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swiftco\\.net/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swimnews\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swimnewslibrary\\.com..*_960x120\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://swoknews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sxc\\.hu/img/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sydneyolympicfc\\.com/admin/media_manager/media/mm_magic_display/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://systemexplorer\\.net/sessg\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sythe\\.org/bnrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sythe\\.org/clientscript/agold\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tabla\\.com\\.sg/SIA\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tabloidmedia\\.co\\.za/images/signs2\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://taipeitimes\\.com/js/gad\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://taiwannews\\.com\\.tw/etn/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://take40\\.com/css/takeover\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://take40\\.com/images/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkers\\.com/imagebase/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkers\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkgold\\.com/bans/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkphotography\\.co\\.uk/images/externallogos/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkradioeurope\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talkradioeurope\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://talksport\\.co\\.uk..*/ts_takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tampermonkey\\.net/bner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tampermonkey\\.net..*\\..*\\.", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tanzanite\\.infomine\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetedinfo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://targetedtopic\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tastro\\.org/x/ads.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tbs\\.com..*/ad_policy\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tbs.com", + "www.tbs.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tdfimg\\.com/go/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teamfourstar\\.com/img/918thefan\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techexams\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techhive\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://technewsdaily\\.com/crime-stats/local_crime_stats\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://technewsworld\\.com/images/sda/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://technomag\\.co\\.zw..*/TakeOverCampaign\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techpowerup\\.com/images/bnnrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techradar\\.com..*/img/.*_takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techsupportforum\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techtarget\\.com..*/leaderboard\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://techtree\\.com..*/jquery\\.catfish\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teesoft\\.info/images/uniblue\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teesupport\\.com/wp-content/themes/ts-blog/images/cp-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tehrantimes\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telecomtiger\\.com..*_250x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telecomtiger\\.com..*_640x480_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telegraph\\.co\\.uk/international/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telegraph\\.co\\.uk/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telegraphindia\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://telegraphindia\\.com..*/hoabanner\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://templatesbox\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ten-tenths\\.com/sidebar\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tenmanga\\.com/files/js/manga_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tenmanga\\.com/files/js/site_skin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tennischannel\\.com/prud\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tennischannel\\.com/tc-button-gif\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tennisworldusa\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tentonhammer\\.com..*/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://terafile\\.co/i/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://testseek\\.com/price_pricegrabber_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://textpattern\\.com/images/117\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thaivisa\\.com/promotions/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-numbers\\.com..*/allposters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theactivetimes\\.net..*/featured_partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theafricachannel\\.com..*/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theaquarian\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theartnewspaper\\.com/aads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theasiantoday\\.com/image/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theattractionforums\\.com/images/rbsbanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebay\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebeat99\\.com/cmsadmin/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theblaze\\.com..*-background-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theblaze\\.com..*-background2-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theblaze\\.com..*-backgroundwide-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theblaze\\.com..*-interstitial-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theblaze\\.com..*_background_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebull\\.com\\.au/admin/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebulls\\.co\\.za..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theburningplatform\\.com/wp-content/uploads/.*_180x150\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebusinessdesk\\.com/assets/_files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecatholicuniverse\\.com..*-ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecatholicuniverse\\.com..*-advert-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecatholicuniverse\\.com..*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecenturion\\.co\\.za..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecharlottepost\\.com/cache/sql/fba/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thechive\\.files\\.wordpress\\.com..*-wallpaper-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecitizen\\.co\\.tz..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecnj\\.com/images/hotel-banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecorrsmisc\\.com/10feet_banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecorrsmisc\\.com/brokenthread\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecorrsmisc\\.com/msb_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thecsuite\\.co\\.uk..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailyherald\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailymash\\.co\\.uk/templates/mashtastic/gutters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailymeal\\.com..*_sponsoredby\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailymeal\\.net..*/featured_partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailypaul\\.com/images/amzn-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailysheeple\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailystar\\.net..*/400-x-120-pixel\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailystar\\.net..*/Animation-200-X-30\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailystar\\.net..*/aritel-logo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailystar\\.net..*/scbbd\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theday\\.com/assets/images/sponsorlogos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedomainstat\\.com/filemanager/userfiles/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theedinburghreporter\\.co\\.uk/hmbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theenglishgarden\\.co\\.uk..*/bannerImage\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thefile\\.me..*\\.php\\?.*zoneid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thefrontierpost\\.com/media/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehealthcareblog\\.com/files/.*/American-Resident-Project-Logo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehealthcareblog\\.com/files/.*/athena-300\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehealthcareblog\\.com/files/.*/THCB-Validic-jpg-opt\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehighstreetweb\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehindu\\.com/multimedia/.*/sivananda_sponsorch_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehubsa\\.co\\.za..*/sponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theispguide\\.com/premiumisp\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theispguide\\.com/topbanner\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thejesperbay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thejointblog\\.com/wp-content/uploads/.*-235x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thejointblog\\.com..*/dablab\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thelakewoodscoop\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theleader\\.info/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theliberianjournal\\.com/flash/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thelocal\\.com/scripts/fancybox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thelodownny\\.com/leslog/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thelyricarchive\\.com/new/view/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themag\\.co\\.uk/assets/BV200x90TOPBANNER\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themidweeksun\\.co\\.bw/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theminiforum\\.co\\.uk/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themis-media\\.com/media/global/images/cskins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themis\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themiscellany\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://themittani\\.com/sites/.*-skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenassauguardian\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenationonlineng\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenewage\\.co\\.za/Image/kingprice\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenewjournalandguide\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenextweb\\.com/wp-content/plugins/tnw-siteskin/mobileys/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenextweb\\.com..*/canvas\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*-140x300-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/140x140_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/ADIDAS_11PRO_WHITEOUT\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/Budweiser\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/image-non-league\\.jpeg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/J4K-new-range-pictures\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenonleaguefootballpaper\\.com..*/Lovell-Soccer\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theoldie\\.co\\.uk/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theolympian\\.com/static/images/weathersponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theonion\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theorganicprepper\\.ca/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepaper24-7\\.com/SiteImages/Banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepaper24-7\\.com/SiteImages/Tile/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepeak\\.fm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepeninsulaqatar\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thephuketnews\\.com/photo/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theplanetweekly\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theportugalnews\\.com/uploads/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepreparednessreview\\.com/wp-content/uploads/.*/250x125-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepreparednessreview\\.com/wp-content/uploads/.*_175x175\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepreparednessreview\\.com/wp-content/uploads/.*_185x185\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theradiomagazine\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theradiomagazine\\.co\\.uk/images/bionics\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://therugbyforum\\.com/trf-images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesentinel\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesource\\.com/magicshave/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thespiritsbusiness\\.com..*/Banner150", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thessdreview\\.com/wp-content/uploads/.*/930x64_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thessdreview\\.com..*-bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thessdreview\\.com..*/owc-full-banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thessdreview\\.com..*/owc-new-gif1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thestandard\\.com\\.hk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thestandard\\.com\\.hk/rotate_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thestkittsnevisobserver\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesundaily\\.my/sites/default/files/twinskyscrapers", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesurvivalistblog\\.net..*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesweetscience\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theticketmiami\\.com/Pics/listenlive/.*-Left\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theticketmiami\\.com/Pics/listenlive/.*-Right\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thetimes\\.co\\.uk/public/encounters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thetvdb\\.com/images/frugal\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thetvdb\\.com/images/jriver_banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thevideo\\.me/cgi-bin/get_creatives\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thevideo\\.me/creatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thevoicebw\\.com..*325x290\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thewb\\.com/thewb/swf/tmz-adblock/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thewindowsclub\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theyeshivaworld\\.com/yw/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thinkbroadband\\.com/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thinkingwithportals\\.com/images/.*-skyscraper\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thinkingwithportals\\.com..*-skyscraper\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thirdage\\.com..*_banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thisisanfield\\.com..*takeover", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thunder106\\.com//wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ticketnetwork\\.com/images/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tigerdroppings\\.com..*&adcode=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://time4tv\\.com/tlv\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timeinc\\.net/.*/i/oba-compliance\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timeinc\\.net..*/recirc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://times-herald\\.com/pubfiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://times\\.co\\.sz/files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timesnow\\.tv/googlehome\\.cms", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timesofoman\\.com/FrontInc/top\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timesofoman\\.com/siteImages/MyBannerImages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timesofoman\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timestalks\\.com/images/sponsor-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tindleradio\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinychat\\.com/channel\\?frame=true&", + "resource-type": [ + "document" + ], + "if-domain": [ + "tinypaste.com", + "www.tinypaste.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinypaste\\.com/public/images/480\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tinyurl\\.com/firefox_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titanshare\\.to/images/buttons/download\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titantorrent\\.to..*/buttons/download\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titantv\\.com/gravity\\.ashx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmcs\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmz\\.vo\\.llnwd\\.net..*/images/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tmz\\.vo\\.llnwd\\.net..*/sponsorship/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tmz.com", + "www.tmz.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tnij\\.org/rotator", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tny\\.cz/oo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tom\\.itv\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tomshardware\\.com/indexAjax\\.php\\?ctrl=ajax_pricegrabber", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tomshardware\\.com/price/widget/\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toolslib\\.net/assets/img/a_dvt/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toomuchnews\\.com/dropin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toonova\\.com/images/site/front/xgift-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toonzone\\.net..*/placements\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topalternate\\.com/assets/sponsored_links-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topfriv\\.com/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://topix\\.com/ajax/krillion/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toptenreviews\\.com/flash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent-finder\\.info/cont\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent-finder\\.info/cont\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent\\.cd/images/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent\\.cd/images/big_use\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent\\.cd/images/main_big_msoft\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrent\\.cd/images/sp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentbit\\.net/images/1click/button-long\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentbox\\.sx/img/download_direct\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentcrazy\\.com/img/wx\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentcrazy\\.com/pnd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrenteditor\\.com/img/graphical-network-monitor\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentfreak\\.com/images/vuze\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentfunk\\.com/affprofslider\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentfusion\\.com/FastDownload\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentproject\\.org/out/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentroom\\.com/js/torrents\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrents\\.net/btguard\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrents\\.net/wiget\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentv\\.org/images/tsdd\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentv\\.org/images/tsdls\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentz\\..*/mgid/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalcmd\\.pl/img/billboard_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalcmd\\.pl/img/nucom\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalcmd\\.pl/img/olszak\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalguitar\\.net/images/.*_125X125\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://totalguitar\\.net/images/tgMagazineBanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toucharcade\\.com/wp-content/themes/.*_background_.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toucharcade\\.com/wp-content/themes/skin_zero/images/skin_assets/main_skin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toucharcade\\.com/wp-content/uploads/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://townhall\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toynews-online\\.biz/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toynewsi\\.com/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toywiz\\.com/lower-caption-global\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tpb\\.piraten\\.lu/static/img/bar\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tpucdn\\.com/images/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "techpowerup.com", + "www.techpowerup.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracking\\.hostgator\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trackitdown\\.net/skins/.*_campaign/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tracksat\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tradewinds\\.vi/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trgoals\\.es/adk\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tribune\\.com\\.ng/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tribune242\\.com/pubfiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\..*/adp/adp-", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\.com/adp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\.com..*/skyscraper\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://truck1\\.eu/_BANNERS_/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trucknetuk\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trucktrend\\.com..*_160x200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trustedreviews\\.com/mobile/widgets/html/promoted-phones\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trutv\\.com/includes/mods/iframes/mgid-blog\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tsatic-cdn\\.net/takeovers/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tsdmemphis\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tsn\\.ca..*_sponsor\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubehome\\.com/imgs/undressme", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubeplus\\.me/resources/js/codec\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tullahomanews\\.com/news/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tullahomanews\\.com/news/tn-popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tune\\.pk/plugins/cb_tunepk/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbobit\\.net/js/acontrol\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbobit\\.net/oexktl/muzebra_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turbobit\\.net/pics/7z1xla23ay_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turboimagehost\\.com/300.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turboimagehost\\.com/728.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turboimagehost\\.com/p\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turboyourpc\\.com/images/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turnstylenews\\.com..*/sponsors\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tusfiles\\.net/i/dll\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tusfiles\\.net/images/tusfilesb\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tuspics\\.net/onlyPopupOnce\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tv4chan\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvbrowser\\.org/logo_df_tvsponsor_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvcatchup\\.com/wowee/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvducky\\.com/imgs/graboid\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvguide\\.com..*/ecommerce/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tvsubtitles\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tweaktown\\.com/cms/includes/i.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twentyfour7football\\.com..*/gpprint\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twitch\\.tv/ad/.*=preroll", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twitch\\.tv/widgets/live_embed_player\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gelbooru.com", + "www.gelbooru.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twnmm\\.com..*/sponsored_logo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://txfm\\.ie..*/amazon-16x16\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://txfm\\.ie..*/itunes-16x16\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u\\.tv/images/misc/progressive\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u\\.tv/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://u\\.tv/utvplayer/jwplayer/ova\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ua\\.badongo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uberhumor\\.com/.*btf\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uberhumor\\.com/iframe", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubuntugeek\\.com/images/dnsstock\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubuntugeek\\.com/images/od\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubuntugeek\\.com/images/ubuntu1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ubuntugeek\\.com..*/rocket\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ufonts\\.com/gfx/uFonts_Banner5\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ugo\\.com/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uimserv\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ujfm\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uk-mkivs\\.net/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukbusinessforums\\.co\\.uk/adblock/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukcampsite\\.co\\.uk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukcast\\.co/pubfit\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukcast\\.co/rbt728\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukfindit\\.com/images/.*_125x125\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukfindit\\.com/wipedebtclean\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukradioplayer\\.kerrangradio\\.co\\.uk..*/icon_amazon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukradioplayer\\.kerrangradio\\.co\\.uk..*/icon_apple\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimate-guitar\\.com/_img/bgd/bgd_main_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimate-guitar\\.com/_img/promo/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimate-guitar\\.com/bgd/main_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimate-guitar\\.com..*/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatehandyman\\.co\\.uk/ban\\.txt", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatehandyman\\.org/bh1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatewindowssecurity\\.com/images/banner80x490_WSUS_FreeTool\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatewindowssecurity\\.com/images/patchzone-resource-80x490\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatewindowssecurity\\.com/images/spale\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimatewindowssecurity\\.com/securitylog/encyclopedia/images/allpartners\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://umbrelladetective\\.com/uploaded_files/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unawave\\.de/medien/a/w-ama-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unawave\\.de/medien/ama/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unawave\\.de/medien/wbwso-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unawave\\.de/templates/unawave/a/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unblockedpiratebay\\.com/external/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unblockt\\.com/scrape_if\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uncoached\\.com/smallpics/ashley", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unicast\\.ign\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unicast\\.msn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.com/eng/bannerbottom\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.com/eng/bannerheader\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.com/eng/bannerrightside\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.com/eng/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.com/eng/bannertopright\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniindia\\.net/eng/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uniquefm\\.gm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://universalhub\\.com/bban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://upload\\.ee/image/.*/B_descarga_tipo12\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadbaz\\.com..*-728-", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadcore\\.com/images/.*-Lad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadcore\\.com/images/.*-mad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadcore\\.com/images/.*-Rad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.net/js2/downloadam\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.to/img/e/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploading\\.com/static/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadlw\\.com/js/cash\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadlw\\.com..*/download-now", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadlw\\.com..*/download_button\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uptobox\\.com/ayl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uptobox\\.com/images/download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uptobox\\.com/images/downloaden\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urbanchristiannews\\.com/ucn/sidebar-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urbanfonts\\.com/images/fonts_com/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urbanvelo\\.org/sidebarbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urethanes-technology-international\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.net/newpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.net/random.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.org/abp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlcash\\.org/newpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://urlgone\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usanetwork\\.com/_js/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usatoday\\.net..*/lb-agate\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usatodayhss\\.com/images/.*skin", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uschess\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenet-crawler\\.com/astraweb\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usenet-crawler\\.com/purevpn\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://usforacle\\.com..*-300x250\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ustatik\\.com/_img/promo/takeovers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ultimate-guitar.com", + "www.ultimate-guitar.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ustatik\\.com/_img/promo/takeovers_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ultimate-guitar.com", + "www.ultimate-guitar.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ustream\\.tv/takeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uvnc\\.com/img/housecall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://val\\.fm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://valleyplanet\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vanityfair\\.com/custom/ebook-ad-bookbiz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vasco\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vault\\.starproperty\\.my/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vcdq\\.com/tag\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vcdq\\.com..*/ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vehix\\.com/tags/default\\.imu\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://verdict\\.abc\\.go\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://verizon\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://verzend\\.be/images/download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://verzing\\.com/popup", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vfs-uk-in\\.com/images/webbanner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vhd\\.me/custom/interstitial", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viadeo\\.com/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viamichelin\\.co\\.uk/htm/cmn/afs.*\\.htm\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viator\\.com/analytics/percent_mobile_hash\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidbull\\.com/tags/vidbull_bnr\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidds\\.net/pads.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video-cdn\\.abcnews\\.com/ad_", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video-cdn\\.abcnews\\.com..*_ad_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "go.com", + "www.go.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.abc\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.abc\\.com..*/promos/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.thestaticvube\\.com/video/.*\\.mp4", + "resource-type": [ + "raw" + ], + "if-domain": [ + "vube.com", + "www.vube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video44\\.net/gogo/a_d_s\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video44\\.net/gogo/qc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://video44\\.net/gogo/yume-h\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobam\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobam\\.com/this-pays-for-bandwidth/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobash\\.com/images/playboy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobull\\.com/wp-content/themes/.*/watch-now\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobull\\.com..*/amazon_ico\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobull\\.to/wp-content/themes/videozoom/images/gotowatchnow\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videobull\\.to/wp-content/themes/videozoom/images/stream-hd-button\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videodorm\\.org/player/yume-h\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videodownloadtoolbar\\.com/fancybox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videogamer\\.com/videogamer.*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videogamer\\.com..*/css/skins/", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videogamesblogger\\.com/takeover\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videogamesblogger\\.com..*/scripts/takeover\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videolan\\.org/images/events/animated_packliberte\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videopediaworld\\.com/nuevo/plugins/midroll\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videos\\.com/click\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videos\\.mediaite\\.com/decor/live/white_alpha_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videositeprofits\\.com..*/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videowood\\.tv/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videowood\\.tv/assets/js/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videowood\\.tv/pop2", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidhog\\.com/images/download_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vids\\.ma", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net/player/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net", + "resource-type": [ + "document" + ], + "if-domain": [ + "vidspot.net", + "www.vidspot.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net..*/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidvib\\.com/vidvibpopa\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidvib\\.com/vidvibpopb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viewdocsonline\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://villagevoice\\.com/img/VDotDFallback-large\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vinaora\\.com/xmedia/hosting/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipbox\\.co/js/bn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipbox\\.co..*/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipbox\\.tv/js/layer-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipbox\\.tv/js/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipi\\.tv/ad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vipleague\\.se/js/vip\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtual-hideout\\.net/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtualtourist\\.com/adp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vistandpoint\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vitalfootball\\.co\\.uk/app-interstitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vitalfootball\\.co\\.uk..*/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vnbitcoin\\.org/140_350\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vnbitcoin\\.org/gawminers\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vodlocker\\.com/images/acenter\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vodo\\.net/static/images/promotion/utorrent_plus_buy\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vogue\\.in/node/.*\\?section=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicescalgary\\.com/images/leaderBoards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicescalgary\\.com/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesedmonton\\.com/images/leaderBoards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesedmonton\\.com/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesottawa\\.com/images/leaderBoards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesottawa\\.com/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicestoronto\\.com/images/leaderBoards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicestoronto\\.com/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesvancouver\\.com/images/leaderBoards/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://voicesvancouver\\.com/images/stories/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vondroid\\.com/site-img/.*-adv-ex-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vonradio\\.com/grfx/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vortez\\.co\\.uk..*120x600\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vortez\\.co\\.uk..*skyscraper\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vosizneias\\.com/perms/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vox-cdn\\.com/campaigns_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vpsboard\\.com/display/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://w\\.homes\\.yahoo\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waamradio\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wadldetroit\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wallpaper\\.com/themes/takeovers/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://walshfreedom\\.com..*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://walshfreedom\\.com..*/liberty-luxury\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wambacdn\\.net/images/upload/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mamba.ru", + "www.mamba.ru" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wantedinmilan\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wantitall\\.co\\.za/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waoanime\\.tv/playerimg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wardsauto\\.com..*/pm_doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://warriorforum\\.com/vbppb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/javascript/piggy-back-on-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://washpost\\.com..*/cmag_sponsor3\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://washtimes\\.com/static/images/SelectAutoWeather_v2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchcartoononline\\.com..*/530x90\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchfreemovies\\.ch/js/lmst\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchop\\.com/player/watchonepiece-gao-gamebox\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchseries\\.eu/images/affiliate_buzz\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchseries\\.eu/images/download\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchseries\\.eu/js/csspopup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/flashwatchwus\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/.*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/.*_250x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/1900x220_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/clerc-final\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/longines_legenddiver\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/media/wus-image\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchuseek\\.com/site/forabar/zixenflashwatch\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchwwelive\\.net..*/big_ban\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchwwelive\\.net..*/long_ban2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://waterford-today\\.ie..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wavelengthcalculator\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://way2sms\\.com/w2sv5/js/fo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbal\\.com/absolutebm/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbgo\\.org..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wbj\\.pl/im/partners\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wcbm\\.com/includes/clientgraphics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wctk\\.com/banner_rotator\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wdwinfo\\.com/js/swap\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://we7\\.com/images/yahoo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wealthycashmagnet\\.com/upload/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wearetennis\\.com/img/common/bnp-logo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wearetennis\\.com/img/common/bnp-logo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wearetennis\\.com/img/common/logo_bnp_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weather365\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weatherbug\\.com..*/ova-jw\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weatheroffice\\.gc\\.ca/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webdesignerdepot\\.com/wp-content/plugins/md-popup/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webdesignerdepot\\.com/wp-content/themes/wdd2/fancybox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webhostingtalk\\.com/images/style/lw-160x400\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webhostingtalk\\.com/images/style/lw-header\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webhostranking\\.com/images/bluehost-coupon-banner-1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmailnotifier\\.mozdev\\.org/etc/af/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmaster\\.extabit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webmastercrunch\\.com..*/hostgator300x30\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webnewswire\\.com/images/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://websitehome\\.co\\.uk/seoheap/cheap-web-hosting\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://webstatschecker\\.com/links/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weddingtv\\.com/src/baners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weei\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weei\\.com..*_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegoted\\.com/includes/biogreen\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegoted\\.com/uploads/memsponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegoted\\.com/uploads/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weknowmemes\\.com/sidesky\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://werlv\\.com..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wgfaradio\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatismyip\\.com/images/VYPR__125x125\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatismyip\\.com/images/vyprvpn_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatismyip\\.org/ez_display_au_fillslot\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatmobile\\.com\\.pk/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatmyip\\.co/images/speedcoin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatreallyhappened\\.com/webpageimages/banners/uwslogosm\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatsabyte\\.com/images/Acronis_Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatson\\.co\\.za/img/hp\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatsonstage\\.com/images/sitetakeover/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatsontv\\.co\\.uk..*/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whatsthescore\\.com/logos/icons/bookmakers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whdh\\.com/images/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wheninmanila\\.com/wp-content/uploads/2011/05/Benchmark-Email-Free-Signup\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wheninmanila\\.com/wp-content/uploads/2012/12/Marie-France-Buy-1-Take-1-Deal-Discount-WhenInManila\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wheninmanila\\.com/wp-content/uploads/2014/02/DTC-Hardcore-Quadcore-300x100\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wheninmanila\\.com/wp-content/uploads/2014/04/zion-wifi-social-hotspot-system\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whispersinthecorridors\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whistleout\\.com\\.au/imagelibrary/ads/wo_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/FC/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/LB/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/MR/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/SR/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/SRA/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/SRB/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.ae/images/UI/WS/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://who\\.is/images/domain-transfer2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoer\\.net/images/pb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoer\\.net/images/vlab50_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoer\\.net/images/vpnlab20_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whois\\.net/dombot\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whois\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whoownsfacebook\\.com/images/topbanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whtsrv3\\.com..*==", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "webhostingtalk.com", + "www.webhostingtalk.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.directory\\.dailycommercial\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://widih\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wiilovemario\\.com/images/fc-twin-play-nes-snes-cartridges\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wikia\\.com/__varnish_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wikinvest\\.com/wikinvest/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wikinvest\\.com/wikinvest/images/zap_trade_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wildtangent\\.com/leaderboard\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://windows\\.net/script/p\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "1fichier.com", + "www.1fichier.com", + "limetorrents.cc", + "www.limetorrents.cc", + "primewire.ag", + "www.primewire.ag", + "thepiratebay.xn--q9jyb4c", + "www.thepiratebay.xn--q9jyb4c" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://windowsitpro\\.com..*/roadblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winnfm\\.com/grfx/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winpcap\\.org/assets/image/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://winsupersite\\.com..*/roadblock\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wipfilms\\.net..*/amazon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wipfilms\\.net..*/instant-video\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wired\\.com/images/xrail/.*/samsung_layar_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wirenh\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wiretarget\\.com/a_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wistia\\.net/embed/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://witbankspurs\\.co\\.za/layout_images/sponsor\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://witteringsfromwitney\\.com/wp-content/plugins/popup-with-fancybox/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wjie\\.org/media/img/sponsers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wjunction\\.com/images/468x60", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wjunction\\.com/images/constant/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wjunction\\.com/images/rectangle", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wksu\\.org/graphics/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wlcr\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wlrfm\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wned\\.org/underwriting/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wnst\\.net/img/coupon/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wolf-howl\\.com/wp-content/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worddictionary\\.co\\.uk/static//inpage-affinity/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*-banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "inspirationfeed.com", + "www.inspirationfeed.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*/amazon2-center-top\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gigaom.com", + "www.gigaom.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*/chive-skin-", + "resource-type": [ + "image" + ], + "if-domain": [ + "thechive.com", + "www.thechive.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*/mediatemple\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "inspirationfeed.com", + "www.inspirationfeed.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*_250x2501\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "inspirationfeed.com", + "www.inspirationfeed.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordpress\\.com..*_reskin-", + "resource-type": [ + "image" + ], + "if-domain": [ + "bossip.com", + "www.bossip.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordreference\\.com/.*/publ/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wordwebonline\\.com/img/122x36ccbanner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://work-day\\.co\\.uk/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://workingdays\\.ca/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://workingdays\\.org/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://workingdays\\.us/pub_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldarchitecturenews\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldarchitecturenews\\.com/flash_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldometers\\.info/L300L\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldometers\\.info/L300R\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldometers\\.info/L728\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldstadiums\\.com/world_stadiums/bugarrishoes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldstagegroup\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldstagegroup\\.com/worldstagenew/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worthofweb\\.com/images/wow-ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wowhead\\.com/uploads/skins/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wowwiki\\.com/__varnish_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/wp-content/themes/vip/tctechcrunch/images/tc_.*_skin\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com..*/coedmagazine3/gads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "coedmagazine.com", + "www.coedmagazine.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wpcomwidgets\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thegrio.com", + "www.thegrio.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wpcv\\.com/includes/header_banner\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wpdaddy\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wptmag\\.com/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wqah\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wqam\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wqxe\\.com/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wranglerforum\\.com/images/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrc\\.com/img/sponsors-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrc\\.com/swf/homeclock_edox_hori\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrcjfm\\.org/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrko\\.com/sites/wrko\\.com/files/poll/.*_285x95\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrko\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrlr\\.fm/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrmf\\.com/upload/.*_Webskin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wshh\\.me/vast/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wsj\\.net/internal/krux\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wttrend\\.com/images/hs\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wunderground\\.com/geo/swfad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wunderground\\.com..*/wuss_300ad2\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wvbr\\.com/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwaytv3\\.com..*/curlypage\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wwbf\\.com/b/topbanner\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://www2\\.sys-con\\.com..*\\.cfm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x\\.castanet\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbitlabs\\.com/cms/module_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbitlabs\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbox-hq\\.com/html/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbox-scene\\.com/crave/logo_on_white_s160\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xboxgaming\\.co\\.za..*/images/background/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xiaopan\\.co/Reaver\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xomreviews\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xoops-theme\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xscores\\.com/livescore/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xsreviews\\.co\\.uk/style/bgg2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtremesystems\\.org/forums/brotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xup\\.in/layer\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\..*/serv\\?s=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/__darla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/contextual-shortcuts", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/darla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/livewords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/neo/darla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/sdarla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/ysmload\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com..*/eyc-themis\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yamgo\\.mobi/images/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yamivideo\\.com..*/download_video\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yardbarker\\.com/asset/asset_source/.*\\?ord=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yarisworld\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yasni\\..*/design/relaunch/gfx/elitepartner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yavideo\\.tv/ajaxlog\\.txt\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yea\\.uploadimagex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellow\\.co\\.ke/img/left_side/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellow\\.co\\.ke/img/right_side/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellow\\.co\\.ke/img/top_banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpage-jp\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/FC/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/LB/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/MR/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/SR/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/ST/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/WA/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ae/UI/WM/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.com\\.jo/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.com\\.lb/uploaded/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ly/user_media/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.ly..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpageskenya\\.com/sponsored/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yfrog\\.com/images/contests/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yfrog\\.com/images/weezer-bloggie-bg\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yfrog\\.com/ym\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/.*300x250", + "resource-type": [ + "image", + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/a/1-", + "resource-type": [ + "image", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/ao/adv/", + "resource-type": [ + "script" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/cv/ae/ca/audience/", + "resource-type": [ + "image" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/cv/ae/us/audience/", + "resource-type": [ + "image" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/cv/eng/.*\\.webm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/cv/eng/.*/635x100_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/cv/eng/.*/970x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/dh/ap/default/.*/skins_", + "resource-type": [ + "image" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/hl/ap/.*_takeover_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/hl/ap/default/.*_background", + "resource-type": [ + "image" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/i/i/de/cat/yahoo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/la/i/wan/widgets/wjobs/", + "resource-type": [ + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/rq/darla/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/billboardv2r5min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/darla-secure-pre-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/fairfax/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/flash/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/ya-answers-dmros-ssl-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/yad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/yad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/yfpadobject\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*_east\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*_north\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*_west\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ynaija\\.com..*/ad\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ynaija\\.com..*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ynaija\\.com..*300X300", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yolasite\\.com/resources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "coolsport.tv", + "www.coolsport.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yomzansi\\.com..*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yopmail\\.com/fbd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yorkshirecoastradio\\.com/resources/creative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youconvertit\\.com/_images/.*ad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngrider\\.com/images/sponsorships/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourbittorrent\\.com/downloadnow\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourbittorrent\\.com/images/lumovies\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourepeat\\.com/revive_wrapper\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourepeat\\.com..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourfilehost\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourindustrynews\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourmovies\\.com\\.au..*/side_panels_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourmuze\\.fm/images/audionow\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourmuze\\.fm/images/banner_ym\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourradioplace\\.com//images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourradioplace\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourwire\\.net/images/refssder\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youserials\\.com/i/banner_pos\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube-mp3\\.org/acode/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/yva_video\\?adformat=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com", + "viki.com", + "www.viki.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtubeproxy\\.pk/images/Indiansongs\\.pk\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtubeproxy\\.pk/images/Lahore\\.fm\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtubeproxy\\.pk/images/lahore\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/9elawi\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/driba\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/iframe1\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/vod-str\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yp\\.mo..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yrt7dgkf\\.exashare\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com..*/new_watch_background\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com..*/new_watch_background_.*\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com..*_banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytmnd\\.com/ugh", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yudu\\.com..*_intro_ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zabasearch\\.com/search_box\\.php\\?.*&adword=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zam\\.com/i/promos/.*-skin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zambiz\\.co\\.zm/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zamimg\\.com/images/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zamimg\\.com/shared/minifeatures/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zanews\\.co\\.za..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zap2it\\.com/wp-content/themes/overmind/js/zcode-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zattoo\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zawya\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zawya\\.com/brands/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zbc\\.co\\.zw..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeetvusa\\.com/images/CARIBBEN\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeetvusa\\.com/images/hightlow\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeetvusa\\.com/images/SevaWeb\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zerochan\\.net/skyscraper\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeropaid\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zeropaid\\.com..*/94\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziddu\\.com/images/140x150_egglad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziddu\\.com/images/globe7\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziddu\\.com/images/wxdfast/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zigzag\\.co\\.za/images/oww-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zipcode\\.org/site_images/flash/zip_v\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zombiegamer\\.co\\.za/wp-content/uploads/.*-skin-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zomobo\\.net/images/removeads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zonein\\.tv/add", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoneradio\\.co\\.za/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoomin\\.tv/decagonhandler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zootoday\\.com/pub/21publish/Zoo-navtop-casino_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zootoday\\.com/pub/21publish/Zoo-navtop-poker\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoover\\..*/shared/bannerpages/darttagsbanner\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zoozle\\.org/if\\.php\\?q=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zophar\\.net/files/tf_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zorrovpn\\.com/static/img/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zpag\\.es/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zshares\\.net/fm\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zurrieqfc\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag", + "primewire.in", + "www.primewire.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag", + "primewire.in", + "www.primewire.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheatsheet.com", + "www.cheatsheet.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheatsheet.com", + "www.cheatsheet.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.crowdscience\\.com/max-.*\\.js\\?callback=crowdScienceCallback", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "reuters.com", + "www.reuters.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/lib/f=", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "sporcle.com", + "www.sporcle.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ailde\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://.*=.*&", + "resource-type": [ + "raw" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "sporcle.com", + "www.sporcle.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ailde\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alidw\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "ginormousbargains.com", + "www.ginormousbargains.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com", + "unfair.co", + "www.unfair.co" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com..*\\.innovid\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com..*\\.tidaltv\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://histats\\.com/js15\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "televisaofutebol.com", + "www.televisaofutebol.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://http\\.anno\\.channel4\\.com.*-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://http\\.anno\\.channel4\\.com.*_.*_.*_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joindota\\.com/img/.*LB_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://joindota\\.com/img/.*MR_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://no-ip\\.biz", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pagefair\\.com/static/adblock_detection/js/d\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servebeer\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servemp3\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servepics\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://servequake\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sytes\\.net", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vapingunderground\\.com/js/vapingunderground/fucking_adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchfreeinhd\\.com/js/adblocker\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ytconv\\.net/site/adblock_detect", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zapto\\.org", + "resource-type": [ + "script" + ], + "if-domain": [ + "dsero.com", + "www.dsero.com", + "korean-candy.com", + "www.korean-candy.com", + "misheel.net", + "www.misheel.net", + "politicususa.com", + "www.politicususa.com", + "techydoor.com", + "www.techydoor.com", + "trutower.com", + "www.trutower.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/yva_video\\?adformat=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/sendspace-pop\\.", + "resource-type": [ + "popup" + ], + "if-domain": [ + "sendspace.com", + "www.sendspace.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.utm_source=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "exashare.com", + "www.exashare.com", + "sex.com", + "www.sex.com", + "thepiratebay.am", + "www.thepiratebay.am", + "thepiratebay.gd", + "www.thepiratebay.gd", + "thepiratebay.la", + "www.thepiratebay.la", + "thepiratebay.mn", + "www.thepiratebay.mn", + "thepiratebay.vg", + "www.thepiratebay.vg" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http:", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "allmyvideos.net", + "www.allmyvideos.net", + "embed.videoweed.es", + "extreme-board.com", + "www.extreme-board.com", + "filepost.com", + "www.filepost.com", + "filmovizija.com", + "www.filmovizija.com", + "go4up.com", + "www.go4up.com", + "imagebam.com", + "www.imagebam.com", + "imageporter.com", + "www.imageporter.com", + "imgbox.com", + "www.imgbox.com", + "imgmade.com", + "www.imgmade.com", + "imgspice.com", + "www.imgspice.com", + "load.to", + "www.load.to", + "mofunzone.com", + "www.mofunzone.com", + "putlocker.is", + "www.putlocker.is", + "thevideo.me", + "www.thevideo.me", + "vidspot.net", + "www.vidspot.net", + "watchcartoononline.com", + "www.watchcartoononline.com", + "xtshare.com", + "www.xtshare.com", + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4fuckr\\.com/api\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly", + "resource-type": [ + "popup" + ], + "if-domain": [ + "uploadcore.com", + "www.uploadcore.com", + "urgrove.com", + "www.urgrove.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adx\\.kat\\.ph", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adyou\\.me/bug/adcash", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://aiosearch\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "torrent-finder.info", + "www.torrent-finder.info" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://allmyvideos\\.net..*\\?p=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avalanchers\\.com/out/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bangstage\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "datacloud.to", + "www.datacloud.to" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://beap\\.gemini\\.yahoo\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "mail.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bit\\.ly", + "resource-type": [ + "popup" + ], + "if-domain": [ + "fastvideo.eu", + "www.fastvideo.eu", + "rapidvideo.org", + "www.rapidvideo.org", + "sh.st", + "www.sh.st" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://casino-x\\.com..*&promo", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/ad/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://click\\.aliexpress\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "multiupfile.com", + "www.multiupfile.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudzilla\\.to/cam/wpop\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comicbookmovie\\.com/plugins/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://conservativepost\\.com/pu/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://damoh\\.muzu\\.tv", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deb\\.gs..*\\?ref=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://edomz\\.com/re\\.php\\?mid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exashare\\.com..*&h=", + "resource-type": [ + "popup" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://f-picture\\.net/Misc/JumpClick\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fashionsaga\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "putlocker.is", + "www.putlocker.is" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filepost\\.com/default_popup\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filmon\\.com..*&adn=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://findgrid\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "amaderforum.com", + "www.amaderforum.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finegame\\.org", + "resource-type": [ + "popup" + ], + "if-domain": [ + "bestreams.net", + "www.bestreams.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firedrive\\.com/appresources/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://firedrive\\.com/tools/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashx\\.tv/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://flashx\\.tv/frame/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-filehost\\.net/pop/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-stream\\.tv", + "resource-type": [ + "popup" + ], + "if-domain": [ + "flashx.tv", + "www.flashx.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freean\\.us..*\\?ref=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullonsms\\.com/blank\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullonsms\\.com/mixpop\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullonsms\\.com/quikr\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullonsms\\.com/quikrad\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fullonsms\\.com/sid\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamezadvisor\\.com/popup\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goo\\.gl", + "resource-type": [ + "popup" + ], + "if-domain": [ + "amaderforum.com", + "www.amaderforum.com", + "jumbofile.net", + "www.jumbofile.net", + "videomega.tv", + "www.videomega.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com\\.eg/url\\?", + "resource-type": [ + "popup" + ], + "if-domain": [ + "hulkload.com", + "www.hulkload.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gratuit\\.niloo\\.fr", + "resource-type": [ + "popup" + ], + "if-domain": [ + "simophone.com", + "www.simophone.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hide\\.me", + "resource-type": [ + "popup" + ], + "if-domain": [ + "ncrypt.in", + "www.ncrypt.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homerun\\.re/adServe/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homets\\.info/queen_file\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://houndmirror\\.com/out\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://href\\.li", + "resource-type": [ + "popup" + ], + "if-domain": [ + "300mblink.com", + "www.300mblink.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ifly\\.com/trip-plan/ifly-trip\\?.*&ad=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageshack\\.us/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageshack\\.us/newuploader_ad\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intradayfun\\.com/news_intradayfun\\.com\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com/itv/adclick/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jizz\\.best", + "resource-type": [ + "popup" + ], + "if-domain": [ + "vivo.sx", + "www.vivo.sx" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jokertraffic\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "4fuckr.com", + "www.4fuckr.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kalemaro\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "filatak.com", + "www.filatak.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://leaderdownload\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "fiberupload.net", + "www.fiberupload.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://limbohost\\.net", + "resource-type": [ + "popup" + ], + "if-domain": [ + "tusfiles.net", + "www.tusfiles.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linkbucks\\.com..*/\\?.*=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://military\\.com/data/popup/new_education_popunder\\.htm", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miniurls\\.co..*\\?ref=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://multiupload\\.nl/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nesk\\.co", + "resource-type": [ + "popup" + ], + "if-domain": [ + "veehd.com", + "www.veehd.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newsgate\\.pw", + "resource-type": [ + "popup" + ], + "if-domain": [ + "adjet.biz", + "www.adjet.biz" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro/pma/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oddschecker\\.com/clickout\\.htm\\?type=takeover-", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pamaradio\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "secureupload.eu", + "www.secureupload.eu" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://park\\.above\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://photo4sell\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "filmovizija.com", + "www.filmovizija.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plarium\\.com/play/.*adCampaign=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playhd\\.eu/test", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop\\.billionuploads\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://r\\.search\\.yahoo\\.com/_ylt=.*;_ylu=.*\\.r\\.msn\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "search.yahoo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rediff\\.com/uim/ads/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://schenkelklopfer\\.org", + "resource-type": [ + "popup" + ], + "if-domain": [ + "4fuckr.com", + "www.4fuckr.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://single-vergleich\\.de", + "resource-type": [ + "popup" + ], + "if-domain": [ + "netload.in", + "www.netload.in" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://softexter\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "2drive.net", + "www.2drive.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songspk\\.cc/pop.*\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spendcrazy\\.net", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "animegalaxy.net", + "www.animegalaxy.net", + "animenova.tv", + "www.animenova.tv", + "animetoon.tv", + "www.animetoon.tv", + "animewow.eu", + "www.animewow.eu", + "gogoanime.com", + "www.gogoanime.com", + "goodanime.eu", + "www.goodanime.eu", + "gooddrama.net", + "www.gooddrama.net", + "toonget.com", + "www.toonget.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorselect\\.com/Common/LandingPage\\.aspx\\?eu=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamcloud\\.eu/deliver\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://streamtunerhd\\.com/signup\\?", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://subs4free\\.com/_pop_link\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thebestbookies\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "firstrowsports.eu", + "www.firstrowsports.eu" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thesource\\.com/magicshave/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thevideo\\.me/script/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titanbrowser\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "amaderforum.com", + "www.amaderforum.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titanshare\\.to/download-extern\\.php\\?type=.*&n=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tny\\.cz/red/first\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://toptrailers\\.net", + "resource-type": [ + "popup" + ], + "if-domain": [ + "kingfiles.net", + "www.kingfiles.net", + "uploadrocket.net", + "www.uploadrocket.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentz\\..*/mgidpop/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentz\\..*/wgmpop/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://torrentz\\.eu/p/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tozer\\.youwatch\\.org", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trans\\.youwatch\\.org", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\..*/rulebasedpopunder\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tripadvisor\\..*/SimilarHotelsPopunder\\?", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vibeo\\.to", + "resource-type": [ + "popup" + ], + "if-domain": [ + "flashx.tv", + "www.flashx.tv" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidhog\\.com/ilivid-redirect\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net..*http", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://virtualtourist\\.com/commerce/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vodu\\.ch/play_video\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watch-movies\\.net\\.in/popup\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchclip\\.tv", + "resource-type": [ + "popup" + ], + "if-domain": [ + "hipfile.com", + "www.hipfile.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegrin\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "watchfreemovies.ch", + "www.watchfreemovies.ch" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yasni\\.ca/ad_pop\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/vids.*\\.html", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org..*.ban", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org..*.crr", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zanox\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "pregen.net", + "www.pregen.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ziddu\\.com/onclickpop\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zmovie\\.tv", + "resource-type": [ + "popup" + ], + "if-domain": [ + "deditv.com", + "www.deditv.com", + "vidbox.net", + "www.vidbox.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "image", + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "image", + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://109\\.201\\.146\\.142", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "xxxbunker.com", + "www.xxxbunker.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.38/bftv/js/msn-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://213\\.174\\.140\\.38..*/msn-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "boyfriendtv.com", + "www.boyfriendtv.com", + "pornoxo.com", + "www.pornoxo.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://244pix\\.com/webop\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/24roll\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/300\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/banned/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/ebanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/float/float_adplib\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/imads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/odd\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/right3\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://24porn7\\.com/toonad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2adultflashgames\\.com/images/v12\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2adultflashgames\\.com/img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://2adultflashgames\\.com/teaser/teaser\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3xupdate\\.com..*/ryushare\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3xupdate\\.com..*/ryushare2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3xupdate\\.com..*/ryusharepremium\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://3yen\\.com/wfn_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://4ufrom\\.me/xpw\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://5ilthy\\.com/porn\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://64\\.62\\.202\\.124..*/cumlouder\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.eporner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.heavy-r\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.killergram-girls\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://abc-celebs\\.com/spons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://absoluporn\\.com/code/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.eporner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.slutload\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.thisav\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.userporn\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adrive\\.com/images/fc_banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.xxxbunker\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adult-profit-files\\.com/banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adult-sex-games\\.com/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultdvdtalk\\.com/studios/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfilmdatabase\\.com/graphics/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultfyi\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://adultwork\\.com/images/AWBanners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.goodvibes\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alladultnetwork\\.tv/main/videoadroll\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alotporn\\.com/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://alotporn\\.com..*/js/oopopw\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amadorastube\\.com..*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateur-desire\\.com/pics/724x90d\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateur-desire\\.com/pics/sm_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateur-streams\\.com..*/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateuralbum\\.net/affb\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://amateurfarm\\.net/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://analtubegirls\\.com/js/realamateurtube\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://andtube\\.com/ban_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://angelshack\\.com/images/under-video\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anysex\\.com/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://anysex\\.com/content_sources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://arionmovies\\.com/.*/popup\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asexstories\\.com/010ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asgayas\\.com/floater/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asgayas\\.com/popin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asianpornmovies\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://asspoint\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://avn\\.com/templates/avnav/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://axatube\\.com/dos\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babblesex\\.com/js/misc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babedrop\\.com/babelogger_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babepicture\\.co\\.uk..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babesandstars\\.com/images/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babesandstars\\.com/thumbs/paysites/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babeshows\\.co\\.uk/fvn53\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babeshows\\.co\\.uk..*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://babesmachine\\.com/html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://badjojo\\.com/js/scripts-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bagslap\\.com/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bangyoulater\\.com/images/banners_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bangyoulater\\.com/pages/aff\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banner1\\.pornhost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.cams\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://befuck\\.com/befuck_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://befuck\\.com/js/adpbefuck", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bellyboner\\.com/facebookchatlist\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigboobs\\.hu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigxvideos\\.com/js/focus\\..*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigxvideos\\.com/js/pops2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigxvideos\\.com/js/popu\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bigxvideos\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackonasianblog\\.com/uploads/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://blackredtube\\.com/fadebox2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bob\\.crazyshit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonbonme\\.com/js/cams\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonbonme\\.com/js/dticash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonbonme\\.com/js/rightbanner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonbonsex\\.com/js/dl/bottom\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bonbonsex\\.com/js/workhome\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boneprone\\.com/premium\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boobieblog\\.com/submityourbitchbanner3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://boobieblog\\.com/TilaTequilaBackdoorBanner2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bralesscelebs\\.com/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bralesscelebs\\.com/160x600hcp\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bralesscelebs\\.com/160x600ps\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bralesscelebs\\.com/320x240ps\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bravotube\\.net/dd", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bravotube\\.net/dp\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bravotube\\.net/if/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://brcache\\.madthumbs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bunnylust\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bustnow\\.com/xv/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bustnow\\.com/xv/x/002\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bustnow\\.com..*/999\\.js\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://bustnow\\.com..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://cameltoe\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://canadianhottie\\.ca/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celeb\\.gate\\.cc/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celeb\\.gate\\.cc/misc/event_.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://celebritypink\\.com/bannedcelebs-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chanweb\\.info/en/adult/hc/local_include/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://chubby-ocean\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://clips-and-pics\\.org/clipsandpics\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://comdotgame\\.com/vgirl/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolmovs\\.com/js/focus\\..*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://coolmovs\\.com/rec/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crackwhoreconfessions\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://crazyshit\\.com/p0pzIn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creampietubeporn\\.com/ctp\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creampietubeporn\\.com/porn\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creatives\\.cliphunter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creatives\\.pichunter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://creepshots\\.com..*/250x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://damimage\\.com..*/DocaWedrOJPPx\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://data18\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://definebabe\\.com/db/images/leftnav/webcams2\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://definebabe\\.com/db/js/pcme\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://definebabe\\.com/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://definefetish\\.com/df/js/dpcm\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deliciousbabes\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://deliciousbabes\\.org/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://depic\\.me/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://destroymilf\\.com/popup%20floater\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://devatube\\.com/img/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://diamond-tgp\\.com/fp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dickbig\\.net/scr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dirtypriest\\.com/sexpics/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dominationtube\\.com/exit\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dot\\.eporner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dot2\\.eporner\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dronporn\\.com/main-video-place\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dronporn\\.com/tizer\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drtuber\\.com/promo/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drtuber\\.com/templates/frontend/white/js/embed\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://drtuber\\.com..*/aff_banner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://dusttube\\.com/pop.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://easypic\\.com/js/easypicads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eccie\\.net/buploads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eccie\\.net/eros/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://efukt\\.com..*\\.php", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://egoporn\\.com/themagic\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://egoporn\\.com/videotop\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://empflix\\.com/embedding_player/600x474_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://empireamateurs\\.com/images/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://entensity\\.net/crap/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://epicwank\\.com/social/jquery\\.stp\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eporner\\.com/cppb/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eporner\\.com/dot/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eporner\\.com/pjsall-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eporner\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eroprofile\\.com/js/pu.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eskimotube\\.com/kellyban\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exhentai\\.net/img/aaf1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://exit\\.macandbumble\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extreme-board\\.com/bannrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://extremetube\\.com/player_related\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantasti\\.cc/_special/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fapdick\\.com/uploads/fap_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastpic\\.ru/js_f2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fastpic\\.ru/js_h2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://femdom-fetish-tube\\.com/popfemdom\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fetishok\\.com/js/focus\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fetishok\\.com/rec/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileshare\\.ro..*/dhtmlwindow\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filthyrx\\.com/images/porno/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filthyrx\\.com/inline\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://filthyrx\\.com/rx\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://finehub\\.com/p3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fingerslam\\.com/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fleshbot\\.com/wp-content/themes/fbdesktop_aff/images/af", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://floppy-tits\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://free-celebrity-tube\\.com/js/freeceleb\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com/includes/js/cat\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/exa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/oc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/pops\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freebunker\\.com..*/raw\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeimgup\\.com/xxx/content/system/js/iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeones\\.com/images/freeones/sidewidget/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeporn\\.to/wpbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freeporninhd\\.com/images/cbside\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://freepornvs\\.com/im\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fuckuh\\.com/pr_ad\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://funny-games\\.biz/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://galleries-pornstar\\.com/thumb_top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gals4free\\.net/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesofdesire\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gapeandfist\\.com/uploads/thumbs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayporntimes\\.com/img/GP_Heroes\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayporntimes\\.com..*/Bel-Ami-Mick-Lovell-July-2012\\.jpeg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gayporntimes\\.com..*/CockyBoys-July-2012\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gaytube\\.com/chacha/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gggtube\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ghettotube\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gina-lynn\\.net/pr4\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlfriendvideos\\.com/pcode\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsfrombudapest\\.eu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsfromprague\\.eu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsfromprague\\.eu..*468x", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsintube\\.com/images/get-free-server\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsnaked\\.net/gallery/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsofdesire\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsofdesire\\.org/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://glamour\\.cz/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gloryholegirlz\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goldporntube\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://gotgayporn\\.com/Watermarks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://grannysexforum\\.com/filter\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://h2porn\\.com/contents/content_sources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanksgalleries\\.com/aff-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanksgalleries\\.com/gallery-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanksgalleries\\.com/galleryimgs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanksgalleries\\.com/stxt_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hanksgalleries\\.com/vg_ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardsextube\\.com/pornstars/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardsextube\\.com/preroll/getiton/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardsextube\\.com/testxml\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hardsextube\\.com/zone\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaiipornblog\\.com/post_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hcomicbook\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hcomicbook\\.com/js/hcb-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hcomicbook\\.com..*_banner1\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdporn\\.in/images/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdporn\\.in/js/focus\\..*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdporn\\.in/js/pops2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdporn\\.in/rec/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hdporn\\.net/images/hd-porn-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heavy-r\\.com/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heavy-r\\.com/js/imbox\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hebus\\.com/p/hebusx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hellporno\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai-foundry\\.com/themes/.*/add", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai-foundry\\.com/themes/.*Banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai-foundry\\.com/themes/Hentai/images/hu/hu\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentairules\\.net/pop_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaistream\\.com/out/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaistream\\.com/wp-includes/images/bg-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaistream\\.com/wp-includes/images/mofos/webcams_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldnet\\.com/section/iFrame_AutosInternetSpecials\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heraldnetdailydeal\\.com/widgets/DailyDealWidget300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hgimg\\.com/js/beacon\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/04\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/05\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/055\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/client", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/img\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hidefporn\\.ws/nitro\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hollyscoop\\.com/sites/.*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hollywoodoops\\.com/img/.*banner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homegrownfreaks\\.net/homegfreaks\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homemademoviez\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homeprivatevids\\.com/banner2\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://homeprivatevids\\.com/banners\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornygamer\\.com/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornywhores\\.net/hw", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornywhores\\.net/img/double\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hornywhores\\.net/img/zevera_rec\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingfailov\\.com/image/tablespons_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingfailov\\.com/image/tank3\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hostingfailov\\.com..*_1000x100\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdevonmichaels\\.com..*/pf_640x1001\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdevonmichaels\\.com..*/streamate2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdevonmichaels\\.com..*/wicked\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdylanryder\\.com..*/Big-Tits-Like-Big-Dicks\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdylanryder\\.com..*/dylan_350x250_01\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdylanryder\\.com..*/iframes_174\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdylanryder\\.com..*/pf_640x100\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotdylanryder\\.com..*/wicked\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkellymadison\\.com..*/kelly1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkellymadison\\.com..*/kelly4\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkellymadison\\.com..*/km_300x300\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotkellymadison\\.com..*/pf_640x100\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsashagrey\\.com..*/Anabolic\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsashagrey\\.com..*/New_Sensations-1091\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsashagrey\\.com..*/PeterNorth-800x350\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsashagrey\\.com..*/squ-fantasygirlsasha-001\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotsashagrey\\.com..*/throated\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotshame\\.com/hotshame_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotshame\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hotshame\\.com/js/adphotshame", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hottestgirlsofmyspace\\.net/smallpics/300x200b\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hottestgirlsofmyspace\\.net/smallpics/fb-150x150\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hottubeclips\\.com/stxt/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hungangels\\.com/vboard/friends/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hustler\\.com/backout-script/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagearn\\.com/img/picBanner\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagecarry\\.com/down", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagecarry\\.com/top", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagedunk\\.com..*_imagedunk\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagefruit\\.com..*/pops\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagehyper\\.com/prom/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageporter\\.com/ro-7bgsd\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageporter\\.com/smate\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagepost\\.com/includes/dating/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagepost\\.com/stuff/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imageshack\\.us..*/bannng\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagesnake\\.com/includes/js/cat\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagesnake\\.com/includes/js/pops\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagetwist\\.com/imagetwist.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagetwist\\.com/lj\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgbabes\\.com/element\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgbabes\\.com/ero-foo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgbabes\\.com/ja\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgbabes\\.com..*/splash\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgflare\\.com/exo\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgflare\\.com..*/splash\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imghost\\.us\\.to/xxx/content/system/js/iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imgwet\\.com/aa/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imperia-of-hentai\\.net/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://indexxx\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intporn\\.com..*/21s\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intporn\\.com..*/asma\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://intporn\\.org/scripts/asma\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iseekgirls\\.com/g/pandoracash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iseekgirls\\.com/js/fabulous\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iseekgirls\\.com/rotating_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://iseekgirls\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jailbaitgallery\\.com/banners300/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jav-porn\\.net/js/popout\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://jav-porn\\.net/js/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://javsin\\.com/vip\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://julesjordanvideo\\.com/flash/", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://justporno\\.tv/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kaotic\\.com..*/popnew\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://keezmovies\\.com/iframe\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kindgirls\\.com/banners2/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krasview\\.ru/content/", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://krasview\\.ru/resource/a\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuiken\\.co/inc/ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kuntfutube\\.com/kellyban\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://kyte\\.tv/flash/MarbachAdvertsDartInstream\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://laxtime\\.com/rotation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lesbian\\.hu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in/fopen\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://literotica\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://literotica\\.com/images/lit_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://live-porn\\.tv/adds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://liveandchat\\.tv/bana-/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://livedoor\\.jp..*/bnr/bnr-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lubetube\\.com/js/cspop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lucidsponge\\.pl/pop_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lukeisback\\.com/images/boxes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lukeisback\\.com..*/250\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://lw1\\.cdmediaworld\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://m2\\.xhamster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madmovs\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://madthumbs\\.com/madthumbs/sponsor/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mallandrinhas\\.net/flutuante", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://matureworld\\.ws/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://maxjizztube\\.com/downloadfreemovies\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meatspin\\.com/facebookchatlist\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meatspin\\.com/images/fl\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://media1\\.realgfporn\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://meendo\\.com/promos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://merb\\.ca/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://milkmanbook\\.com/dat/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://miragepics\\.com/images/11361497289209202613\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mobilepornmovies\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstercockz\\.com/cont/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstercockz\\.com/eds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstertube\\.com/images/access_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstertube\\.com/images/bottom-features\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstertube\\.com/images/vjoin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://monstertube\\.com/images/vjoin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morazzia\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://morebabes\\.to/morebabes\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motherless\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://motherman\\.com/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3musicengine\\.com/bearshare_logo\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3musicengine\\.com/images/freewatchtv1\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrskin\\.com/data/mrskincash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrstiff\\.com/uploads/paysite/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrstiff\\.com/view/context/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrstiff\\.com/view/movie/bar/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mrstiff\\.com/view/movie/finished/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://my-pornbase\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mydailytube\\.com/nothing/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://mygirlfriendvids\\.net/js/popall1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myhentai\\.tv/popsstuff\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://myslavegirl\\.org/follow/go\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naked-sluts\\.us/prpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://namethatpornstar\\.com/topphotos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naughty\\.com/js/popJava\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://naughtyblog\\.org/pr1pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netasdesalim\\.com/js/netas", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://netronline\\.com/Include/burst\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://newcelebnipslips\\.com/nipslipop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://niceyoungteens\\.com/ero-advertising", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://niceyoungteens\\.com/mct\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nonktube\\.com/brazzers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nonktube\\.com/nuevox/midroll\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nonktube\\.com/popembed\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://novoporn\\.com/imagelinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ns4w\\.org/gsm\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ns4w\\.org/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ns4w\\.org/images/vod_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nude\\.hu/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudebabes\\.ws/galleries/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudevista\\.com/_/exo_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudevista\\.com/_/pp\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudevista\\.com/_/teasernet", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nudography\\.com/photos/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://nuvid\\.com/videos_banner\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oasisactive\\.com..*/oasis-widget\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://olderhill\\.com/ubr\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://olderhill\\.com..*\\.html$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onhercam\\.tv..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinestars\\.net/ban/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinestars\\.net/br/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://openjavascript\\.com/jtools/jads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://oporn\\.com/js/wspop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.xhamster\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pastime\\.biz/images/iloveint\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pastime\\.biz/images/interracial-porn\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pastime\\.biz..*/personalad.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://perfectgirls\\.net/b/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/cb/youpornwebfront/css/babes\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youporn.com", + "www.youporn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/cb/youpornwebfront/css/skin\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youporn.com", + "www.youporn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/css/campaign\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/iframe", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/.*_skin\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/.*_skin_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/premium/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/premium_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/images/skin/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/mobile/js/interstitial-min\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://phun\\.org/phun/gfx/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pichunter\\.com/creatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pichunter\\.com/deals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picleet\\.com/inter_picleet\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picp2\\.com/img/putv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picsexhub\\.com/js/pops\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picsexhub\\.com/js/pops2\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picsexhub\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picturedip\\.com/modalfiles/modal\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picturedip\\.com/windowfiles/dhtmlwindow\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picturescream\\.com/porn_movies\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picturescream\\.com/top_banners\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picturevip\\.com/imagehost/top_banners\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picxme\\.com/js/pops\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://picxme\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pimpandhost\\.com/images/pah-download\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pimpandhost\\.com/static/html/iframe\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pimpandhost\\.com/static/i/.*-pah\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Blazingbucks", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Brothersincash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Fetishhits", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Fuckyou", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Gammae", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Karups", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Longbucks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Nscash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Pimproll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Privatecash", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Royalcash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pink-o-rama\\.com/Teendreams", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkems\\.com/images/buttons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkrod\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkrod\\.com/js/adppinkrod", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkrod\\.com/pinkrod_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixhost\\.org/image/cu/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixhost\\.org/image/rotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixhost\\.org/js/jquery_show2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pixroute\\.com/spl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://placepictures\\.com/Frame\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://planetsuzy\\.org/kakiframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://playgirl\\.com/pg/media/prolong_ad\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://plumper6\\.com/images/ban_pp\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pnet\\.co\\.za/jobsearch_iframe_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://poguide\\.com/cdn/images/ad.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pontoperdido\\.com/js/webmessenger\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-w\\.org/images/chs\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-w\\.org/images/cosy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn-w\\.org/images/zevera\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn\\.com/assets/partner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn\\.com/js/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn4down\\.com..*/ryuvuong\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn8x\\.net/js/outtrade\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn8x\\.net/js/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornalized\\.com/contents/content_sources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornalized\\.com/js/adppornalized5\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornalized\\.com/pornalized_html/closetoplay_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornarchive\\.net/images/cb", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbanana\\.com/pornbanana/deals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbay\\.org/popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbb\\.org/adsnov\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbb\\.org/images/rotation/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org/includes/js/bgcont\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org/includes/js/cat\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org/includes/js/ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org/includes/js/exa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornbus\\.org/includes/js/layer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porncor\\.com/sitelist\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornerbros\\.com/p_bnrs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornerbros\\.com/rec/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornfanplace\\.com/js/pops\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornfanplace\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/catagories/costume/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/channels/pay/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/front/alternative/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/jpg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/pics/latest/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.phncdn\\.com/images/campaign-backgrounds/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.phncdn\\.com/misc/xml/preroll\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornizer\\.com/_Themes/javascript/cts\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornmade\\.com/images/404vz\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornmade\\.com/images/az\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornmade\\.com/images/cb", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornnavigate\\.com/feeds/delivery\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoid\\.com/contents/content_sources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoid\\.com/iframes/bottom", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoid\\.com/js/adppornoid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoid\\.com/pornoid_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoinside\\.com/efpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornomovies\\.com/js/1/login_bonus", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornomovies\\.com/pop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornorips\\.com/hwpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornorips\\.com..*/rda\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornorips\\.com..*/rotate.*\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornosexxxtits\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoxo\\.com/pxo/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornoxo\\.com/tradethumbs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornper\\.com/mlr/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornper\\.com..*/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornreleasez\\.com/prpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornshare\\.biz/1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornshare\\.biz/2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharia\\.com/Images/Sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharia\\.com..*/adppornsharia\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharia\\.com..*/exo-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharia\\.com..*/js/pcin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharing\\.com/App_Themes/pornsharianew/", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharing\\.com/App_Themes/pornsharianew/js/adppornsharia.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharing\\.com/App_Themes/pornsharingnew/", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornsharing\\.com/App_Themes/pornsharingnew/js/adppornsharia.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/images/a\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/images/cbside\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/images/cbt\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/images/downicon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornslash\\.com/images/pr\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornstarlabs\\.com/spons/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornstarterritory\\.com//images/bannernew\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornstarterritory\\.com..*/alsbanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornstreet\\.com/siteunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porntalk\\.com/img/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porntalk\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porntube\\.com/ads$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornup\\.me/js/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornvideoxo\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornwikileaks\\.com/adultdvd\\.com\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornxs\\.com/js/files/jasminNew", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pr-static\\.empflix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pr-static\\.tnaflix\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pureandsexy\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://purelynsfw\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://purepornvids\\.com/randomadseb\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://purpleporno\\.com/pop.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://putascaseiras\\.com/botao/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://puteros\\.com/publisecciones/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pwpwpoker\\.com/images/.*/strip_poker_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pwpwpoker\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://r\\.radikal\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://raincoatreviews\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realgfporn\\.com/js/popall\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realgfporn\\.com/js/realgfporn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realhomesex\\.net/.*\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realhomesex\\.net/ae/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realhomesex\\.net/floater\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://realhomesex\\.net/pop/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.cc/images/bongacams\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/barelylegal/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/bestporn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/nymphos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/sexychicks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/wierd/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtubefiles\\.com..*/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://redtubefiles\\.com..*/skins/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rev\\.fapdu\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rextube\\.com/plug/iframe\\.asp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rikotachibana\\.org/wp-content/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rude\\.com/js/PopupWindow\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rusdosug\\.com/Fotos/Banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.xvideos\\.com", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scorehd\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://scorevideos\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seaporn\\.org/scripts/life\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://seemygf\\.com/webmasters/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sensualgirls\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sensualgirls\\.org/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serveporn\\.com/images/a-en\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://serveporn\\.com/images/plug-in\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex-techniques-and-positions\\.com/123ima/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex-techniques-and-positions\\.com/banners", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex\\.com/images/.*/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex3\\.com/if/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sex3dtoons\\.com/im/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexilation\\.com/wp-content/uploads/2013/01/Untitled-1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexmummy\\.com/float\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexmummy\\.com/footer\\.htm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexseeimage\\.com..*/banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextube\\.com/lj\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextubebox\\.com/ab1\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sextubebox\\.com/ab2\\.shtml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexuhot\\.com/images/xbanner", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexvines\\.co/images/cp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexy-toons\\.org/interface/partenariat/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexy-toons\\.org/interface/pub/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyandfunny\\.com/images/totem", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyandshocking\\.com/mzpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyclips\\.org/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyclips\\.org/i/130x500\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyfuckgames\\.com/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexyshare\\.net//banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sexytime\\.com/img/sexytime_anima\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shanbara\\.jp/300_200plus\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shanbara\\.jp/okusamadx\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sharew\\.org/modalfiles/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shooshtime\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shooshtime\\.com/images/chosenplugs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shooshtimeinc\\.com/under\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://shy-cams\\.com/tube\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://signbucks\\.com/s/bns/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://signbucksdaily\\.com/data/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sillusions\\.ws..*/pr0pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sillusions\\.ws..*/vpn-banner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://site\\.img\\.4tube\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://skimtube\\.com/kellyban\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://slinky\\.com\\.au/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://smutmodels\\.com/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socaseiras\\.com\\.br/arquivos/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socaseiras\\.com\\.br/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://socaseiras\\.com\\.br/banners\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://songs\\.pk/ie/ietext\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://spankbang\\.com/gateway/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://springbreaktubegirls\\.com/js/springpop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://starcelebs\\.com/logos/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.flabber\\.net..*background", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.kinghost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stockingstv\\.com/partners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://stolenvideos\\.net/stolen\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://submityourflicks\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://svscomics\\.com..*/dtrotator\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://sxx\\.com/js/lj\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://t8\\..*\\.com/\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tube8.com", + "www.tube8.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://taxidrivermovie\\.com/mrskin_runner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teensanalfactor\\.com/best/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teensexcraze\\.com/awesome/leader\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://teentube18\\.com/js/realamateurtube\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://temptingangels\\.org/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://temptingangels\\.org/media/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-analist\\.info..*150-150", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-analist\\.info..*150sq", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-analist\\.info..*150x150", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://the-feeding-tube\\.com..*/Topbanner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thedoujin\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gelbooru.com", + "www.gelbooru.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thehun\\.net..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenewporn\\.com/js/adpthenewporn", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenipslip\\.com/GGWDrunkenAd\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thenipslip\\.com/mfcbanner\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://theporncore\\.com/contents/content_sources/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thepornomatrix\\.com/images/1-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thinkexist\\.com/images/afm\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thisav\\.com/js/thisav_pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://thumblogger\\.com/thumblog/top_banner_silver\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://timtube\\.com/traffic\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titsintops\\.com/intersitial/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://titsintops\\.com/rotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tjoob\\.com/bgbb\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tjoob\\.com/kellyban\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tnaflix\\.com/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tnaflix\\.com/flixPlayerImages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tnaflix\\.com..*_promo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://trovaporno\\.com/image/incontri", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/penthouse/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/sugarcrush/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubedupe\\.com/footer_four\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://tubedupe\\.com/side_two\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://turboimagehost\\.com/p1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twinsporn\\.net/images/delay\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twinsporn\\.net/images/free-penis-pills\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://twofuckers\\.com/brazzers", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://uflash\\.tv..*/affiliates/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ukrainamateurs\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unblockedpiratebay\\.com/static/img/bar\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://unoxxx\\.com/pages/en_player_video_right\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://updatetube\\.com/js/adpupdatetube", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vibraporn\\.com/vg/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vid2c\\.com/js/atxpp\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vid2c\\.com/js/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vid2c\\.com/pap\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vid2c\\.com/pp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videarn\\.com/vibrate\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://videos\\.com..*/jsp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidgrab\\.net/adsbar\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidgrab\\.net/bnr\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidgrab\\.net/images/adsbar", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vidgrab\\.net/pads2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://viralporn\\.com..*/popnew\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://vstreamcdn\\.com..*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wank\\.to/partner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wankspider\\.com/js/wankspider\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watch2porn\\.net/pads2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://watchindianporn\\.net/js/pu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://weberotic\\.net/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wegcash\\.com/click/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetplace\\.com/iframes/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetplace\\.com/js/adpwetplace", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetplace\\.com/wetplace_html/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wetpussygames\\.com/images/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whitedolly\\.com/wcf/images/redbar/logo_neu\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whozacunt\\.com/images/.*-300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whozacunt\\.com/images/.*_300x200_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://whozacunt\\.com/images/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wiki-stars\\.com/thumb_if\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wiki-stars\\.com/trade/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wikiporno\\.org/header2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wikiporno\\.org/header21\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://worldsex\\.com/c/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wowomg\\.com/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wrenchtube\\.com/poppt\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wunbuck\\.com/_odd_images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://wunbuck\\.com/iframes/aaw_leaderboard\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://x3xtube\\.com/banner_rotating_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbabe\\.com/iframes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbooru\\.com/block/adblocks\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbutter\\.com/adz\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbutter\\.com/geturl\\.php/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xbutter\\.com/js/pop-er\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xfanz\\.com..*_banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xhamster\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xhamster\\.com/js/xpu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xhamsterpremiumpass\\.com/premium_scenes\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xhcdn\\.com..*/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xogogo\\.com/images/latestpt\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xtravids\\.com/pop\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xvideohost\\.com/hor_banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxvideo\\.us/ad728x15", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxvideo\\.us/bnr\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxvideo\\.us/playertext\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxblink\\.com/js/pops\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxblink\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxfile\\.net..*/netload_premium\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxgames\\.biz..*/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxhost\\.me/xpw\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxkinky\\.com/pap\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxlinks\\.es/xvideos\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxporntalk\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxxsextube\\.com/.*\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxymovies\\.com/js/win\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yea\\.xxx/img/creatives/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yobt\\.com/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yobt\\.tv/js/ttu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yobt\\.tv/rec/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youaresogay\\.com/.*\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youjizz\\.com/vivid/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youjizz\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/bangbros/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/glamglam/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/mofoscash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/teencash/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/webmasterdelightlinks/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youngpornvideos\\.com/images/wmasterthecoolporn/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn-hub\\.com/lcdscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn-hub\\.com/newlcd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/capedorset/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/watch_postroll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "youporn.com", + "www.youporn.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com", + "resource-type": [ + "script", + "document" + ], + "if-domain": [ + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourdailygirls\\.com/vanilla/process\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourdarkdesires\\.com/1\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourdarkdesires\\.com/2\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourdarkdesires\\.com/3\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourlust\\.com/im/onpause\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yourlust\\.com/im/postroll\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youtubelike\\.com/ftt2/toplists/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://youx\\.xxx/thumb_top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yporn\\.tv/uploads/flv_player/commercials/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yporn\\.tv/uploads/flv_player/midroll_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yumymilf\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://yuvutu\\.com..*/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://zazzybabes\\.com/misc/virtuagirl-skin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://.*.utm_medium=pops", + "resource-type": [ + "popup" + ], + "if-domain": [ + "ratedporntube.com", + "www.ratedporntube.com", + "sextuberate.com", + "www.sextuberate.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\?.*=", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "extremetube.com", + "www.extremetube.com", + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "spankwire.com", + "www.spankwire.com", + "tube8.com", + "www.tube8.com", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\?.*.id", + "resource-type": [ + "popup" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "extremetube.com", + "www.extremetube.com", + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "spankwire.com", + "www.spankwire.com", + "tube8.com", + "www.tube8.com", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.userporn\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://eporner\\.com/pop\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantasti\\.cc..*\\?ad=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fantastube\\.com/track\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fc2\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "xvideos.com", + "www.xvideos.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://fileparadox\\.in/free", + "resource-type": [ + "popup" + ], + "if-domain": [ + "tdarkangel.com", + "www.tdarkangel.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://goo\\.gl", + "resource-type": [ + "popup" + ], + "if-domain": [ + "thisav.com", + "www.thisav.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://h2porn\\.com/pu\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://hegansex\\.com/exo\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://heganteens\\.com/exo\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://imagebam\\.com/redirect_awe\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://movies\\.askjolene\\.com/c64\\?clickid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://namethatporn\\.com/ntpoo", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pinporn\\.com/popunder/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop\\.fapxl\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pop\\.mrstiff\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn101\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "lexsteele.com", + "www.lexsteele.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://porn4free\\.tv", + "resource-type": [ + "popup" + ], + "if-domain": [ + "redtube.cc", + "www.redtube.cc" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://pornuppz\\.info/out\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://publicagent\\.com/bigzpup\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://r18\\.com/.*utm_source", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "extremetube.com", + "www.extremetube.com", + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "spankwire.com", + "www.spankwire.com", + "tube8.com", + "www.tube8.com", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://site-rips\\.org", + "resource-type": [ + "popup" + ], + "if-domain": [ + "backupload.net", + "www.backupload.net" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ymages\\.org/prepop\\.php", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "block" + } + }, + { + "trigger": { + "url-filter": "^https?://ajax\\.googleapis\\.com/ajax/libs/", + "resource-type": [ + "script" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://plugins\\.longtailvideo\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://addthis\\.com/url/shares\\.json", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ajax\\.googleapis\\.com/ajax/libs/", + "resource-type": [ + "script" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna\\.bootstrapcdn\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.twitter\\.com/widgets\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s7\\.addthis\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yahooapis\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "promptfile.com", + "www.promptfile.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.pinterest\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://facebook\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://feeds\\.delicious\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://histats\\.com/stats/", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://share\\.yandex\\.ru", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twitter\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/share\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ajax\\.googleapis\\.com/ajax/libs/jquery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.twitter\\.com/widgets\\.js", + "resource-type": [ + "script" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag", + "primewire.in", + "www.primewire.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s7\\.addthis\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "primewire.ag", + "www.primewire.ag", + "primewire.in", + "www.primewire.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aviary\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://connect\\.facebook\\.net", + "resource-type": [ + "script" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pbsrc\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sharethis\\.com/button/", + "resource-type": [ + "script" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/coop/", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googletagmanager\\.com/gtm\\.js\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/extMouseWheel\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/functions\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/highcharts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/jquery-.*\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/jquery\\.placeholder\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/jquery\\.tipTip\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/jquery\\.ui.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/speedtest-main\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.net/javascript/swfobject\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedtest\\.zendesk\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zdassets\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "speedtest.net", + "www.speedtest.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/akismet/", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ajax\\.cloudflare\\.com/cdn-cgi/nexp/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ak\\.sail-horizon\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.facebook\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.solvemedia\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apis\\.google\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://b\\.grvcdn\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheatsheet.com", + "www.cheatsheet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boomsbeat\\.com/widget_init\\.php", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "latinopost.com", + "www.latinopost.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://c\\.gnli\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://c\\.theblazestatic\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "theblaze.com", + "www.theblaze.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.shopify\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnjs\\.cloudflare\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chzbgr\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheezburger.com", + "www.cheezburger.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://civicscience\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheezburger.com", + "www.cheezburger.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudflare\\.com/ajax/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://code\\.jquery\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://connect\\.facebook\\.net", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "bizpacreview.com", + "www.bizpacreview.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disqus\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "bizpacreview.com", + "www.bizpacreview.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disquscdn\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "bizpacreview.com", + "www.bizpacreview.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://embedly\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fbstatic-a\\.akamaihd\\.net", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fyre\\.co", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheezburger.com", + "www.cheezburger.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/js/th/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/recaptcha/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googleapis\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlecommerce\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googletagservices\\.com/tag/js/gpt\\.js", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "bizpacreview.com", + "www.bizpacreview.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://graph\\.facebook\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gstatic\\.com/trustedstores/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hwcdn\\.net/.*\\.js\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intensedebate\\.com/js/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jwplatform\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jwpsrv\\.com/player/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://latinospost\\.com/widget_init\\.php", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "latinopost.com", + "www.latinopost.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://launch\\.newsinc\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkedin\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://livefyre\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lps\\.newsinc\\.com/player/show/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maxcdn\\.bootstrapcdn\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "bizpacreview.com", + "www.bizpacreview.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://my\\.hellobar\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netstorage\\.taboola\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://odb\\.outbrain\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheatsheet.com", + "www.cheatsheet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://p\\.jwpcdn\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pinterest\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.instagram\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.vine\\.co", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://playwire\\.com/bolt/", + "resource-type": [ + "script" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://providesupport\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://r-login\\.wordpress\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.gravatar\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s7\\.addthis\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.cdn-ec\\.viddler\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://taboola\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheatsheet.com", + "www.cheatsheet.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twitter\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ui\\.bamstatic\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.clipix\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.outbrain\\.com/outbrain\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cheatsheet.com", + "www.cheatsheet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/_static/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/wp-content/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "247wallst.com", + "www.247wallst.com", + "activistpost.com", + "www.activistpost.com", + "addictinginfo.org", + "www.addictinginfo.org", + "alfonzorachel.com", + "www.alfonzorachel.com", + "allenbwest.com", + "www.allenbwest.com", + "allenwestrepublic.com", + "www.allenwestrepublic.com", + "americanlivewire.com", + "www.americanlivewire.com", + "askmefast.com", + "www.askmefast.com", + "barbwire.com", + "www.barbwire.com", + "bidnessetc.com", + "www.bidnessetc.com", + "blacklistednews.com", + "www.blacklistednews.com", + "breathecast.com", + "www.breathecast.com", + "brosome.com", + "www.brosome.com", + "bulletsfirst.net", + "www.bulletsfirst.net", + "chacha.com", + "www.chacha.com", + "cheezburger.com", + "www.cheezburger.com", + "christianpost.com", + "www.christianpost.com", + "christiantoday.com", + "www.christiantoday.com", + "cinemablend.com", + "www.cinemablend.com", + "clashdaily.com", + "www.clashdaily.com", + "classicalite.com", + "www.classicalite.com", + "comicallyincorrect.com", + "www.comicallyincorrect.com", + "comicbookmovie.com", + "www.comicbookmovie.com", + "conservativebyte.com", + "www.conservativebyte.com", + "conservativevideos.com", + "www.conservativevideos.com", + "cowboybyte.com", + "www.cowboybyte.com", + "crossmap.com", + "www.crossmap.com", + "dailycaller.com", + "www.dailycaller.com", + "dailyheadlines.net", + "www.dailyheadlines.net", + "dailysurge.com", + "www.dailysurge.com", + "dccrimestories.com", + "www.dccrimestories.com", + "designntrend.com", + "www.designntrend.com", + "digitaljournal.com", + "www.digitaljournal.com", + "drhotze.com", + "www.drhotze.com", + "enstarz.com", + "www.enstarz.com", + "explosm.net", + "www.explosm.net", + "gamerant.com", + "www.gamerant.com", + "gamezone.com", + "www.gamezone.com", + "genfringe.com", + "www.genfringe.com", + "girlsjustwannahaveguns.com", + "www.girlsjustwannahaveguns.com", + "gospelherald.com", + "www.gospelherald.com", + "hallels.com", + "www.hallels.com", + "heavy.com", + "www.heavy.com", + "hellou.co.uk", + "www.hellou.co.uk", + "hngn.com", + "www.hngn.com", + "infowars.com", + "www.infowars.com", + "instigatornews.com", + "www.instigatornews.com", + "investmentwatchblog.com", + "www.investmentwatchblog.com", + "joblo.com", + "www.joblo.com", + "joeforamerica.com", + "www.joeforamerica.com", + "kdramastars.com", + "www.kdramastars.com", + "kpopstarz.com", + "www.kpopstarz.com", + "latinopost.com", + "www.latinopost.com", + "latinpost.com", + "www.latinpost.com", + "libertyunyielding.com", + "www.libertyunyielding.com", + "lifebuzz.com", + "www.lifebuzz.com", + "listverse.com", + "www.listverse.com", + "mensfitness.com", + "www.mensfitness.com", + "minutemennews.com", + "www.minutemennews.com", + "mobilelikez.com", + "www.mobilelikez.com", + "mstarz.com", + "www.mstarz.com", + "muscleandfitness.com", + "www.muscleandfitness.com", + "musictimes.com", + "www.musictimes.com", + "naturalblaze.com", + "www.naturalblaze.com", + "naturalnews.com", + "www.naturalnews.com", + "natureworldnews.com", + "www.natureworldnews.com", + "newser.com", + "www.newser.com", + "oddee.com", + "www.oddee.com", + "okmagazine.com", + "www.okmagazine.com", + "opposingviews.com", + "www.opposingviews.com", + "patheos.com", + "www.patheos.com", + "patriotoutdoornews.com", + "www.patriotoutdoornews.com", + "patriotupdate.com", + "www.patriotupdate.com", + "pitgrit.com", + "www.pitgrit.com", + "politicususa.com", + "www.politicususa.com", + "product-reviews.net", + "www.product-reviews.net", + "radaronline.com", + "www.radaronline.com", + "realfarmacy.com", + "www.realfarmacy.com", + "redmaryland.com", + "www.redmaryland.com", + "screenrant.com", + "www.screenrant.com", + "shark-tank.com", + "www.shark-tank.com", + "stevedeace.com", + "www.stevedeace.com", + "techtimes.com", + "www.techtimes.com", + "theblacksphere.net", + "www.theblacksphere.net", + "theblaze.com", + "www.theblaze.com", + "thegatewaypundit.com", + "www.thegatewaypundit.com", + "thelibertarianrepublic.com", + "www.thelibertarianrepublic.com", + "themattwalshblog.com", + "www.themattwalshblog.com", + "thepoke.co.uk", + "www.thepoke.co.uk", + "townhall.com", + "www.townhall.com", + "unilad.co.uk", + "www.unilad.co.uk", + "uniladmag.com", + "www.uniladmag.com", + "unitrending.co.uk", + "www.unitrending.co.uk", + "valuewalk.com", + "www.valuewalk.com", + "vcpost.com", + "www.vcpost.com", + "victoriajackson.com", + "www.victoriajackson.com", + "viralnova.com", + "www.viralnova.com", + "wegotthiscovered.com", + "www.wegotthiscovered.com", + "whatculture.com", + "www.whatculture.com", + "worldwideweirdnews.com", + "www.worldwideweirdnews.com", + "wwitv.com", + "www.wwitv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/iframe_api", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/player_api", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com/yts/jsbin/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/b/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/banners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "deliverydeals.co.uk", + "www.deliverydeals.co.uk", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.com/image-.*-", + "resource-type": [ + "image" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com", + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "deliverydeals.co.uk", + "www.deliverydeals.co.uk", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "theperfectsaver.com", + "www.theperfectsaver.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.net/image-.*-", + "resource-type": [ + "image" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com", + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertising-glype/", + "resource-type": [ + "image", + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r.*googlesyndication\\.com%2Fpagead%2Fshow_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youngcons.com", + "www.youngcons.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/cdn-cgi/pe/bag2\\?r.*pagead2\\.googlesyndication\\.com%2Fpub-config", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youngcons.com", + "www.youngcons.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/display-ad/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wordpress/wp-admin/.*-ads-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wordpress/wp-admin/.*/adrotate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/bwp-minify/min/\\?f=", + "resource-type": [ + "style-sheet", + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://192\\.168\\.", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://192\\.168\\..*/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://196\\.30\\.218\\.174/admentor/sirius_sdo_top\\.htm", + "resource-type": [ + "document" + ], + "if-domain": [ + "sharedata.co.za", + "www.sharedata.co.za" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://196\\.30\\.218\\.174/admentor/top_", + "resource-type": [ + "document" + ], + "if-domain": [ + "fundsdata.co.za", + "www.fundsdata.co.za" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://208\\.100\\.24\\.244", + "resource-type": [ + "script" + ], + "if-domain": [ + "sankakucomplex.com", + "www.sankakucomplex.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://209\\.222\\.8\\.217/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "p2p.adserver.ip" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://247realmedia\\.com..*/farecomp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://24ur\\.com/adserver/adall\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://24ur\\.com/static/.*/banners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/crossdomain\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rte.ie", + "www.rte.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/.*/adsapi_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "3news.co.nz", + "www.3news.co.nz", + "49ers.com", + "www.49ers.com", + "atlantafalcons.com", + "www.atlantafalcons.com", + "azcardinals.com", + "www.azcardinals.com", + "baltimoreravens.com", + "www.baltimoreravens.com", + "buccaneers.com", + "www.buccaneers.com", + "buffalobills.com", + "www.buffalobills.com", + "chargers.com", + "www.chargers.com", + "chicagobears.com", + "www.chicagobears.com", + "clevelandbrowns.com", + "www.clevelandbrowns.com", + "colts.com", + "www.colts.com", + "dallascowboys.com", + "www.dallascowboys.com", + "denverbroncos.com", + "www.denverbroncos.com", + "detroitlions.com", + "www.detroitlions.com", + "egirlgames.net", + "www.egirlgames.net", + "euronews.com", + "www.euronews.com", + "giants.com", + "www.giants.com", + "globaltv.com", + "www.globaltv.com", + "houstontexans.com", + "www.houstontexans.com", + "jaguars.com", + "www.jaguars.com", + "kcchiefs.com", + "www.kcchiefs.com", + "ktvu.com", + "www.ktvu.com", + "miamidolphins.com", + "www.miamidolphins.com", + "neworleanssaints.com", + "www.neworleanssaints.com", + "newyorkjets.com", + "www.newyorkjets.com", + "packers.com", + "www.packers.com", + "panthers.com", + "www.panthers.com", + "patriots.com", + "www.patriots.com", + "philadelphiaeagles.com", + "www.philadelphiaeagles.com", + "raiders.com", + "www.raiders.com", + "redskins.com", + "www.redskins.com", + "rte.ie", + "www.rte.ie", + "seahawks.com", + "www.seahawks.com", + "steelers.com", + "www.steelers.com", + "stlouisrams.com", + "www.stlouisrams.com", + "thecomedynetwork.ca", + "www.thecomedynetwork.ca", + "titansonline.com", + "www.titansonline.com", + "vikings.com", + "www.vikings.com", + "wpcomwidgets.com", + "www.wpcomwidgets.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/flash/.*/adsapi\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/html5/ima3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/video/client\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbc.ca", + "www.cbc.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/viewad/.*/B.*_", + "resource-type": [ + "image" + ], + "if-domain": [ + "jabong.com", + "www.jabong.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net..*/jwplayer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "doubleclick.net", + "www.doubleclick.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net..*/player\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "doubleclick.net", + "www.doubleclick.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://33universal\\.adprimemedia\\.com/vn/vna/data/ad\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://360gig\\.com/images/1_468x60\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://4cdn\\.org/adv/", + "resource-type": [ + "image" + ], + "if-domain": [ + "4chan.org", + "www.4chan.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://53\\.com/resources/images/ad-rotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://6waves\\.com/ads/720x300/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://6waves\\.com/js/adshow\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://961bobfm\\.com/Pics/Ad%20Images/LISTEN_LIVE_BUTTON\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9msn\\.com\\.au/Services/Service\\.axd\\?callback=ninemsn_ads_contextualTargeting_", + "resource-type": [ + "script" + ], + "if-domain": [ + "ninemsn.com.au", + "www.ninemsn.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9msn\\.com\\.au/share/com/adtrack/adtrack\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ninemsn.com.au", + "www.ninemsn.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9msn\\.com\\.au..*/ads/ninemsn\\.ads", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.giantrealm\\.com/assets/vau/grplayer.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://a\\.intentmedia\\.net/adServer/", + "resource-type": [ + "script" + ], + "if-domain": [ + "hotwire.com", + "www.hotwire.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://abbyy\\.com/adx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://abc\\.com/streaming/ads/preroll_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abc.go.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://abcnews\\.com/assets/static/ads/fwps\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://abcnews\\.go\\.com/assets/static/ads/fwps\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://activelydisengaged\\.com/wp-content/uploads/.*/ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.103092804\\.com/st\\?ad_type=", + "resource-type": [ + "document" + ], + "if-domain": [ + "wizard.mediacoderhq.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.71i\\.de/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.71i\\.de/global_js/magic/sevenload_magic\\.js", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.adorika\\.com/st\\?ad_type=ad&ad_size=728x90", + "resource-type": [ + "script" + ], + "if-domain": [ + "lshunter.tv", + "www.lshunter.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.adserve\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.afy11\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/ad/.*\\.JABONG\\.COM", + "resource-type": [ + "image" + ], + "if-domain": [ + "jabong.com", + "www.jabong.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/ad/can/cbs/.*;pausead=1;", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/adi/.*\\.JABONG\\.COM", + "resource-type": [ + "document" + ], + "if-domain": [ + "jabong.com", + "www.jabong.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/adj/.*/cartalk\\.audio_player;", + "resource-type": [ + "script" + ], + "if-domain": [ + "cartalk.com", + "www.cartalk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/adj/rstone\\.site/music/photos", + "resource-type": [ + "script" + ], + "if-domain": [ + "rollingstone.com", + "www.rollingstone.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/adx/nbcu\\.nbc/rewind", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/clk;.*\\?https://dm\\.victoriassecret\\.com/product/", + "resource-type": [ + "image" + ], + "if-domain": [ + "freeshipping.com", + "www.freeshipping.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/N7175/adj/fdc\\.forbes/welcome;id=fdc/welcome;pos=thoughtx;", + "resource-type": [ + "script" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/pfadx/nbcu\\.nbc/rewind", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.ghfusion\\.com/constants\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamehouse.com", + "www.gamehouse.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.reebonz\\.com/www/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.smartclip\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.wsod\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "scottrade.com", + "www.scottrade.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad2\\.zophar\\.net/images/logo\\.jpg", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad3\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/\\?compressed$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com", + "pbs.org", + "www.pbs.org", + "wikihow.com", + "www.wikihow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/\\?LR_ORDER_ID=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "volarvideo.com", + "www.volarvideo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/\\?LR_PUBLISHER_ID=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "playreplay.net", + "www.playreplay.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bizu.tv", + "www.bizu.tv", + "foxsports.com.au", + "www.foxsports.com.au", + "majorleaguegaming.com", + "www.majorleaguegaming.com", + "pbs.org", + "www.pbs.org", + "wikihow.com", + "www.wikihow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "c.brightcove.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4\\.liverail\\.com..*LR_VIDEO_ID=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bizu.tv", + "www.bizu.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com/ima3_preloader_.*\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "escapefan.com", + "www.escapefan.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com/www/delivery/video\\.php\\?zoneid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "escapefan.com", + "www.escapefan.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/control\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/client/adplayer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/client/static/as3adplayer\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "blogtalkradio.com", + "www.blogtalkradio.com", + "britannica.com", + "www.britannica.com", + "collegehumor.com", + "www.collegehumor.com", + "freeonlinegames.com", + "www.freeonlinegames.com", + "openfilmpod.com", + "www.openfilmpod.com", + "stickam.com", + "www.stickam.com", + "talkingpointsmemo.com", + "www.talkingpointsmemo.com", + "thesource.com", + "www.thesource.com", + "wildearth.tv", + "www.wildearth.tv", + "wunderground.com", + "www.wunderground.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/client/swfloader\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "box10.com", + "www.box10.com", + "freeonlinegames.com", + "www.freeonlinegames.com", + "games.aarp.org", + "kizi.com", + "www.kizi.com", + "latimes.com", + "www.latimes.com", + "merriam-webster.com", + "www.merriam-webster.com", + "puzzles.usatoday.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/javascript/adaptvAdPlayer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yepi.com", + "www.yepi.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/javascript/vpaid\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/plugins/.*/adotubeplugin\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "stickam.com", + "www.stickam.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adbar\\.pp\\.ua", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adboost\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adbureau\\.net..*/images/adselector/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "brisbanetimes.com.au", + "www.brisbanetimes.com.au", + "smh.com.au", + "www.smh.com.au", + "theage.com.au", + "www.theage.com.au", + "watoday.com.au", + "www.watoday.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adcode\\.mobi", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://addictinggames\\.com..*/mtvi_ads_reporting\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adevents\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/images/ad.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adf\\.ly/static/image/ad_top_bg\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adfarm\\.mediaplex\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "afl.com.au", + "www.afl.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adflyer\\.co\\.uk/adverts/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adgear\\.com..*/adgear\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "lifemadedelicious.ca", + "www.lifemadedelicious.ca", + "tac.tv", + "www.tac.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adguard\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adhostingsolutions\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adimages\\.go\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/AdManager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "msnbc.com", + "www.msnbc.com", + "sky.com", + "www.sky.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/BrightcovePlugin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "9jumpin.com.au", + "www.9jumpin.com.au", + "9news.com.au", + "www.9news.com.au", + "bigbrother.com.au", + "www.bigbrother.com.au", + "ninemsn.com.au", + "www.ninemsn.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/LinkTag2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "6abc.com", + "www.6abc.com", + "7online.com", + "www.7online.com", + "abc11.com", + "www.abc11.com", + "abc13.com", + "www.abc13.com", + "abc30.com", + "www.abc30.com", + "abc7.com", + "www.abc7.com", + "abc7chicago.com", + "www.abc7chicago.com", + "abc7news.com", + "www.abc7news.com", + "ahctv.com", + "www.ahctv.com", + "animalplanet.com", + "www.animalplanet.com", + "destinationamerica.com", + "www.destinationamerica.com", + "discovery.com", + "www.discovery.com", + "discoverylife.com", + "www.discoverylife.com", + "tlc.com", + "www.tlc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/TremorAdRenderer\\.", + "resource-type": [ + "raw" + ], + "if-domain": [ + "go.com", + "www.go.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/videoadrenderer\\.", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cnbc.com", + "www.cnbc.com", + "espnfc.co.uk", + "www.espnfc.co.uk", + "espnfc.com", + "www.espnfc.com", + "espnfc.com.au", + "www.espnfc.com.au", + "espnfc.us", + "www.espnfc.us", + "espnfcasia.com", + "www.espnfcasia.com", + "go.com", + "www.go.com", + "nbc.com", + "www.nbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adman\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://admedia\\.wsod\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "scottrade.com", + "www.scottrade.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://admin\\.brightcove\\.com/viewer/.*/brightcovebootloader\\.swf\\?", + "resource-type": [ + "media" + ], + "if-domain": [ + "gamesradar.com", + "www.gamesradar.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.mennonite\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adnetonline.org", + "www.adnetonline.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adnet\\.twitvid\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adnews\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adotube\\.com/adapters/as3overstream.*\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "livestream.com", + "www.livestream.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adotube\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adpages\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adphoto\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adroll\\.com/j/roundtrip\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "onehourtranslation.com", + "www.onehourtranslation.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.adap\\.tv/applist$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "wunderground.com", + "www.wunderground.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.ahds\\.ac\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.awadserver\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sellallautos.com", + "www.sellallautos.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.badassembly\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.belointeractive\\.com/realmedia/ads/adstream_mjx\\.ads/www\\.kgw\\.com/video/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.bizx\\.info/www/delivery/spc\\.php\\?zones", + "resource-type": [ + "script" + ], + "if-domain": [ + "nyctourist.com", + "www.nyctourist.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.bridgetrack\\.com/ads_v2/script/btwrite\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ads.bridgetrack.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.caravansforsale\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.cnn\\.com/js\\.ng/.*&cnn_intl_subsection=download", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.ehealthcaresolutions\\.com/tag/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "familydoctor.org", + "www.familydoctor.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.eu\\.com/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.expedia\\.com/event\\.ng/type=click&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "expedia.com", + "www.expedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.forbes\\.com/realmedia/ads/.*@videopreroll", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.fox\\.com/fox/black_2sec_600\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.foxnews\\.com/api/.*-slideshow-data\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.foxnews\\.com/js/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.foxnews\\.com/js/adv2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.foxnews\\.com/js/omtr_code\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.fusac\\.fr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.globo\\.com..*/globovideo/player/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.golfweek\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.healthline\\.com/v2/adajax\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.indeed\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.intergi\\.com/adrawdata/.*/ADTECH;", + "resource-type": [ + "raw" + ], + "if-domain": [ + "melting-mindz.com", + "www.melting-mindz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.intergi\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.jetpackdigital\\.com\\.s3\\.amazonaws\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "vibe.com", + "www.vibe.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.jetpackdigital\\.com/jquery\\.tools\\.min\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vibe.com", + "www.vibe.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.jetpackdigital\\.com..*/_uploads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "vibe.com", + "www.vibe.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.m1\\.com\\.sg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.mefeedia\\.com/flash/flowplayer-3\\.1\\.2\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.mefeedia\\.com/flash/flowplayer\\.controls-3\\.0\\.2\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.memo2\\.nl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.mycricket\\.com/www/delivery/ajs\\.php\\?zoneid=", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.nyootv\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.nyootv\\.com:8080/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.pandora\\.tv/netinsight/text/pandora_global/channel/icf@", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.pinterest\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.pointroll\\.com/PortalServe/\\?pid=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "thestreet.com", + "www.thestreet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.reempresa\\.org", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "reempresa.org", + "www.reempresa.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.seriouswheels\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.simplyhired\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "simply-partner.com", + "www.simply-partner.com", + "simplyhired.com", + "www.simplyhired.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.smartfeedads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.socialtheater\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.songs\\.pk/openx/www/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.spilgames\\.com/ad/", + "resource-type": [ + "script" + ], + "if-domain": [ + "games.co.uk", + "www.games.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.sudpresse\\.be/adview\\.php\\?what=zone:", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.tbs\\.com/html\\.ng/site=.*600x400_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tbs.com", + "www.tbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.trackitdown\\.net/delivery/afr\\.php\\?zoneid=6&", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.trutv\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.trutv\\.com/html\\.ng/tile=.*&site=trutv&tru_tv_pos=preroll&", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.undertone\\.com/.*&zoneid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mlbtraderumors.com", + "www.mlbtraderumors.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.undertone\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "autos.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com/ev/eu/any/vint/videointerstitial.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com/la/adv/y/yahooxtra", + "resource-type": [ + "image" + ], + "if-domain": [ + "movies.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com..*/any/yahoologo", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com..*/search/b/syc_logo_2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.yimg\\.com..*videoadmodule.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads1\\.msads\\.net..*/dapmsn\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "msn.com", + "www.msn.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads1\\.msn\\.com/ads/pronws/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads1\\.msn\\.com/library/dap\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "entertainment.msn.co.nz", + "msn.foxsports.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsbox\\.com\\.sg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsbox\\.in", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adseo\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/\\?adrawdata", + "resource-type": [ + "script" + ], + "if-domain": [ + "we7.com", + "www.we7.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/\\?advideo/.*;vidas=pre_roll", + "resource-type": [ + "raw" + ], + "if-domain": [ + "eurovisionsports.tv", + "www.eurovisionsports.tv", + "talksport.co.uk", + "www.talksport.co.uk", + "wrc.com", + "www.wrc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/addyn/3\\.0/755/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cartoonnetwork.co.nz", + "www.cartoonnetwork.co.nz", + "cartoonnetworkasia.com", + "www.cartoonnetworkasia.com", + "cartoonnetworkhq.com", + "www.cartoonnetworkhq.com", + "manutd.com", + "www.manutd.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtechus\\.com/addyn/", + "resource-type": [ + "script" + ], + "if-domain": [ + "teletoon.com", + "www.teletoon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.bigwigmedia\\.com/adfetch2\\.php\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "y8.com", + "www.y8.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.bigwigmedia\\.com/ingamead3\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.bworldonline\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.tvcatchup\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.vidcoin\\.com..*/get_campaigns\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.yahoo\\.com/a\\?.*&l=head&", + "resource-type": [ + "script" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.yahoo\\.com/a\\?.*&l=VID&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.yahoo\\.com/a\\?.*=headr", + "resource-type": [ + "script" + ], + "if-domain": [ + "mail.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.yahoo\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.yahoo\\.com..*=weather&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ca.weather.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adshost1\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adshost1\\.com/ova/.*\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "4shared.com", + "www.4shared.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsign\\.republika\\.pl", + "resource-type": [ + "document" + ], + "if-domain": [ + "a-d-sign.pl", + "www.a-d-sign.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsign\\.republika\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsonar\\.com/js/adsonar\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ansingstatejournal.com", + "www.ansingstatejournal.com", + "app.com", + "www.app.com", + "battlecreekenquirer.com", + "www.battlecreekenquirer.com", + "clarionledger.com", + "www.clarionledger.com", + "coloradoan.com", + "www.coloradoan.com", + "dailyrecord.com", + "www.dailyrecord.com", + "dailyworld.com", + "www.dailyworld.com", + "delmarvanow.com", + "www.delmarvanow.com", + "freep.com", + "www.freep.com", + "greatfallstribune.com", + "www.greatfallstribune.com", + "guampdn.com", + "www.guampdn.com", + "hattiesburgamerican.com", + "www.hattiesburgamerican.com", + "hometownlife.com", + "www.hometownlife.com", + "ithacajournal.com", + "www.ithacajournal.com", + "jconline.com", + "www.jconline.com", + "livingstondaily.com", + "www.livingstondaily.com", + "montgomeryadvertiser.com", + "www.montgomeryadvertiser.com", + "mycentraljersey.com", + "www.mycentraljersey.com", + "news-press.com", + "www.news-press.com", + "pal-item.com", + "www.pal-item.com", + "pnj.com", + "www.pnj.com", + "poughkeepsiejournal.com", + "www.poughkeepsiejournal.com", + "press-citizen.com", + "www.press-citizen.com", + "pressconnects.com", + "www.pressconnects.com", + "rgj.com", + "www.rgj.com", + "shreveporttimes.com", + "www.shreveporttimes.com", + "stargazette.com", + "www.stargazette.com", + "tallahassee.com", + "www.tallahassee.com", + "theadvertiser.com", + "www.theadvertiser.com", + "thecalifornian.com", + "www.thecalifornian.com", + "thedailyjournal.com", + "www.thedailyjournal.com", + "thenewsstar.com", + "www.thenewsstar.com", + "thestarpress.com", + "www.thestarpress.com", + "thetimesherald.com", + "www.thetimesherald.com", + "thetowntalk.com", + "www.thetowntalk.com", + "visaliatimesdelta.com", + "www.visaliatimesdelta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsonar\\.com/js/aslJSON\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "engadget.com", + "www.engadget.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adspot\\.lk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsremote\\.scrippsnetworks\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsremote\\.scrippsnetworks\\.com/html\\.ng/adtype=.*&playertype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gactv.com", + "www.gactv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsremote\\.scrippsnetworks\\.com/js\\.ng/adtype=vsw", + "resource-type": [ + "script" + ], + "if-domain": [ + "food.com", + "www.food.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adssecurity\\.com/app_themes/ads/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adswizz\\.com/www/components/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "motogp.com", + "www.motogp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adswizz\\.com/www/delivery/swfindex\\.php\\?reqtype=adssetup&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "motogp.com", + "www.motogp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.de/\\?advideo/3\\.0/1215\\.1/3228528/.*;vidas=pre_roll;", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.de/apps/.*\\.swf\\?targettag=", + "resource-type": [ + "media" + ], + "if-domain": [ + "cartoonnetworkasia.com", + "www.cartoonnetworkasia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.de/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "zattoo.com", + "www.zattoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/\\?advideo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "snagfilms.com", + "www.snagfilms.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/apps/", + "resource-type": [ + "image" + ], + "if-domain": [ + "teletoon.com", + "www.teletoon.com", + "walmart.ca", + "www.walmart.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/dt/common/DAC\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "wetpaint.com", + "www.wetpaint.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adultvideotorrents\\.com/assets/blockblock/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\..*\\.przedsiebiorca\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.blogupp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.erti\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.escreverdireito\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.li", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advantabankcorp\\.com/ADV/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.azcentral\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.fairfaxmedia\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fairfaxmedia.com.au", + "www.fairfaxmedia.com.au", + "myfairfax.com.au", + "www.myfairfax.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.movem\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertiser\\.seek\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertiser\\.seek\\.com\\.au", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertiser\\.trialpay\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisers\\.io", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "advertisers.io", + "www.advertisers.io" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.acne\\.se", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.autotrader\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.racingpost\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.scoop\\.co\\.nz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.theigroup\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.utexas\\.edu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.vrisko\\.gr", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adverts\\.brighthouse\\.com/advertpro/servlet/view/banner/url/zone\\?.*=preroll/2Black$", + "resource-type": [ + "document" + ], + "if-domain": [ + "baynews9.com", + "www.baynews9.com", + "cfnews13.com", + "www.cfnews13.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adverts\\.cdn\\.tvcatchup\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adverts\\.we7c\\.net/config/live/newusertraffickingconfig\\.json\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "we7.com", + "www.we7.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advisory\\.mtanyct\\.info/outsideWidget/widget\\.html\\?.*\\.adPlacement=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advweb\\.ua\\.cmu\\.edu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adweb\\.cis\\.mcmaster\\.ca", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adweb\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adworks\\.com\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ae\\.amgdgt\\.com/ads\\?t=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ae\\.amgdgt\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.kickapps\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.kickapps\\.com/service/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.skiamade\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.mozilla\\.org", + "resource-type": [ + "document" + ], + "if-domain": [ + "facebook.com", + "www.facebook.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.unpakt\\.com/widget/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliates\\.unpakt\\.com/widget_loader/widget_loader\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://africam\\.com/adimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aimsworldrunning\\.org/images/AD_Box_", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://airbaltic\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://airguns\\.net/advertisement_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://airguns\\.net/classifieds/ad_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://airplaydirect\\.com/openx/www/images/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aiwip\\.com/advertisers/", + "resource-type": [ + "image", + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aiwip\\.com/static/images/advertisers/", + "resource-type": [ + "image", + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ajmadison\\.com/images/adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aka-cdn-ns\\.adtech\\.de/apps/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "manutd.com", + "www.manutd.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*/ads/preroll_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bet.com", + "www.bet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*/i\\.mallnetworks\\.com/images/.*120x60", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ultimaterewardsearn.chase.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamai\\.net..*/pics\\.drugstore\\.com/prodimg/promo/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net/hads-.*\\.mp4\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net..*/videoAd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zynga.com", + "www.zynga.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://al\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://albumartexchange\\.com/gallery/images/public/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://allot\\.com/Banners/.*\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://allulook4\\.com/min/\\?", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alphabaseinc\\.com/images/display_adz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alusa\\.org/store/modules/blockadvertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com/aax2/amzn_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "deadspin.com", + "www.deadspin.com", + "foodnetwork.com", + "www.foodnetwork.com", + "gawker.com", + "www.gawker.com", + "gizmodo.com", + "www.gizmodo.com", + "io9.com", + "www.io9.com", + "jalopnik.com", + "www.jalopnik.com", + "jezebel.com", + "www.jezebel.com", + "kotaku.com", + "www.kotaku.com", + "lifehacker.com", + "www.lifehacker.com", + "weather.com", + "www.weather.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com/widgets/q\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com/widgets/q\\?.*&ad_type=product_link&", + "resource-type": [ + "document" + ], + "if-domain": [ + "hometheaterforum.com", + "www.hometheaterforum.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sotumblry.com", + "www.sotumblry.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/adplayer/player/newas3player\\.swf\\?", + "resource-type": [ + "media" + ], + "if-domain": [ + "india.com", + "www.india.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/banners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "livefromdarylshouse.com", + "www.livefromdarylshouse.com", + "pandasecurity.com", + "www.pandasecurity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/bt-dashboard-logos/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "signal.co", + "www.signal.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*/sponsorbanners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "members.portalbuzz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amctv\\.com/commons/advertisement/js/AdFrame\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amiblood\\.com/Images/ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amwa\\.net/sites/default/files/styles/promotion_image/public/promotions/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ananzi\\.co\\.za/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://andcorp\\.com\\.au..*\\.swf\\?clicktag=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://andohs\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://andomediagroup\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://annfammed\\.org/adsystem/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anyvan\\.com/send-goods-api/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "preloved.co.uk", + "www.preloved.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/ads/adsWrapperIntl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "huffingtonpost.co.uk", + "www.huffingtonpost.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com/os_merge/\\?file=/aol/.*\\.js&", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com..*/adhads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "aol.com", + "www.aol.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aolcdn\\.com..*/adsWrapper\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "aol.com", + "www.aol.com", + "engadget.com", + "www.engadget.com", + "games.com", + "www.games.com", + "huffingtonpost.com", + "www.huffingtonpost.com", + "mapquest.com", + "www.mapquest.com", + "stylelist.ca", + "www.stylelist.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aone-soft\\.com/style/images/ad.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.cirqle\\.nl..*&advertiserId=", + "resource-type": [ + "script", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.hexagram\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "scribol.com", + "www.scribol.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api\\.paymentwall\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adguard.com", + "www.adguard.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apmebf\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "betfair.com", + "www.betfair.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apmebf\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apmex\\.com/resources/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://app\\.promo\\.tubemogul\\.com/feed/placement\\.html\\?id=", + "resource-type": [ + "script" + ], + "if-domain": [ + "comedy.com", + "www.comedy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com..*/ads/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com..*/images/ad-", + "resource-type": [ + "image" + ], + "if-domain": [ + "apple.com", + "www.apple.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com..*/images/ads_", + "resource-type": [ + "image" + ], + "if-domain": [ + "apple.com", + "www.apple.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com..*/includes/ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apple\\.com..*/video-ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://applegate\\.co\\.uk/stats/recordclick\\.html\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apps\\.digmyweb\\.com/ads\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apwg\\.org/images/sponsors/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://archaeologydataservice\\.ac\\.uk/images/ads_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://archiproducts\\.com/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://architecturaldigest\\.com/etc/designs/ad/images/shell/ad-sprite\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://area51\\.stackexchange\\.com/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://arti-mediagroup\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://arti-mediagroup\\.com/flowplayer/amta_plugin\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.bankrate\\.com/RealMedia/ads/adstream_mjx\\.ads/", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.medscape\\.com/html\\.ng/transactionid%", + "resource-type": [ + "document" + ], + "if-domain": [ + "medscape.com", + "www.medscape.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.webmd\\.com/html\\.ng/transactionid=", + "resource-type": [ + "script", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://asiasold\\.com/assets/home/openx/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://asrock\\.com/images/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assets\\.rewardstyle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "glamour.com", + "www.glamour.com", + "itsjudytime.com", + "www.itsjudytime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assiniboine\\.mb\\.ca/files/intrasite_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.com/widgets/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sotumblry.com", + "www.sotumblry.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assoc-amazon\\.com..*/js/swfobject_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gactv.com", + "www.gactv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://asterisk\\.org/sites/asterisk/files/mce_files/graphics/ads/ad-training\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://athena365\\.com/web/components/ads/rma\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://att\\.com/images/.*/admanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://au\\.adserver\\.yahoo\\.com/a\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "dating.yahoo.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auctionzip\\.com/cgi-bin/showimage\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com/adserver\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ap.org", + "www.ap.org", + "majorleaguegaming.com", + "www.majorleaguegaming.com", + "newsinc.com", + "www.newsinc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com..*/AuditudeAdUnit\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com..*/auditudebrightcoveplugin\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel5.com", + "www.channel5.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com..*/auditudeosmfproxyplugin\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "dramafever.com", + "www.dramafever.com", + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autogespot\\.info/upload/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autotrader\\.co\\.uk/advert/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autotrader\\.co\\.uk/static/.*/images/adv/icons\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autotrader\\.co\\.uk..*/advert/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autotrader\\.co\\.uk..*_adverts/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://avclub\\.com/ads/av-video-ad/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aviationclassifieds\\.com/adimg/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aviationdocumentstorage\\.com/Av_Docs/CSS/ADS-1\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aviationexplorer\\.com/airline_aviation_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://awin1\\.com/cshow\\.php\\?s=", + "resource-type": [ + "image" + ], + "if-domain": [ + "deliverydeals.co.uk", + "www.deliverydeals.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://awltovhc\\.com", + "resource-type": [ + "media" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://backpackinglight\\.com/backpackinglight/ads/banner-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bafta\\.org/static/site/javascript/banners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bahtsold\\.com/assets/home/openx/Thailand/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bahtsold\\.com/assets/images/ads/no_img_main\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bankofamerica\\.com..*\\?adx=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banner\\.pumpkinpatchkids\\.com/www/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pumpkinpatch.co.nz", + "www.pumpkinpatch.co.nz", + "pumpkinpatch.co.uk", + "www.pumpkinpatch.co.uk", + "pumpkinpatch.com", + "www.pumpkinpatch.com", + "pumpkinpatch.com.au", + "www.pumpkinpatch.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banner4five\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerfans\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerist\\.com/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "bannerist.com", + "www.bannerist.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.gametracker\\.rs", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.goldbroker\\.com/widget/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banners\\.wunderground\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bannersnack\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bannersnack.com", + "www.bannersnack.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://barafranca\\..*/banner\\.php$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbc\\.co\\.uk..*/adsense_write\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbc\\.co\\.uk..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbc\\.co\\.uk..*/adverts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbci\\.co\\.uk..*/adsense_write\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbci\\.co\\.uk..*/adverts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.co.uk", + "www.bbc.co.uk", + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbcimg\\.co\\.uk..*/adsense_write\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbcimg\\.co\\.uk..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.co.uk", + "www.bbc.co.uk", + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbcimg\\.co\\.uk..*/adverts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bbc.co.uk", + "www.bbc.co.uk", + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbcimg\\.co\\.uk..*/SmpAds\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://beatthebrochure\\.com/js/jquery\\.popunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bebusiness\\.eu/js/adview\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bellaliant\\.net..*/banners/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://betar\\.gov\\.bd/wp-content/plugins/useful-banner-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://betar\\.gov\\.bd/wp-content/uploads/useful_banner_manager_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://betteradvertising\\.com/logos/", + "resource-type": [ + "image" + ], + "if-domain": [ + "ghostery.com", + "www.ghostery.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bigfishaudio\\.com/banners/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bikeexchange\\.com\\.au/adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bing\\.com/images/async\\?q=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bing\\.com/maps/Ads\\.ashx", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bing\\.net/images/thumbnail\\.aspx\\?q=", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blackshoppingchannel\\.com..*/ad_agency/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blackshoppingchannel\\.com..*/com_adagency/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blastro\\.com/pl_ads\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bloomberg\\.com/rapi/ads/js_config\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bluetooth\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bluetree\\.co\\.uk/hji/advertising\\.", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bnbfinder\\.com/adv_getCity\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boats\\.com/ad/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bonappetit\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bonappetit\\.com..*/cn\\.dart\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boracay\\.mobi/boracay/imageAds/", + "resource-type": [ + "image" + ], + "if-domain": [ + "boracay.tel", + "www.boracay.tel" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boston\\.com/images/ads/yourtown_social_widget/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://box10\\.com/advertising/.*-preroll\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boxedlynch\\.com/advertising-gallery\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://brainient\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://brightcove\\.com..*bannerid", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://britannica\\.com/resources/images/shared/ad-loading\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://britishairways\\.com/cms/global/styles/.*/openx\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://brocraft\\.net/js/banners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://brothersoft\\.com/gads/coop_show_download\\.php\\?soft_id=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bsvideos\\.com/json/ad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bthomehub\\.home/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://btrll\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://btrll\\.com/vast/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://burbankleader\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://burfordadvertising\\.com/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://business-supply\\.com/images/adrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://butlereagle\\.com/static/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buy\\.com/buy_assets/addeals/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buyandsell\\.ie/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buyandsell\\.ie/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buyandsell\\.ie/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buyforlessok\\.com/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buyselltrade\\.ca/adimages/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bworldonline\\.com/adserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cache\\.nymag\\.com/scripts/ad_manager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cameralabs\\.com/PG_library/Regional/US/Love_a_Coffee_120x240\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://campingworld\\.com/images/AffiliateAds/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://canadianlisted\\.com/css/.*/ad/index\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://candystand\\.com/assets/images/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://capitalone360\\.com/js/adwizard/adwizard_homepage\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://caranddriver\\.com/tools/iframe/\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://carzone\\.ie/es-ie/.*advert", + "resource-type": [ + "image", + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cas\\.clickability\\.com/cas/cas\\.js\\?r=", + "resource-type": [ + "script" + ], + "if-domain": [ + "kmvt.com", + "www.kmvt.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbc\\.ca/ads/.*\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbs\\.com/sitecommon/includes/cacheable/combine\\.php\\?.*/adfunctions\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbsistatic\\.com/cnwk\\.1d/ads/common/manta/adfunctions.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cnettv.cnet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbslocal\\.com/flash/videoads\\..*\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "radio.com", + "www.radio.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cc-dt\\.com/link/tplimage\\?lid=", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.betrad\\.com/pub/icon1\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "usanetwork.com", + "www.usanetwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.complexmedianetwork\\.com/cdn/agenda\\.complex\\.com/js/jquery\\.writecapture\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.complexmedianetwork\\.com/cdn/agenda\\.complex\\.com/js/jwplayerl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.complexmedianetwork\\.com/cdn/agenda\\.complex\\.com/js/swfobject\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.complexmedianetwork\\.com/cdn/agenda\\.complex\\.com/js/writecapture\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.cpmstar\\.com/cached/js/", + "resource-type": [ + "script" + ], + "if-domain": [ + "xfire.com", + "www.xfire.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.cpmstar\\.com/cached/swf/preplay\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "xfire.com", + "www.xfire.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.inskinmedia\\.com/.*inskinfiles/flvs/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.inskinmedia\\.com/isfe/4\\.1/swf/unitcontainer2\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.inskinmedia\\.com..*/brightcove3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "virginmedia.com", + "www.virginmedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.inskinmedia\\.com..*/ipcgame\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mousebreaker.com", + "www.mousebreaker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.intentmedia\\.net", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "travelzoo.com", + "www.travelzoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.pch\\.com/spectrummedia/spectrum/adunit/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.travidia\\.com/fsi-page/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.travidia\\.com/rop-ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.travidia\\.com/rop-sub/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.turner\\.com..*/video/336x280_ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.vdopia\\.com", + "resource-type": [ + "script", + "media", + "raw" + ], + "if-domain": [ + "indiatvnews.com", + "www.indiatvnews.com", + "intoday.in", + "www.intoday.in", + "moneycontrol.com", + "www.moneycontrol.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cellc\\.co\\.za/adserv/", + "resource-type": [ + "image", + "script", + "media" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cerebral\\.s4\\.bizhat\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/media/scripts/oasconfig/siteads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://charlieandmekids\\.com/www/delivery/", + "resource-type": [ + "script" + ], + "if-domain": [ + "charlieandmekids.co.nz", + "www.charlieandmekids.co.nz", + "charlieandmekids.com.au", + "www.charlieandmekids.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chase\\.com/content/.*/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chase\\.com..*/adserving/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cheapoair\\.ca/desktopmodules/adsales/adsaleshandle\\.ashx\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cheapoair\\.com/desktopmodules/adsales/adsaleshandle\\.ashx\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://checkerdist\\.com/product-detail\\.cfm\\?.*advert_id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://checkm8\\.com/adam/", + "resource-type": [ + "script" + ], + "if-domain": [ + "askqology.com", + "www.askqology.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://checkm8\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chemistwarehouse\\.com\\.au/images/AdImages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chibis\\.adotube\\.com/appruntime/player/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chibis\\.adotube\\.com/appRuntime/swfobject/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chibis\\.adotube\\.com/napp/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chicavenue\\.com\\.au/assets/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://christianhouseshare\\.com\\.au/images/publish_ad1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cio\\.com/www/js/ads/gpt_includes\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://classifiedads\\.com/adbox\\.php", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://classifieds\\.wsj\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://classistatic\\.com..*/banner-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cleveland\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://clickbd\\.com..*/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/_ads/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "jobstreet.co.id", + "www.jobstreet.co.id", + "jobstreet.co.in", + "www.jobstreet.co.in", + "jobstreet.co.th", + "www.jobstreet.co.th", + "jobstreet.com", + "www.jobstreet.com", + "jobstreet.com.my", + "www.jobstreet.com.my", + "jobstreet.com.ph", + "www.jobstreet.com.ph", + "jobstreet.com.sg", + "www.jobstreet.com.sg", + "jobstreet.vn", + "www.jobstreet.vn" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://club777\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://clustrmaps\\.com/images/clustrmaps-back-soon\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cnet\\.com/ad/ad-cookie/.*\\?_=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://coastlinepilot\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://collective-media\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://collective-media\\.net/pfadx/wtv\\.wrc/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "wrc.com", + "www.wrc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://colorado\\.gov/airquality/psi/adv\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://comboadmedia\\.adperfect\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "classifieds.nydailynews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://commarts\\.com/Images/missinganissue_ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://compass\\.xbox\\.com/assets/ad/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://compass\\.xboxlive\\.com/assets/.*_banner_ad\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "forzamotorsport.net", + "www.forzamotorsport.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://completemarkets\\.com/pictureHandler\\.ashx\\?adid=", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://computerworld\\.com/resources/scripts/lib/doubleclick_ads\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://comsec\\.com\\.au..*/homepage_banner_ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://condenast\\.co\\.uk/scripts/cn-advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cntraveller.com", + "www.cntraveller.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://connectingdirectories\\.com/advertisers/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://constructalia\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://contactmusic\\.com/advertpro/servlet/view/dynamic/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.ad/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "wmpoweruser.com", + "www.wmpoweruser.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.aimatch\\.com/swfobject\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "itv.com", + "www.itv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.datingfactory\\.com/promotools/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.hallmark\\.com/scripts/ecards/adspot\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://copesdistributing\\.com/images/adds/banner_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://corporatehousingbyowner\\.com/js/ad-gallery\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cosmopolitan\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cosmopolitan\\.com/cm/shared/scripts/refreshads-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://countryliving\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cracker\\.com\\.au..*/cracker-classifieds-free-ads\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cricbuzz\\.com/includes/ads/images/wct20/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cricbuzz\\.com/includes/ads/images/worldcup/more_arrow_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cricbuzz\\.com/includes/ads/schedule/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cricketcountry\\.com/js/ad-gallery\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://csair\\.com/.*/adpic\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://csmonitor\\.com/advertising/sharetools\\.php", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://csoonline\\.com/js/doubleclick_ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://css\\.washingtonpost\\.com/wpost/css/combo\\?.*/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://css\\.washingtonpost\\.com/wpost2/css/combo\\?.*/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://css\\.wpdigital\\.net/wpost/css/combo\\?.*/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ctv\\.ca/players/mediaplayer/.*/AdManager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cubeecraft\\.com/openx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cvs\\.com/webcontent/images/weeklyad/adcontent/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cydiaupdates\\.net/CydiaUpdates\\.com_600x80\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://d1sp6mwzi1jpx1\\.cloudfront\\.net..*/advertisement_min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "reelkandi.com", + "www.reelkandi.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://d3con\\.org/data1/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://d3pkae9owd2lcf\\.cloudfront\\.net/mb102\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "wowhead.com", + "www.wowhead.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://da-ads\\.com/truex\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "deviantart.com", + "www.deviantart.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailycaller\\.com/wp-content/plugins/advertisements/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailyhiit\\.com/sites/.*/ad-images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymail\\.co\\.uk..*/googleads--\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymotion\\.com/videowall/.*&clickTAG=http", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailypilot\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://danielechevarria\\.com..*/advertising-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dart\\.clearchannel\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://data\\.panachetech\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://data\\.panachetech\\.com/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "southpark.nl", + "www.southpark.nl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dataknet\\.com/s\\.axd\\?", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://davescomputertips\\.com/images/ads/paypal\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dawanda\\.com..*/ad_center\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dawanda\\.com..*/adcenter\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dc\\.tremormedia\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dealerimg\\.com/Ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://delicious\\.com..*/compose\\?url=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://deliciousdigital\\.com/data/our-work/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://delish\\.com/cm/shared/scripts/refreshads-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://delivery\\.anchorfree\\.us/player-multi\\.php\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "anchorfree.us", + "www.anchorfree.us" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://delvenetworks\\.com/player/.*_ad_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://demo\\.inskinmedia\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://deviantart\\.net/fs.*/20.*_by_", + "resource-type": [ + "image" + ], + "if-domain": [ + "deviantart.com", + "www.deviantart.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://deviantart\\.net/minish/advertising/downloadad_splash_close\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://digiads\\.com\\.au/css/24032006/adstyle\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://digiads\\.com\\.au/images/shared/misc/ad-disclaimer\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://digsby\\.com/affiliate/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://direct\\.fairfax\\.com\\.au/hserver/.*/site=vid\\..*/adtype=embedded/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://directorym\\.com/articles_media/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "localmarket.autismsupportnetwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://directtextbook\\.com..*\\.php\\?ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://discovery\\.com/components/consolidate-static/\\?files=.*/adsense-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disney\\.com\\.au/global/swf/banner300x250\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disney\\.go\\.com/dxd/data/ads/game_ad\\.xml\\?gameid=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disneyphotopass\\.com/adimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disruptorbeam\\.com/assets/uploaded/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dmgt\\.grapeshot\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dailymail.co.uk", + "www.dailymail.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dmstatic\\.com..*/adEntry\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "daft.ie", + "www.daft.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doityourself\\.com..*/shared/ads\\.css", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dolidoli\\.com/images/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dolimg\\.com..*/dxd_ad_code\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "go.com", + "www.go.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dolphinimaging\\.com/banners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dolphinimaging\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://domandgeri\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dotomi\\.com/commonid/match\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "betfair.com", + "www.betfair.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ad/.*\\.linkshare/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ad/can/chow/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ad/can/tvcom/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tv.com", + "www.tv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/.*\\.mlb/photos;.*;sz=300x250;", + "resource-type": [ + "document" + ], + "if-domain": [ + "mlb.com", + "www.mlb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/.*\\.mlb/scoreboard;pageid=scoreboard_ymd;sz=", + "resource-type": [ + "document" + ], + "if-domain": [ + "mlb.com", + "www.mlb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/amzn\\..*;ri=digital-music-track;", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/apts\\.com/home;pos=", + "resource-type": [ + "document" + ], + "if-domain": [ + "apartments.com", + "www.apartments.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/ebay\\..*/video;", + "resource-type": [ + "document" + ], + "if-domain": [ + "ebay.com", + "www.ebay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/mlb\\.mlb/.*;pageid=cutfour;sz=", + "resource-type": [ + "document" + ], + "if-domain": [ + "mlb.mlb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/mlb\\.mlb/.*.free_agent_tracker_12", + "resource-type": [ + "document" + ], + "if-domain": [ + "mlb.com", + "www.mlb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/sny\\.tv/media;", + "resource-type": [ + "document" + ], + "if-domain": [ + "sny.tv", + "www.sny.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/sony\\.oz\\.opus/.*;pos=bottom;", + "resource-type": [ + "document" + ], + "if-domain": [ + "doctoroz.com", + "www.doctoroz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/yesnetwork\\.com/media;", + "resource-type": [ + "document" + ], + "if-domain": [ + "yesnetwork.com", + "www.yesnetwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adi/zillow\\.hdp/", + "resource-type": [ + "document" + ], + "if-domain": [ + "zillow.com", + "www.zillow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/bbccom\\.live\\.site\\.auto/.*.sz=1x1", + "resource-type": [ + "script" + ], + "if-domain": [ + "bbc.com", + "www.bbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/cm\\.peo/.*;cmpos=", + "resource-type": [ + "script" + ], + "if-domain": [ + "people.com", + "www.people.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/cm\\.tim/.*;cmpos=", + "resource-type": [ + "script" + ], + "if-domain": [ + "time.com", + "www.time.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/ctv\\.muchmusicblog\\.com/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/gamesco\\.socialgaming/", + "resource-type": [ + "script" + ], + "if-domain": [ + "ghsrv.com", + "www.ghsrv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/imdb2\\.consumer\\.video/.*;sz=320x240,", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/kval/health;pos=gallerytop;sz=", + "resource-type": [ + "script" + ], + "if-domain": [ + "kval.com", + "www.kval.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/nbcu\\.nbc/videoplayer-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/oiq\\.man\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "manualsonline.com", + "www.manualsonline.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/pch\\.candystand/video;pos=box;sz=300x250;a=", + "resource-type": [ + "script" + ], + "if-domain": [ + "candystand.com", + "www.candystand.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/pong\\.all/.*;dcopt=ist;", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/profootballreference\\.fsv/", + "resource-type": [ + "script" + ], + "if-domain": [ + "pro-football-reference.com", + "www.pro-football-reference.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/wiredcom\\.dart/.*;sz=300x250;.*;kw=top;", + "resource-type": [ + "script" + ], + "if-domain": [ + "wired.com", + "www.wired.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/yorkshire\\.jp/main-section;.*;sz=120x600,160x600", + "resource-type": [ + "script" + ], + "if-domain": [ + "yorkshirepost.co.uk", + "www.yorkshirepost.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ddm/clk/.*://www\\.amazon\\.jobs/jobs/", + "resource-type": [ + "document" + ], + "if-domain": [ + "glassdoor.com", + "www.glassdoor.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N2605/adi/MiLB\\.com/scoreboard;.*;sz=728x90;", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N6545/adj/.*_music/video;", + "resource-type": [ + "script" + ], + "if-domain": [ + "virginmedia.com", + "www.virginmedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/N6619/adj/zillow\\.hdp/", + "resource-type": [ + "script" + ], + "if-domain": [ + "zillow.com", + "www.zillow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/.*/cbs/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "latimes.com", + "www.latimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/nfl\\..*/html5;", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/pfadx/umg\\..*;sz=10x", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/ad/nfl\\..*\\.smartclip/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adi/MiLB\\.com/multimedia", + "resource-type": [ + "document" + ], + "if-domain": [ + "milb.com", + "www.milb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adi/MiLB\\.com/standings", + "resource-type": [ + "document" + ], + "if-domain": [ + "milb.com", + "www.milb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adj/wwe\\.shows/ecw_ecwreplay;.*;sz=624x325;", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/fdc\\.forbes/.*;pos=thought;", + "resource-type": [ + "script" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/ftcom\\..*;sz=1x1;.*;pos=refresh;", + "resource-type": [ + "script" + ], + "if-domain": [ + "ft.com", + "www.ft.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/ndm\\.tcm/video;", + "resource-type": [ + "script" + ], + "if-domain": [ + "player.video.news.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/targeted\\.optimum/.*;sz=968x286;", + "resource-type": [ + "image", + "script", + "popup" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/videoplayer.*=worldnow", + "resource-type": [ + "document" + ], + "if-domain": [ + "ktiv.com", + "www.ktiv.com", + "wflx.com", + "www.wflx.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*;type=BizDev_Article_RR1;", + "resource-type": [ + "script" + ], + "if-domain": [ + "reuters.com", + "www.reuters.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dove\\.saymedia\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://downvids\\.net/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drf-global\\.com/servicegateway/globaltrips-shopping-svcs/drfadserver-1\\.0/pub/adserver\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "igougo.com", + "www.igougo.com", + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drf-global\\.com/servicegateway/globaltrips-shopping-svcs/drfadserver-1\\.0/pub/drfcomms/advertisers\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "igougo.com", + "www.igougo.com", + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drf-global\\.com/servicegateway/globaltrips-shopping-svcs/drfadserver-1\\.0/pub/drfcomms/drf\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "igougo.com", + "www.igougo.com", + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drizzle\\.monsoonads\\.com/ip\\.php", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bollywoodhungama.com", + "www.bollywoodhungama.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dropzone\\.no/sap/its/gfx/top_ad_", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drunkard\\.com/banners/drunk-korps-banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drunkard\\.com/banners/drunkard-gear\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drunkard\\.com/banners/modern-drunkard-book\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drupal\\.org..*/revealads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dstw\\.adgear\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dstw\\.adgear\\.com/impressions/int/as=.*\\.json\\?ag_r=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "hot899.com", + "www.hot899.com", + "nj1015.com", + "www.nj1015.com", + "streamtheworld.com", + "www.streamtheworld.com", + "tsn.ca", + "www.tsn.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dwiextreme\\.com/banners/dwiextreme", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dx\\.com/openx/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dyncdn\\.buzznet\\.com/catfiles/\\?f=dojo/.*\\.googleadservices\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eagleboys\\.com\\.au/eagleboys/.*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://earthcam\\.com/swf/ads5\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://earthtechling\\.com..*/imasters-wp-adserver-styles\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://earthtv\\.com/player_tmp/overlayad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://easyfundraising\\.org\\.uk/images/home/.*-120x60\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ebayrtm\\.com/rtm\\?rtmcmd&a=json&cb=parent\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eboundservices\\.com/iframe/newads/iframe\\.php\\?stream=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://economist\\.com\\.na..*/banners/cartoon_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://edgar\\.pro-g\\.co\\.uk/data/.*/videos/adverts/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://edge\\.andomedia\\.com..*/ando/files/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "radiou.com", + "www.radiou.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://edgesuite\\.net/general/ibn/ads/.*\\.flv", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ibnlive.in.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://edmontonjournal\\.com/js/adsync/adsynclibrary\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eduspec\\.science\\.ru\\.nl..*-images/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eeweb\\.com/comics/.*_ads-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://egotastic\\.us\\.intellitxt\\.com/intellitxt/front\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.co\\.uk/frames/ad\\.html\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eightinc\\.com/admin/zone\\.php\\?zoneid=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://elephantjournal\\.com/ad_art/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eluxe\\.ca..*_doubleclick\\.js.*\\.pagespeed\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emailbidding\\.com..*/advertiser/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emergencymedicalparamedic\\.com/wp-content/themes/AdSense/style\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emjcd\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://empireonline\\.com/images/image_index/300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://engine\\.adzerk\\.net/ados\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "stackoverflow.com", + "www.stackoverflow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://englishanimes\\.com/wp-content/themes/englishanimes/js/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://engrish\\.com/wp-content/uploads/.*/advertisement-", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com/games/getSwfPath\\.php\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "freewebarcade.com", + "www.freewebarcade.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com/games/mec_release_.*\\.swf\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "freewebarcade.com", + "www.freewebarcade.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eplayerhtml5\\.performgroup\\.com/js/tsEplayerHtml5/js/Eplayer/js/modules/bannerview/bannerview\\.main\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://equippers\\.com/abm\\.aspx\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://equippers\\.com/absolutebm\\.aspx\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.co\\.uk/ads/gamemodule_v0\\.2\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espn\\.go\\.com..*/espn360/banner\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espncdn\\.com/combiner/.*/admgr\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "espn.go.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espncdn\\.com/combiner/c\\?.*/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "espn.go.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espncdn\\.com/combiner/c\\?.*/advertising\\.", + "resource-type": [ + "style-sheet" + ], + "if-domain": [ + "espnfc.com", + "www.espnfc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://espngp\\.com/ads/.*_sprite", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "espnf1.com", + "www.espnf1.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://esquire\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://evanscycles\\.com/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eventcinemas\\.co\\.nz..*_adhub_server_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eventim\\.de/obj/basic/ad2_obj/layout/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ewallpapers\\.eu/ads/logo\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exoclick\\.com/ads\\.php\\?.*login", + "resource-type": [ + "script" + ], + "if-domain": [ + "imgserve.net", + "www.imgserve.net", + "imgtiger.com", + "www.imgtiger.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expedia\\.co\\.nz/html\\.cms/tpid=.*&adsize=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expedia\\.com/daily/common/msi\\.asp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expedia\\.com/html\\.cms/TPID=.*&ADSIZE=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expedia\\.com/js\\.ng/.*&PLACEMENT=CXHOMECORE_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expedia\\.com/minify/ads-min-.*\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://explosm\\.net/comics/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://explosm\\.net/db/files/comics/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://extras\\.chron\\.com/banners/.*/social_icons/", + "resource-type": [ + "image", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ezone\\.com/banners/swfs/", + "resource-type": [ + "media" + ], + "if-domain": [ + "ezone.com", + "www.ezone.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://f-cdn\\.com/build/js/ads/main\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "freelancer.com", + "www.freelancer.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://faceinhole\\.com/adsense\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://farecompare\\.com..*/farecomp/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fbexternal-a\\.akamaihd\\.net/safe_image\\.php\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "facebook.com", + "www.facebook.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://feedroom\\.speedera\\.net/static\\.feedroom\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://feeds\\.videogamer\\.com..*/videoad\\.xml\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://festina\\.com/txt/advertising\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ff\\.connextra\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pinnaclesports.com", + "www.pinnaclesports.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fifa\\.com/flash/videoplayer/libs/advert_", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://files\\.coloribus\\.com", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filestage\\.to/design/player/player\\.swf\\?.*&popunder=", + "resource-type": [ + "media" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fixtracking\\.com/images/ad-", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flashgames247\\.com/advertising/ima-vast-preroll\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "flashgames247.com", + "www.flashgames247.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flipboard\\.com/media/uploads/adv_", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flipkart\\.com/affiliate/displayWidget\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flossmanuals\\.net/site_static/xinha/plugins/DoubleClick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flyerservices\\.com/cached_banner_pages/.*bannerid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flysaa\\.com..*/jquery\\.adserver\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fmpub\\.net/site/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "theawl.com", + "www.theawl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fncstatic\\.com..*/fox411/fox-411-head-728x90\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "foxnews.com", + "www.foxnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://folklands\\.com/health/advertise_with_us_files/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://forbesimg\\.com/assets/js/forbes/right_rail_sticky_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://forex\\.com/adx/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fortune\\.com/data/chartbeat/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://forums\\.realgm\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeads\\.in/classifieds/common/postad\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeads\\.in/freead\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeonlinegames\\.com/advertising/adaptv-as3\\.swf\\?", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeonlinegames\\.com/advertising/google-loader\\.swf\\?", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeride\\.co\\.uk/img/admarket/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeviewnz\\.tv..*/uploads/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeworldgroup\\.com/googleloader/GoogleAds\\.swf\\?contentId=FWG_Game_PreLoader&", + "resource-type": [ + "media" + ], + "if-domain": [ + "freeworldgroup.com", + "www.freeworldgroup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fs-freeware\\.net/images/jdownloads/downloadimages/banner_ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fsdn\\.com/sd/topics/advertising_64\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "slashdot.org", + "www.slashdot.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://funiaste\\.net/obrazki/.*&adtype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/aclk\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "nedbank.co.za", + "www.nedbank.co.za" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "newgrounds.com", + "www.newgrounds.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com", + "nfl.com", + "www.nfl.com", + "player.rogersradio.ca", + "twitch.tv", + "www.twitch.tv", + "viki.com", + "www.viki.com", + "volarvideo.com", + "www.volarvideo.com", + "worldstarhiphop.com", + "www.worldstarhiphop.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "app.com", + "www.app.com", + "argusleader.com", + "www.argusleader.com", + "autoguide.com", + "www.autoguide.com", + "battlecreekenquirer.com", + "www.battlecreekenquirer.com", + "baxterbulletin.com", + "www.baxterbulletin.com", + "beqala.com", + "www.beqala.com", + "boatshop24.com", + "www.boatshop24.com", + "bodas.com.mx", + "www.bodas.com.mx", + "bodas.net", + "www.bodas.net", + "bucyrustelegraphforum.com", + "www.bucyrustelegraphforum.com", + "burlingtonfreepress.com", + "www.burlingtonfreepress.com", + "casamentos.com.br", + "www.casamentos.com.br", + "casamentos.pt", + "www.casamentos.pt", + "casamiento.com.uy", + "www.casamiento.com.uy", + "casamientos.com.ar", + "www.casamientos.com.ar", + "chillicothegazette.com", + "www.chillicothegazette.com", + "cincinnati.com", + "www.cincinnati.com", + "clarionledger.com", + "www.clarionledger.com", + "coloradoan.com", + "www.coloradoan.com", + "coshoctontribune.com", + "www.coshoctontribune.com", + "courier-journal.com", + "www.courier-journal.com", + "courierpostonline.com", + "www.courierpostonline.com", + "dailyrecord.com", + "www.dailyrecord.com", + "dailyworld.com", + "www.dailyworld.com", + "deadspin.com", + "www.deadspin.com", + "defensenews.com", + "www.defensenews.com", + "delawareonline.com", + "www.delawareonline.com", + "democratandchronicle.com", + "www.democratandchronicle.com", + "desmoinesregister.com", + "www.desmoinesregister.com", + "dnj.com", + "www.dnj.com", + "drupalcommerce.org", + "www.drupalcommerce.org", + "escapegames.com", + "www.escapegames.com", + "fdlreporter.com", + "www.fdlreporter.com", + "floridatoday.com", + "www.floridatoday.com", + "foxnews.com", + "www.foxnews.com", + "freep.com", + "www.freep.com", + "games.latimes.com", + "gawker.com", + "www.gawker.com", + "gizmodo.com", + "www.gizmodo.com", + "greatfallstribune.com", + "www.greatfallstribune.com", + "greenbaypressgazette.com", + "www.greenbaypressgazette.com", + "greenvilleonline.com", + "www.greenvilleonline.com", + "guampdn.com", + "www.guampdn.com", + "hattiesburgamerican.com", + "www.hattiesburgamerican.com", + "hometownlife.com", + "www.hometownlife.com", + "htrnews.com", + "www.htrnews.com", + "indystar.com", + "www.indystar.com", + "investopedia.com", + "www.investopedia.com", + "io9.com", + "www.io9.com", + "ithacajournal.com", + "www.ithacajournal.com", + "jacksonsun.com", + "www.jacksonsun.com", + "jalopnik.com", + "www.jalopnik.com", + "jconline.com", + "www.jconline.com", + "jezebel.com", + "www.jezebel.com", + "kotaku.com", + "www.kotaku.com", + "lancastereaglegazette.com", + "www.lancastereaglegazette.com", + "lansingstatejournal.com", + "www.lansingstatejournal.com", + "lifehacker.com", + "www.lifehacker.com", + "livingstondaily.com", + "www.livingstondaily.com", + "lohud.com", + "www.lohud.com", + "mansfieldnewsjournal.com", + "www.mansfieldnewsjournal.com", + "mariages.net", + "www.mariages.net", + "marionstar.com", + "www.marionstar.com", + "marshfieldnewsherald.com", + "www.marshfieldnewsherald.com", + "matrimonio.com", + "www.matrimonio.com", + "matrimonio.com.co", + "www.matrimonio.com.co", + "matrimonio.com.pe", + "www.matrimonio.com.pe", + "matrimonios.cl", + "www.matrimonios.cl", + "montgomeryadvertiser.com", + "www.montgomeryadvertiser.com", + "motorcycle.com", + "www.motorcycle.com", + "mycentraljersey.com", + "www.mycentraljersey.com", + "mydesert.com", + "www.mydesert.com", + "mysoju.com", + "www.mysoju.com", + "nauticexpo.com", + "www.nauticexpo.com", + "nedbank.co.za", + "www.nedbank.co.za", + "nedbankgreen.co.za", + "www.nedbankgreen.co.za", + "newarkadvocate.com", + "www.newarkadvocate.com", + "news-leader.com", + "www.news-leader.com", + "news-press.com", + "www.news-press.com", + "newsleader.com", + "www.newsleader.com", + "nonags.com", + "www.nonags.com", + "orbitz.com", + "www.orbitz.com", + "pal-item.com", + "www.pal-item.com", + "podomatic.com", + "www.podomatic.com", + "portclintonnewsherald.com", + "www.portclintonnewsherald.com", + "postcrescent.com", + "www.postcrescent.com", + "poughkeepsiejournal.com", + "www.poughkeepsiejournal.com", + "press-citizen.com", + "www.press-citizen.com", + "pressconnects.com", + "www.pressconnects.com", + "rgj.com", + "www.rgj.com", + "sctimes.com", + "www.sctimes.com", + "sheboyganpress.com", + "www.sheboyganpress.com", + "shreveporttimes.com", + "www.shreveporttimes.com", + "stargazette.com", + "www.stargazette.com", + "statesmanjournal.com", + "www.statesmanjournal.com", + "stevenspointjournal.com", + "www.stevenspointjournal.com", + "tallahassee.com", + "www.tallahassee.com", + "tennessean.com", + "www.tennessean.com", + "theadvertiser.com", + "www.theadvertiser.com", + "thedailyjournal.com", + "www.thedailyjournal.com", + "theleafchronicle.com", + "www.theleafchronicle.com", + "thenews-messenger.com", + "www.thenews-messenger.com", + "thenewsstar.com", + "www.thenewsstar.com", + "thenorthwestern.com", + "www.thenorthwestern.com", + "thesimsresource.com", + "www.thesimsresource.com", + "thespectrum.com", + "www.thespectrum.com", + "thestarpress.com", + "www.thestarpress.com", + "thetimesherald.com", + "www.thetimesherald.com", + "thetowntalk.com", + "www.thetowntalk.com", + "ticketek.com.ar", + "www.ticketek.com.ar", + "urbandictionary.com", + "www.urbandictionary.com", + "virginaustralia.com", + "www.virginaustralia.com", + "visaliatimesdelta.com", + "www.visaliatimesdelta.com", + "volokh.com", + "www.volokh.com", + "vroomvroomvroom.com.au", + "www.vroomvroomvroom.com.au", + "wausaudailyherald.com", + "www.wausaudailyherald.com", + "weddingspot.co.uk", + "www.weddingspot.co.uk", + "wisconsinrapidstribune.com", + "www.wisconsinrapidstribune.com", + "wlj.net", + "www.wlj.net", + "zanesvilletimesrecorder.com", + "www.zanesvilletimesrecorder.com", + "zavvi.com", + "www.zavvi.com", + "zillow.com", + "www.zillow.com", + "zui.com", + "www.zui.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?.*www\\.forbes\\.com%2Ffdc%2Fwelcome_mjx\\.shtml", + "resource-type": [ + "script" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?adk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rte.ie", + "www.rte.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/google_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nedbank.co.za", + "www.nedbank.co.za", + "nitrome.com", + "www.nitrome.com", + "ticketek.com.ar", + "www.ticketek.com.ar" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/pagead/ads\\?ad_type=image_text", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ebog.com", + "www.ebog.com", + "gameark.com", + "www.gameark.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/pagead/ads\\?ad_type=text_dynamicimage_flash", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g4tv\\.com/clientscriptoptimizer\\.ashx\\?.*-ads\\.", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gactv\\.com..*/javascript/ad/coread/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://game\\.zylom\\.com..*\\.swf\\?.*&adURL=", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://game\\.zylom\\.com..*/cm_loader\\..*\\.swf\\?", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamehouse\\.com/adiframe/preroll-ad/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gameitnow\\.com/ads/gameadvertentie\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gameitnow\\.com/ads/google_loader\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://games\\.cnn\\.com/ad/", + "resource-type": [ + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamesgames\\.com/vda/friendly-iframe\\.html\\?videoPreroll300x250", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gan\\.doubleclick\\.net/gan_impression\\?lid=", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gannett\\.gcion\\.com/addyn/", + "resource-type": [ + "script" + ], + "if-domain": [ + "greenbaypressgazette.com", + "www.greenbaypressgazette.com", + "wcsh6.com", + "www.wcsh6.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://garmin\\.com..*/Sponsors\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://garrysmod\\.org/ads/", + "resource-type": [ + "image", + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gcultra\\.com/js/exit_popup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://getgamesgo\\.com/Banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://getprice\\.com\\.au/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "shopping.ninemsn.com.au", + "shopping.yahoo.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gfsrv\\.net/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ogame.org", + "www.ogame.org", + "ogame.us", + "www.ogame.us" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ghstatic\\.com/archives/.*&adURL=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "game.zylom.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsplay\\.com/banners/ima3_preloader_", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gitorious\\.org/adv/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://glamour\\.com/aspen/components/cn-fe-ads/js/cn\\.dart\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://glamour\\.com/aspen/js/dartCall\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://glendalenewspress\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://glnimages\\.s3\\.amazonaws\\.com/odw/ad", + "resource-type": [ + "image" + ], + "if-domain": [ + "odysseyware.com", + "www.odysseyware.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://globaltv\\.com/js/smdg_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gmfreeze\\.org/site_media//uploads/page_ad_images/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gmodules\\.com/ig/ifr\\?up_ad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "healthboards.com", + "www.healthboards.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gmx\\.com/images/outsource/application/mailclient/mailcom/resource/mailclient/flash/multiselection_upload/multiselectionupload-.*\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://go2cloud\\.org/aff_i\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://godlessnightsfilm\\.co\\.uk/scripts/ad-gallery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://godtube\\.com/resource/mediaplayer/.*&adzone=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://goember\\.com/ad/.*\\.xml\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://goodyhoo\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\..*/s\\?.*&q=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\..*/search\\?sclient=.*&q=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\..*/webpagethumbnail\\?.*&query=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/_/apps-static/.*/socialads/", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/_static/images/.*/ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/ads/search/module/ads/.*/search\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "about.com", + "www.about.com", + "armstrongmywire.com", + "www.armstrongmywire.com", + "atlanticbb.net", + "www.atlanticbb.net", + "bestbuy.com", + "www.bestbuy.com", + "bresnan.net", + "www.bresnan.net", + "broadstripe.net", + "www.broadstripe.net", + "buckeyecablesystem.net", + "www.buckeyecablesystem.net", + "cableone.net", + "www.cableone.net", + "centurylink.net", + "www.centurylink.net", + "charter.net", + "www.charter.net", + "cincinnatibell.net", + "www.cincinnatibell.net", + "dish.net", + "www.dish.net", + "ehow.com", + "www.ehow.com", + "forbbbs.org", + "www.forbbbs.org", + "forbes.com", + "www.forbes.com", + "hargray.net", + "www.hargray.net", + "hawaiiantel.net", + "www.hawaiiantel.net", + "hickorytech.net", + "www.hickorytech.net", + "homeaway.co.uk", + "www.homeaway.co.uk", + "knology.net", + "www.knology.net", + "livestrong.com", + "www.livestrong.com", + "mediacomtoday.com", + "www.mediacomtoday.com", + "midco.net", + "www.midco.net", + "mybendbroadband.com", + "www.mybendbroadband.com", + "mybrctv.com", + "www.mybrctv.com", + "mycenturylink.com", + "www.mycenturylink.com", + "myconsolidated.net", + "www.myconsolidated.net", + "myepb.net", + "www.myepb.net", + "mygrande.net", + "www.mygrande.net", + "mygvtc.com", + "www.mygvtc.com", + "myhughesnet.com", + "www.myhughesnet.com", + "myritter.com", + "www.myritter.com", + "northstate.net", + "www.northstate.net", + "nwcable.net", + "www.nwcable.net", + "query.nytimes.com", + "rentals.com", + "www.rentals.com", + "search.rr.com", + "searchresults.verizon.com", + "suddenlink.net", + "www.suddenlink.net", + "surewest.com", + "www.surewest.com", + "synacor.net", + "www.synacor.net", + "tds.net", + "www.tds.net", + "toshiba.com", + "www.toshiba.com", + "trustedreviews.com", + "www.trustedreviews.com", + "truvista.net", + "www.truvista.net", + "windstream.net", + "www.windstream.net", + "windstreambusiness.net", + "www.windstreambusiness.net", + "wowway.net", + "www.wowway.net", + "zoover.co.uk", + "www.zoover.co.uk", + "zoover.com", + "www.zoover.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/adsense/", + "resource-type": [ + "document" + ], + "if-domain": [ + "sedo.co.uk", + "www.sedo.co.uk", + "sedo.com", + "www.sedo.com", + "sedo.jp", + "www.sedo.jp", + "sedo.kr", + "www.sedo.kr", + "sedo.pl", + "www.sedo.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/adsense/search/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "armstrongmywire.com", + "www.armstrongmywire.com", + "atlanticbb.net", + "www.atlanticbb.net", + "bestbuy.com", + "www.bestbuy.com", + "bresnan.net", + "www.bresnan.net", + "broadstripe.net", + "www.broadstripe.net", + "buckeyecablesystem.net", + "www.buckeyecablesystem.net", + "cableone.net", + "www.cableone.net", + "centurylink.net", + "www.centurylink.net", + "charter.net", + "www.charter.net", + "cincinnatibell.net", + "www.cincinnatibell.net", + "dish.net", + "www.dish.net", + "forbbbs.org", + "www.forbbbs.org", + "forbes.com", + "www.forbes.com", + "hargray.net", + "www.hargray.net", + "hawaiiantel.net", + "www.hawaiiantel.net", + "hickorytech.net", + "www.hickorytech.net", + "homeaway.co.uk", + "www.homeaway.co.uk", + "knology.net", + "www.knology.net", + "livestrong.com", + "www.livestrong.com", + "mediacomtoday.com", + "www.mediacomtoday.com", + "midco.net", + "www.midco.net", + "mybendbroadband.com", + "www.mybendbroadband.com", + "mybrctv.com", + "www.mybrctv.com", + "mycenturylink.com", + "www.mycenturylink.com", + "myconsolidated.net", + "www.myconsolidated.net", + "myepb.net", + "www.myepb.net", + "mygrande.net", + "www.mygrande.net", + "mygvtc.com", + "www.mygvtc.com", + "myhughesnet.com", + "www.myhughesnet.com", + "myritter.com", + "www.myritter.com", + "northstate.net", + "www.northstate.net", + "nwcable.net", + "www.nwcable.net", + "query.nytimes.com", + "rentals.com", + "www.rentals.com", + "search.rr.com", + "searchresults.verizon.com", + "suddenlink.net", + "www.suddenlink.net", + "surewest.com", + "www.surewest.com", + "synacor.net", + "www.synacor.net", + "tds.net", + "www.tds.net", + "toshiba.com", + "www.toshiba.com", + "trustedreviews.com", + "www.trustedreviews.com", + "truvista.net", + "www.truvista.net", + "windstream.net", + "www.windstream.net", + "windstreambusiness.net", + "www.windstreambusiness.net", + "wowway.net", + "www.wowway.net", + "www.google.com", + "zoover.co.uk", + "www.zoover.co.uk", + "zoover.com", + "www.zoover.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/adsense/search/async-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "about.com", + "www.about.com", + "ehow.com", + "www.ehow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/afs/ads\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "ehow.com", + "www.ehow.com", + "livestrong.com", + "www.livestrong.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/doubleclick/studio/swiffy/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/search\\?q=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/\\?file=ads&", + "resource-type": [ + "script" + ], + "if-domain": [ + "guardian.co.uk", + "www.guardian.co.uk", + "landandfarm.com", + "www.landandfarm.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/afs\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "about.com", + "www.about.com", + "ehow.com", + "www.ehow.com", + "livestrong.com", + "www.livestrong.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/api/ads/", + "resource-type": [ + "script" + ], + "if-domain": [ + "guardian.co.uk", + "www.guardian.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/api/ads/.*/search\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "landandfarm.com", + "www.landandfarm.com", + "query.nytimes.com", + "trustedreviews.com", + "www.trustedreviews.com", + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/modules/elements/newsshow/iframe\\.html\\?format=728x90", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com..*/show_afs_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "whitepages.com", + "www.whitepages.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googleapis\\.com/flash/.*adsapi_.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "viki.com", + "www.viki.com", + "wwe.com", + "www.wwe.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/pagead/ads\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nx8.com", + "www.nx8.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/pagead/imgad\\?id=", + "resource-type": [ + "image" + ], + "if-domain": [ + "vroomvroomvroom.com.au", + "www.vroomvroomvroom.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/simgad/", + "resource-type": [ + "image" + ], + "if-domain": [ + "amctheatres.com", + "www.amctheatres.com", + "beqala.com", + "www.beqala.com", + "bodas.com.mx", + "www.bodas.com.mx", + "bodas.net", + "www.bodas.net", + "casamentos.com.br", + "www.casamentos.com.br", + "casamentos.pt", + "www.casamentos.pt", + "casamiento.com.uy", + "www.casamiento.com.uy", + "casamientos.com.ar", + "www.casamientos.com.ar", + "drupalcommerce.org", + "www.drupalcommerce.org", + "mariages.net", + "www.mariages.net", + "matrimonio.com", + "www.matrimonio.com", + "matrimonio.com.co", + "www.matrimonio.com.co", + "matrimonio.com.pe", + "www.matrimonio.com.pe", + "matrimonios.cl", + "www.matrimonios.cl", + "nedbank.co.za", + "www.nedbank.co.za", + "orbitz.com", + "www.orbitz.com", + "podomatic.com", + "www.podomatic.com", + "weddingspot.co.uk", + "www.weddingspot.co.uk", + "wlj.net", + "www.wlj.net", + "zavvi.com", + "www.zavvi.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gopjn\\.com/b/", + "resource-type": [ + "image" + ], + "if-domain": [ + "deliverydeals.co.uk", + "www.deliverydeals.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gorillanation\\.com/storage/lightbox_code/static/companion_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "comingsoon.net", + "www.comingsoon.net", + "gamerevolution.com", + "www.gamerevolution.com", + "sohh.com", + "www.sohh.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gotoassist\\.com/images/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gotomeeting\\.com/images/ad/", + "resource-type": [ + "image", + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guardian4\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guardianapps\\.co\\.uk..*/advertisement-features", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guim\\.co\\.uk..*/styles/wide/google-ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gulflive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gumtree\\.com..*/postAd\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guysen\\.com/script/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gws\\.ign\\.com/ws/search\\?.*&google_adpage=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hafeezcentre\\.pk..*/ads_images/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hallo\\.co\\.uk/advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://harmonsgrocery\\.com/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hawaii-scuba\\.com/ads_styles\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hbindependent\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthadnet\\.adprimemedia\\.com/vn/vna/data/ad\\.php", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthcare\\.gov/global/images/widgets/him/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cms.gov", + "www.cms.gov" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthline\\.com/resources/base/js/responsive-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthline\\.com/v2/ad-leaderboard-iframe\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthline\\.com/v2/ad-mr2-iframe\\?useAdsHost=.*&dfpAdSite=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hebdenbridge\\.co\\.uk/ads/images/smallads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hellotv\\.in/livetv/advertisements\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai-foundry\\.com/themes/default/images/buttons/add_comment_icon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hillvue\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hipsterhitler\\.com/hhcomic/wp-content/uploads/2011/10/20_advertisement\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hipsterhitler\\.com/wp-content/webcomic/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://historyextra\\.com..*_advertorial", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hologfx\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://homedepot\\.com..*/thdGoogleAdSense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hotnewhiphop\\.com/web_root/images/ads/banner-.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://housebeautiful\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://housebeautiful\\.com/cm/shared/scripts/refreshads-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://houstonpress\\.com/adindex/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://howcast\\.com/flash/assets/ads/liverail\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hp\\.com..*/scripts/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://huffingtonpost\\.co\\.uk/_uac/adpage\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://huffingtonpost\\.com/_uac/adpage\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://huffingtonpost\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://huffpost\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "huffingtonpost.com", + "www.huffingtonpost.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hulkshare\\.com/js/adsmanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hulu\\.com/published/.*\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hulu\\.com/published/.*\\.mp4", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://humana-medicare\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "humana-medicare.com", + "www.humana-medicare.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://huntington\\.com/Script/AdManager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.cdn\\.turner\\.com..*/adserviceadapter\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.com\\.com..*/adfunctionsd-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbsnews.com", + "www.cbsnews.com", + "cbssports.com", + "www.cbssports.com", + "cnettv.cnet.com", + "metacritic.com", + "www.metacritic.com", + "tv.com", + "www.tv.com", + "twitch.tv", + "www.twitch.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.espn\\.co\\.uk/ads/gamemodule_", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ibnlive\\.com/videoads/.*_ads_.*\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ibsrv\\.net/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "carsdirect.com", + "www.carsdirect.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://icefilms\\.info/jquery\\.lazyload-ad-.*-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://icons\\.iconarchive\\.com/icons/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://identity-us\\.com/ads/ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ifeelgoood\\.com/tapcontent-.*\\.swf\\?clicktag=", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iframe\\.ivillage\\.com/iframe_render\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ign\\.com/js\\.ng/size=headermainad&site=teamxbox", + "resource-type": [ + "script" + ], + "if-domain": [ + "teamxbox.com", + "www.teamxbox.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ikea\\.com..*/img/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ikea\\.com..*/img/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/.*/adsimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "amazon.com", + "www.amazon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com/images/G/01/traffic/s9m/images/sweeps/", + "resource-type": [ + "image" + ], + "if-domain": [ + "amazon.com", + "www.amazon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images-amazon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.dashtickets\\.co\\.nz/advertising/featured/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.forbes\\.com/video/ads/blank_frame\\.flv", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.frys\\.com/art/ads/images/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.frys\\.com/art/ads/js/", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.nationalgeographic\\.com/wpf/media-live/graphic/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.nickjr\\.com/ads/promo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.rewardstyle\\.com/img\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "glamour.com", + "www.glamour.com", + "itsjudytime.com", + "www.itsjudytime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.vantage-media\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.net", + "www.yahoo.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imagesbn\\.com/resources\\?.*/googlead\\.", + "resource-type": [ + "style-sheet" + ], + "if-domain": [ + "barnesandnoble.com", + "www.barnesandnoble.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/flash/core/3\\..*/adsapi\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/flash/sdkloader/adsapi_3\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/js/core/bridge.*\\.html", + "resource-type": [ + "document" + ], + "if-domain": [ + "blinkboxmusic.com", + "www.blinkboxmusic.com", + "cbc.ca", + "www.cbc.ca", + "eboundservices.com", + "www.eboundservices.com", + "gamejolt.com", + "www.gamejolt.com", + "globalnews.ca", + "www.globalnews.ca", + "live.geo.tv", + "news.sky.com", + "reuters.tv", + "www.reuters.tv", + "rottentomatoes.com", + "www.rottentomatoes.com", + "softgames.de", + "www.softgames.de", + "thestreet.com", + "www.thestreet.com", + "video.foxnews.com", + "waywire.com", + "www.waywire.com", + "wibbitz.com", + "www.wibbitz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/js/sdkloader/ima3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "blinkboxmusic.com", + "www.blinkboxmusic.com", + "cbc.ca", + "www.cbc.ca", + "gamejolt.com", + "www.gamejolt.com", + "news.sky.com", + "theverge.com", + "www.theverge.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img-cdn\\.mediaplex\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "betfair.com", + "www.betfair.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.espngp\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "espnf1.com", + "www.espnf1.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.mediaplex\\.com..*_afl_bettingpage_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "afl.com.au", + "www.afl.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.revcontent\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dailydot.com", + "www.dailydot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.thedailywtf\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.travidia\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.weather\\.weatherbug\\.com..*/stickers/", + "resource-type": [ + "image", + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imgag\\.com..*/adaptvadplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "egreetings.com", + "www.egreetings.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imobie\\.com/js/anytrans-adv\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imp.*\\.tradedoubler\\.com/imp\\?type\\(img\\)", + "resource-type": [ + "image" + ], + "if-domain": [ + "deliverydeals.co.uk", + "www.deliverydeals.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imp.*\\.tradedoubler\\.com/imp\\?type\\(js\\)", + "resource-type": [ + "script" + ], + "if-domain": [ + "europe-airports.com", + "www.europe-airports.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imwx\\.com/js/adstwo/adcontroller\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "weather.com", + "www.weather.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://incredibox\\.fr/advertise/_liste\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://incredibox\\.fr/image/advertise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://incredibox\\.fr/js/advertise\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://indiaresults\\.com/advertisements/submit\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://indiatimes\\.com/configspace/ads/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://infoworld\\.com/www/js/ads/gpt_includes\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com/iroll/package/iab-vpaid-ex/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "hulu.com", + "www.hulu.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com..*/VPAIDEXIRollPackage\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inserts2online\\.com/.*\\.jsp\\?.*&adid=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inserts2online\\.com/images/site/viewad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskin\\.vo\\.llnwd\\.net..*/api/tvcatchup-light\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskin\\.vo\\.llnwd\\.net..*/api/tvcatchup\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskin\\.vo\\.llnwd\\.net..*/preroll_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinad\\.com/isapadserver/ads\\.aspx\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "tvcatchup.com", + "www.tvcatchup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinmedia\\.com..*/api/brightcove3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "virginmedia.com", + "www.virginmedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinmedia\\.com..*/js/base/api/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mousebreaker.com", + "www.mousebreaker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inspire\\.net\\.nz/adverts/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intellitext\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intellitxt\\.com/ast/js/nbcuni/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intentmedia\\.net/adServer/", + "resource-type": [ + "script", + "raw" + ], + "if-domain": [ + "travelzoo.com", + "www.travelzoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intentmedia\\.net/javascripts/", + "resource-type": [ + "script" + ], + "if-domain": [ + "travelzoo.com", + "www.travelzoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://interadcorp\\.com/script/interad\\.", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://investors\\.com/Scripts/AdScript\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inviziads\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iolproperty\\.co\\.za/images/ad_banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ipcamhost\\.net/flashads/.*\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "canadianrockies.org", + "www.canadianrockies.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ipcdigital\\.co\\.uk..*/adloader\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "trustedreviews.com", + "www.trustedreviews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ipcdigital\\.co\\.uk..*/adtech\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "trustedreviews.com", + "www.trustedreviews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://island\\.lk/userfiles/image/danweem/island\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com/itv/hserver/.*/site=itv/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com/itv/jserver/", + "resource-type": [ + "script" + ], + "if-domain": [ + "itv.com", + "www.itv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com..*\\.adserver\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com..*/flvplayer\\.swf\\?", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itv\\.com..*/tvshows_adcall_08\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://itweb\\.co\\.za/banners/en-cdt.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jivox\\.com/jivox/serverAPIs/getCampaignById\\.php\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ibnlive.in.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jobs\\.wa\\.gov\\.au/images/advertimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jobsearch\\.careerone\\.com\\.au..*/bannerad\\.asmx/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jobstreet\\.com/_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://johnston\\.grapeshot\\.co\\.uk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "peterboroughtoday.co.uk", + "www.peterboroughtoday.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://joyhubs\\.com/View/.*/js/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://js\\.revsci\\.net/gateway/gw\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "app.com", + "www.app.com", + "argusleader.com", + "www.argusleader.com", + "aviationweek.com", + "www.aviationweek.com", + "battlecreekenquirer.com", + "www.battlecreekenquirer.com", + "baxterbulletin.com", + "www.baxterbulletin.com", + "bucyrustelegraphforum.com", + "www.bucyrustelegraphforum.com", + "burlingtonfreepress.com", + "www.burlingtonfreepress.com", + "centralohio.com", + "www.centralohio.com", + "chillicothegazette.com", + "www.chillicothegazette.com", + "cincinnati.com", + "www.cincinnati.com", + "citizen-times.com", + "www.citizen-times.com", + "clarionledger.com", + "www.clarionledger.com", + "coloradoan.com", + "www.coloradoan.com", + "coshoctontribune.com", + "www.coshoctontribune.com", + "courier-journal.com", + "www.courier-journal.com", + "courierpostonline.com", + "www.courierpostonline.com", + "dailyrecord.com", + "www.dailyrecord.com", + "dailyworld.com", + "www.dailyworld.com", + "delawareonline.com", + "www.delawareonline.com", + "delmarvanow.com", + "www.delmarvanow.com", + "democratandchronicle.com", + "www.democratandchronicle.com", + "desmoinesregister.com", + "www.desmoinesregister.com", + "dnj.com", + "www.dnj.com", + "fdlreporter.com", + "www.fdlreporter.com", + "foxsmallbusinesscenter.com", + "www.foxsmallbusinesscenter.com", + "freep.com", + "www.freep.com", + "greatfallstribune.com", + "www.greatfallstribune.com", + "greenbaypressgazette.com", + "www.greenbaypressgazette.com", + "greenvilleonline.com", + "www.greenvilleonline.com", + "guampdn.com", + "www.guampdn.com", + "hattiesburgamerican.com", + "www.hattiesburgamerican.com", + "hometownlife.com", + "www.hometownlife.com", + "honoluluadvertiser.com", + "www.honoluluadvertiser.com", + "htrnews.com", + "www.htrnews.com", + "indystar.com", + "www.indystar.com", + "jacksonsun.com", + "www.jacksonsun.com", + "jconline.com", + "www.jconline.com", + "lancastereaglegazette.com", + "www.lancastereaglegazette.com", + "lansingstatejournal.com", + "www.lansingstatejournal.com", + "livingstondaily.com", + "www.livingstondaily.com", + "lohud.com", + "www.lohud.com", + "mansfieldnewsjournal.com", + "www.mansfieldnewsjournal.com", + "marionstar.com", + "www.marionstar.com", + "marshfieldnewsherald.com", + "www.marshfieldnewsherald.com", + "montgomeryadvertiser.com", + "www.montgomeryadvertiser.com", + "mycentraljersey.com", + "www.mycentraljersey.com", + "mydesert.com", + "www.mydesert.com", + "newarkadvocate.com", + "www.newarkadvocate.com", + "news-leader.com", + "www.news-leader.com", + "news-press.com", + "www.news-press.com", + "newsleader.com", + "www.newsleader.com", + "pal-item.com", + "www.pal-item.com", + "pnj.com", + "www.pnj.com", + "portclintonnewsherald.com", + "www.portclintonnewsherald.com", + "postcrescent.com", + "www.postcrescent.com", + "poughkeepsiejournal.com", + "www.poughkeepsiejournal.com", + "press-citizen.com", + "www.press-citizen.com", + "pressconnects.com", + "www.pressconnects.com", + "rgj.com", + "www.rgj.com", + "sctimes.com", + "www.sctimes.com", + "sheboyganpress.com", + "www.sheboyganpress.com", + "shreveporttimes.com", + "www.shreveporttimes.com", + "stargazette.com", + "www.stargazette.com", + "statesmanjournal.com", + "www.statesmanjournal.com", + "stevenspointjournal.com", + "www.stevenspointjournal.com", + "tallahassee.com", + "www.tallahassee.com", + "tennessean.com", + "www.tennessean.com", + "theadvertiser.com", + "www.theadvertiser.com", + "thecalifornian.com", + "www.thecalifornian.com", + "thedailyjournal.com", + "www.thedailyjournal.com", + "theithacajournal.com", + "www.theithacajournal.com", + "theleafchronicle.com", + "www.theleafchronicle.com", + "thenews-messenger.com", + "www.thenews-messenger.com", + "thenewsstar.com", + "www.thenewsstar.com", + "thenorthwestern.com", + "www.thenorthwestern.com", + "thespectrum.com", + "www.thespectrum.com", + "thestarpress.com", + "www.thestarpress.com", + "thetimesherald.com", + "www.thetimesherald.com", + "thetowntalk.com", + "www.thetowntalk.com", + "visaliatimesdelta.com", + "www.visaliatimesdelta.com", + "wausaudailyherald.com", + "www.wausaudailyherald.com", + "weather.com", + "www.weather.com", + "wisconsinrapidstribune.com", + "www.wisconsinrapidstribune.com", + "zanesvilletimesrecorder.com", + "www.zanesvilletimesrecorder.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jsstatic\\.com/_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jtvnw\\.net/widgets/jtv_player\\..*&referer=http://talkrtv\\.com/ad/channel\\.php\\?", + "resource-type": [ + "media" + ], + "if-domain": [ + "talkrtv.com", + "www.talkrtv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://justin-klein\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kaltura\\.com..*/doubleClickPlugin\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tmz.com", + "www.tmz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kamernet\\.nl/Adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://karolinashumilas\\.com/img/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kcna\\.kp/images/ads_arrow_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kcra\\.com..*/adpositionsizein-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://keygamesnetwork\\.com/adserve/request/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "gamesforwork.com", + "www.gamesforwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kidshealth\\.org/licensees/licensee1/js/gam\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://king5\\.com/templates/belo_dart_iframed_ad\\?dartTag=LeaderTop&", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kingofgames\\.net/gads/kingofgames\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kiz10\\.com/template/publicidad/ficha/ads_preloadgame/ima3_preloader_", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kloubert\\.com/wp-content/uploads/.*/Advertising_", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://koaa\\.com/videoplayer/iframe\\.cfm\\?.*&hide_ads=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kongcdn\\.com/game_icons/.*-300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kongregate.com", + "www.kongregate.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kotak\\.com/banners/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://krispykreme\\.com/content/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ksl\\.com/resources/classifieds/graphics/ad_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com/.*/adservice/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://l\\.yimg\\.com/zz/combo\\?.*/advertising\\.", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lacanadaonline\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lads\\.myspace\\.com/videos/msvideoplayer\\.swf\\?", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lanacion\\.com\\.ar/.*/publicidad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://larazon\\.es/larazon-theme/js/publicidad\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lbdevicons\\.brainient\\.com/flash/.*/VPAIDWrapper\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "mousebreaker.com", + "www.mousebreaker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lduhtrp\\.net/image-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uscbookstore.com", + "www.uscbookstore.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://leadback\\.advertising\\.com/adcedge/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "careerbuilder.com", + "www.careerbuilder.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lehighvalleylive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lelong\\.com\\.my/UserImages/Ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lemon-ads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lesacasino\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://libraryjournal\\.com/wp-content/plugins/wp-intern-ads/", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lightningcast\\.net/servlets/getplaylist\\?.*&responsetype=asx&", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lijit\\.com///www/delivery/fpi\\.js\\?.*&width=728&height=90", + "resource-type": [ + "script" + ], + "if-domain": [ + "hypeseek.com", + "www.hypeseek.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://limecellular\\.com/resources/images/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkbucks\\.com/tmpl/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkbucks\\.com/tmpl/mint/css/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkconnector\\.com/traffic_record\\.php\\?lc=", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linksave\\.in/img/usercp/ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkshare\\.iregdev\\.com/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linksynergy\\.com/fs-bin/show\\?id=", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linksynergy\\.com/fs/banners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lipsum\\.com/images/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://listings\\.brokersweb\\.com/JsonSearchSb\\.aspx\\?.*&maxAds=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live-support\\.se..*/Admax/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live\\.seenreport\\.com:82/media/js/ads_controller\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "live.geo.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live\\.seenreport\\.com:82/media/js/fingerprint\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "live.geo.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live365\\.com/mini/blank300x250\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live365\\.com/scripts/liveads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://live365\\.com/web/components/ads/.*\\.html\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liverail\\.com/js/LiveRail\\.AdManager", + "resource-type": [ + "script" + ], + "unless-domain": [ + "bluray-disc.de", + "www.bluray-disc.de" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liverail\\.com/js/LiveRail\\.Interstitial-", + "resource-type": [ + "script" + ], + "if-domain": [ + "keygames.com", + "www.keygames.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liverail\\.com..*/liverail_preroll\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "newgrounds.com", + "www.newgrounds.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liverail\\.com..*/vpaid-player\\.swf\\?", + "resource-type": [ + "media" + ], + "if-domain": [ + "addictinggames.com", + "www.addictinggames.com", + "keygames.com", + "www.keygames.com", + "nglmedia.com", + "www.nglmedia.com", + "shockwave.com", + "www.shockwave.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://llnwd\\.net..*/js/3rdparty/swfobject", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://logmein\\.com/Serve\\.aspx\\?ZoneID=", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com/flowplayer/ova-.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rosemaryconley.tv", + "www.rosemaryconley.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com..*/gapro\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "physorg.com", + "www.physorg.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://loot\\.com/content/css/combo/advert_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "loot.com", + "www.loot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lovefilm\\.com/ajax/widgets/advertising/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lovefilm\\.com/static/scripts/advertising/dart\\.overlay\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lovemybubbles\\.com/images/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com/yume\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "animecrazy.net", + "www.animecrazy.net", + "gamedorm.org", + "www.gamedorm.org", + "gamepro.com", + "www.gamepro.com", + "satsukai.com", + "www.satsukai.com", + "sparknotes.com", + "www.sparknotes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ltassrv\\.com/yume/yume_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "animecrazy.net", + "www.animecrazy.net", + "gamedorm.org", + "www.gamedorm.org", + "gamepro.com", + "www.gamepro.com", + "satsukai.com", + "www.satsukai.com", + "sparknotes.com", + "www.sparknotes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://luceosolutions\\.com/recruit/advert_details\\.php\\?id=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lycos\\.com/catman/init\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "video.lycos.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lyngsat-logo\\.com/icon/flag/az/ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mac-sports\\.com/ads2/508128\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://macworld\\.com/www/js/ads/jquery\\.lazyload-ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mads\\.cbs\\.com/mac-ad\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mads\\.com\\.com/ads/common/faith/.*\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mads\\.tv\\.com/mac-ad\\?META", + "resource-type": [ + "script" + ], + "if-domain": [ + "tv.com", + "www.tv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://magicbricks\\.com/img/adbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mail\\.google\\.com..*&view=ad&", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mail\\.google\\.com..*/uploaderapi.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mail\\.yahoo\\.com/neo/assets/swf/uploader\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://manilatimes\\.net/images/banners/logo-mt\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://manoramaonline\\.com/advt/cricbuzz/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mansioncasino\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maps-static\\.chitika\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maps\\.chitika\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maps\\.gstatic\\.com/maps-api-.*/adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marca\\.com/deporte/css/.*/publicidad\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marciglesias\\.com/publicidad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marcokrenn\\.com/public/images/pages/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marcs\\.com..*/AdViewer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marieclaire\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marines\\.com/videos/commercials/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marketing\\.beatport\\.com\\.s3\\.amazonaws\\.com/html/.*/Banner_Ads/header_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://masslive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maxim\\.com/advert.*/countdown/", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mcfc\\.co\\.uk/js/core/adtracking\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mcpn\\.us/resources/images/adv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media-imdb\\.com..*/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "imdb.com", + "www.imdb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.avclub\\.com/onion/js/videoads\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.cargocollective\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.expedia\\.com/.*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.glnsrv\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "aopschools.com", + "www.aopschools.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.monster\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "monster.com", + "www.monster.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.newjobs\\.com/ads/", + "resource-type": [ + "image", + "media" + ], + "if-domain": [ + "monster.com", + "www.monster.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.salemwebnetwork\\.com/js/admanager/swfobject\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "christianity.com", + "www.christianity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.styleblueprint\\.com/ad\\.php\\?", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.washingtonpost\\.com/wp-srv/ad/ad_v2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.washingtonpost\\.com/wp-srv/ad/photo-ad-config\\.jsonp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.washingtonpost\\.com/wp-srv/ad/tiffany_manager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mediabistro\\.com..*/displayadleader\\.asp\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mediaplex\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "betfair.com", + "www.betfair.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://medrx\\.sensis\\.com\\.au/images/sensis/.*/util\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "afl.com.au", + "www.afl.com.au", + "goal.com", + "www.goal.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://medrx\\.sensis\\.com\\.au/images/sensis/generic\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "afl.com.au", + "www.afl.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://medscape\\.com/html\\.ng/.*slideshow", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://medscapestatic\\.com/pi/scripts/ads/dfp/profads2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://memecdn\\.com/advertising_", + "resource-type": [ + "image" + ], + "if-domain": [ + "memecenter.com", + "www.memecenter.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://meritline\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://merkatia\\.com/adimages/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://metacafe\\.com/banner\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://metalmusicradio\\.com..*/banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://meviodisplayads\\.com/adholder\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mevio.com", + "www.mevio.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mfcreative\\.com/lib/tgn/combo\\.ashx\\?", + "resource-type": [ + "style-sheet", + "script" + ], + "if-domain": [ + "ancestry.com", + "www.ancestry.com", + "ancestry.com.au", + "www.ancestry.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://militaryfleamarket\\.net/media/com_jomclassifieds/adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://miller-mccune\\.com/wp-content/plugins/.*/oiopub-direct/images/style/output\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://miniclip\\.com/scripts/js\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://miniclipcdn\\.com/content/push-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mircscripts\\.org/advertisements\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mlb\\.com/bundle\\?js=.*/adproxy\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "mlb.com", + "www.mlb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mlb\\.com/scripts/dc_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mlb\\.com/shared/components/gameday/v6/js/adproxy\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mlive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mns\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "classifieds.nydailynews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mobilefish\\.com/scripts/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mobinozer\\.com..*/gads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mochiads\\.com/ctr/.*\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamesforwork.com", + "www.gamesforwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mochiads\\.com/srv/.*\\.swf\\?cachebust=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamesforwork.com", + "www.gamesforwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mochiads\\.com/srv/.*\\.swf\\?cxnid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamesforwork.com", + "www.gamesforwork.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mochiads\\.com/static/pub/swf/leaderboard\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mochigames.com", + "www.mochigames.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mofunzone\\.com/ads/ima3_preloader_.*\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moneybookers\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://monster\\.com/awm/.*/ADVERTISING-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://monster\\.com/services/bannerad\\.asmx/getadsrc", + "resource-type": [ + "raw" + ], + "if-domain": [ + "monster.com", + "www.monster.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://motortrade\\.me/advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://motortrade\\.me/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://movoto\\.com/LeaderboardAd\\.aspx\\?adSpotName=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mp32u\\.net/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msads\\.net/adbar/products/.*/adbar\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mail.live.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msi\\.com/js/topad/topad\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msi\\.com/pic/banner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msnbcmedia\\.msn\\.com..*/sitemanagement/ads/.*/blog_printbutton\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mstar\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "morningstar.com", + "www.morningstar.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msy\\.com\\.au/images/ADbanner/eletter/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://muchmusic\\.com/includes/js/adzone\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mudah\\.my/css/mudah_adview_min\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://music-clips\\.net/ads/list\\.txt\\?_=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://music-tags\\.com/tagengine/www/delivery/fl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "blastro.com", + "www.blastro.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://music-tags\\.com/tagengine/www/delivery/spcjs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "blastro.com", + "www.blastro.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mussil\\.com/mussilcomfiles/commercials/.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mutualofomaha\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mvapublicstorage\\.microsoft\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "microsoftvirtualacademy.com", + "www.microsoftvirtualacademy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mxtabs\\.net/ads/interstitial", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myadt\\.com/js-ext/smartbanner/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mycricket\\.com/openx/offers/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myhouseabroad\\.com/.*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myhouseabroad\\.com/js/adview\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myprotein\\.com/Files/OpenX/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myrecipes\\.com/static/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mythings\\.com/c\\.aspx\\?atok", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "enter.ru", + "www.enter.ru" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://napaonline\\.com/Content/script/jquery\\.lazyload-ad-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nationalbusinessfurniture\\.com/product/advertising/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nationalgeographic\\.com/channel/videos/satellite/.*\\.swf\\?adsite=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nationmultimedia\\.com/new/js/doubleclick\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nature\\.com/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nba\\.com/mobilevideo\\?.*&ad_url=", + "resource-type": [ + "script" + ], + "if-domain": [ + "mavs.wpengine.netdna-cdn.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nbc\\.com/collarity/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ncregister\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ncregister\\.com/images/sized/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nedbank\\.co\\.za/website/content/home/google_ad_Cut\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://neodrive\\.co/cam/directrev\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netupd8\\.com/webupd8/.*/adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "webupd8.org", + "www.webupd8.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netupd8\\.com/webupd8/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "webupd8.org", + "www.webupd8.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://networkworld\\.com/www/js/ads/gpt_includes\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newgrounds\\.com/ads/ad_medals\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://news\\.nate\\.com/etc/adrectanglebanner\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newsarama\\.com/common/js/advertisements\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newsweek\\.com/ads/adscripts/prod/.*_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newyorker\\.com/wp-content/assets/js/vendors/cn-fe-ads/cn\\.dart\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newzimbabwe\\.com/banners/350x350/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nextag\\.com/buyer/dyad/", + "resource-type": [ + "script" + ], + "if-domain": [ + "nextag.com", + "www.nextag.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nextmedia\\.com/admedia/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nextmovie\\.com/plugins/mtvnimageresizer/actions/scale_image\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "nextmovie.com", + "www.nextmovie.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nfl\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nflcdn\\.com/static/.*/global/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nflcdn\\.com..*/adplayer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nflcdn\\.com..*/scripts/global/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ngads\\.com/getad\\.php\\?url=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "newgrounds.com", + "www.newgrounds.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nick\\.com/js/ads\\.jsp", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nick\\.com/js/coda/nick/adrefresh\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nick.com", + "www.nick.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nickjr\\.com/assets/ad-entry/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nickjr\\.com/global/scripts/overture/sponsored_links_lib\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nintandbox\\.net/images/.*-Advertising_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nj\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nola\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nonstoppartner\\.net/a/", + "resource-type": [ + "image" + ], + "if-domain": [ + "deliverydeals.co.uk", + "www.deliverydeals.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nsandi\\.com/files/asset/banner-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nyctourist\\.com/www/delivery/spcjs\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "nyctourist.com", + "www.nyctourist.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nyt\\.com..*/ad-loader\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nytimes.com", + "www.nytimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nyt\\.com..*/ad-view-manager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nytimes.com", + "www.nytimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/ads/interstitial/skip.*\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/adx/bin/adx_remote\\.html\\?type=fastscript", + "resource-type": [ + "script", + "raw" + ], + "if-domain": [ + "nytimes.com", + "www.nytimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/adx/images/ADS", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "myaccount.nytimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/adx/images/ads/.*_buynow_btn_53x18\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.com/adx/images/ads/.*_premium-crosswords_bg_600x329\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nytimes\\.perfectmarket\\.com", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.absoluteradio\\.co\\.uk/realmedia/ads/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.absoluteradio\\.co\\.uk..*/www\\.absoluteradio\\.co\\.uk/player/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.bigflix\\.com/realmedia/ads/", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "tamilflix.net", + "www.tamilflix.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.theguardian\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.discovery\\.com/realmedia/ads/adstream_mjx\\.ads/", + "resource-type": [ + "script" + ], + "if-domain": [ + "discovery.com", + "www.discovery.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.feedroom\\.com/realmedia/ads/adstream_sx\\.ads/", + "resource-type": [ + "script" + ], + "if-domain": [ + "businessweek.com", + "www.businessweek.com", + "economist.com", + "www.economist.com", + "feedroom.com", + "www.feedroom.com", + "stanford.edu", + "www.stanford.edu" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.ibtimes\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.post-gazette\\.com/realmedia/ads/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.sumworld\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.sumworld\\.com/realmedia/ads/adstream_sx\\.ads/.*video", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mlssoccer.com", + "www.mlssoccer.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.sumworld\\.com/realmedia/ads/adstream_sx\\.ads/mlssoccer\\.com/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "mlssoccer.com", + "www.mlssoccer.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.surfline\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.surfline\\.com/realmedia/ads/adstream_sx\\.ads/www\\.surfline\\.com/articles", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.thechronicleherald\\.ca/realmedia/ads/adstream_mjx\\.ads", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.thepostgame\\.com/om/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com/embed/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "animecrave.com", + "www.animecrave.com", + "bostonherald.com", + "www.bostonherald.com", + "deluxemusic.tv", + "www.deluxemusic.tv", + "deluxetelevision.com", + "www.deluxetelevision.com", + "theunlockr.com", + "www.theunlockr.com", + "videopoker.com", + "www.videopoker.com", + "weeklyworldnews.com", + "www.weeklyworldnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com/embed/sjs/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com/embed/swf/acudeoplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "animecrave.com", + "www.animecrave.com", + "bostonherald.com", + "www.bostonherald.com", + "deluxemusic.tv", + "www.deluxemusic.tv", + "deluxetelevision.com", + "www.deluxetelevision.com", + "theunlockr.com", + "www.theunlockr.com", + "videopoker.com", + "www.videopoker.com", + "weeklyworldnews.com", + "www.weeklyworldnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://objects\\.tremormedia\\.com/embed/swf/admanager.*\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ocp\\.com\\.com/adfunctions\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://offerpalads\\.com..*/opmbanner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "farmville.com", + "www.farmville.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://okta\\.com/js/app/sso/interstitial\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oldergames\\.com/adlib/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://omgili\\.com/ads\\.search\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://omgubuntu\\.co\\.uk..*/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://omnikool\\.discovery\\.com/realmedia/ads/adstream_mjx\\.ads/dsc\\.discovery\\.com/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onetravel\\.com/desktopmodules/adsales/adsaleshandle\\.ashx\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onionstatic\\.com..*/videoads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io/deliverad/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.ideastudios\\.ro", + "resource-type": [ + "script" + ], + "if-domain": [ + "enjoydressup.com", + "www.enjoydressup.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.infrontams\\.tv/www/", + "resource-type": [ + "image", + "script", + "media" + ], + "if-domain": [ + "acmilan.com", + "www.acmilan.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.nobelprize\\.org/openx/www/delivery/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.org/afr\\.php\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "cubeecraft.com", + "www.cubeecraft.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.org/avw\\.php\\?zoneid", + "resource-type": [ + "image" + ], + "if-domain": [ + "podomatic.com", + "www.podomatic.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.org/ck\\.php\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "cubeecraft.com", + "www.cubeecraft.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimatic\\.com/iframe\\.html", + "resource-type": [ + "document" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimatic\\.com/shell\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimatic\\.com..*/shell\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimatic\\.com..*/shell_", + "resource-type": [ + "media" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oregonlive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://osdir\\.com/ml/dateindex.*&num=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://otakumode\\.com/shop/titleArea\\?.*_promo_id=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://otrkeyfinder\\.com/otr/frame.*\\.php\\?ads=.*&search=", + "resource-type": [ + "document" + ], + "if-domain": [ + "onlinetvrecorder.com", + "www.onlinetvrecorder.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://overture\\.london", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.motogp\\.com/v/1\\.0/av\\?.*auid=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "motogp.com", + "www.motogp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.qz\\.com/w/1\\.0/jstag$", + "resource-type": [ + "script" + ], + "if-domain": [ + "qz.com", + "www.qz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.rantsports\\.com/w/1\\.0/jstag", + "resource-type": [ + "script" + ], + "if-domain": [ + "rantlifestyle.com", + "www.rantlifestyle.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox-d\\.sbnation\\.com/w/1\\.0/jstag$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox\\.eurogamer\\.net/oa/delivery/ajs\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "vg247.com", + "www.vg247.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ox\\.popcap\\.com/delivery/afr\\.php\\?&zoneid=", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oxfordlearnersdictionaries\\.com/external/scripts/doubleclick\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ozspeedtest\\.com/js/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pachanyc\\.com/_images/advertise_submit\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pachoumis\\.com/advertising-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pacogames\\.com/ad/ima3_preloader_", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/gadgets/overlay/overlaytemplate\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bn0.com", + "www.bn0.com", + "ebog.com", + "www.ebog.com", + "gameark.com", + "www.gameark.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/googlevideoadslibrary\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "flashgames247.com", + "www.flashgames247.com", + "freeonlinegames.com", + "www.freeonlinegames.com", + "gameitnow.com", + "www.gameitnow.com", + "play181.com", + "www.play181.com", + "toongames.com", + "www.toongames.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/imgad\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "kingofgames.net", + "www.kingofgames.net", + "nedbank.co.za", + "www.nedbank.co.za", + "nedbankgreen.co.za", + "www.nedbankgreen.co.za", + "virginaustralia.com", + "www.virginaustralia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/imgad\\?id=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bn0.com", + "www.bn0.com", + "ebog.com", + "www.ebog.com", + "gameark.com", + "www.gameark.com", + "yepi.com", + "www.yepi.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/.*/show_ads_impl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nlfreevpn.com", + "www.nlfreevpn.com", + "oldapps.com", + "www.oldapps.com", + "pattayaone.net", + "www.pattayaone.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/scache/googlevideoads\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "flashgames247.com", + "www.flashgames247.com", + "freeonlinegames.com", + "www.freeonlinegames.com", + "gameitnow.com", + "www.gameitnow.com", + "play181.com", + "www.play181.com", + "toongames.com", + "www.toongames.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/scache/googlevideoadslibraryas3\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "didigames.com", + "www.didigames.com", + "nitrome.com", + "www.nitrome.com", + "nx8.com", + "www.nx8.com", + "oyunlar1.com", + "www.oyunlar1.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/scache/googlevideoadslibrarylocalconnection\\.swf\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "didigames.com", + "www.didigames.com", + "nitrome.com", + "www.nitrome.com", + "nx8.com", + "www.nx8.com", + "oyunlar1.com", + "www.oyunlar1.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nlfreevpn.com", + "www.nlfreevpn.com", + "oldapps.com", + "www.oldapps.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/static\\?format=in_video_ads&", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagesinventory\\.com/_data/flags/ad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pandasecurity\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pantherssl\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gampad/google_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "autoguide.com", + "www.autoguide.com", + "avclub.com", + "www.avclub.com", + "boatshop24.com", + "www.boatshop24.com", + "cadenasuper.com", + "www.cadenasuper.com", + "dailygames.com", + "www.dailygames.com", + "demotywatory.pl", + "www.demotywatory.pl", + "drivearabia.com", + "www.drivearabia.com", + "ensonhaber.com", + "www.ensonhaber.com", + "juegosdiarios.com", + "www.juegosdiarios.com", + "lbox.me", + "www.lbox.me", + "letio.com", + "www.letio.com", + "lightinthebox.com", + "www.lightinthebox.com", + "memegenerator.net", + "www.memegenerator.net", + "mysoju.com", + "www.mysoju.com", + "nedbank.co.za", + "www.nedbank.co.za", + "nedbankgreen.co.za", + "www.nedbankgreen.co.za", + "nitrome.com", + "www.nitrome.com", + "nx8.com", + "www.nx8.com", + "playedonline.com", + "www.playedonline.com", + "sulekha.com", + "www.sulekha.com", + "volokh.com", + "www.volokh.com", + "yfrog.com", + "www.yfrog.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gampad/google_ads2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "motorcycle.com", + "www.motorcycle.com", + "mysoju.com", + "www.mysoju.com", + "nedbank.co.za", + "www.nedbank.co.za" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gampad/google_ads_gpt\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "amctheatres.com", + "www.amctheatres.com", + "pitchfork.com", + "www.pitchfork.com", + "podomatic.com", + "www.podomatic.com", + "virginaustralia.com", + "www.virginaustralia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gampad/google_service\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "autoguide.com", + "www.autoguide.com", + "avclub.com", + "www.avclub.com", + "boatshop24.com", + "www.boatshop24.com", + "cadenasuper.com", + "www.cadenasuper.com", + "dailygames.com", + "www.dailygames.com", + "demotywatory.pl", + "www.demotywatory.pl", + "drivearabia.com", + "www.drivearabia.com", + "ensonhaber.com", + "www.ensonhaber.com", + "escapegames.com", + "www.escapegames.com", + "juegosdiarios.com", + "www.juegosdiarios.com", + "lbox.me", + "www.lbox.me", + "letio.com", + "www.letio.com", + "lightinthebox.com", + "www.lightinthebox.com", + "memegenerator.net", + "www.memegenerator.net", + "motorcycle.com", + "www.motorcycle.com", + "mysoju.com", + "www.mysoju.com", + "nedbank.co.za", + "www.nedbank.co.za", + "nedbankgreen.co.za", + "www.nedbankgreen.co.za", + "nx8.com", + "www.nx8.com", + "playedonline.com", + "www.playedonline.com", + "playstationlifestyle.net", + "www.playstationlifestyle.net", + "readersdigest.com.au", + "www.readersdigest.com.au", + "sulekha.com", + "www.sulekha.com", + "ticketek.com.ar", + "www.ticketek.com.ar", + "volokh.com", + "www.volokh.com", + "yfrog.com", + "www.yfrog.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gpt/pubads_impl_", + "resource-type": [ + "script" + ], + "if-domain": [ + "beqala.com", + "www.beqala.com", + "bodas.com.mx", + "www.bodas.com.mx", + "bodas.net", + "www.bodas.net", + "casamentos.com.br", + "www.casamentos.com.br", + "casamentos.pt", + "www.casamentos.pt", + "casamiento.com.uy", + "www.casamiento.com.uy", + "casamientos.com.ar", + "www.casamientos.com.ar", + "deadspin.com", + "www.deadspin.com", + "drupalcommerce.org", + "www.drupalcommerce.org", + "ew.com", + "www.ew.com", + "forbes.com", + "www.forbes.com", + "foxnews.com", + "www.foxnews.com", + "gawker.com", + "www.gawker.com", + "gizmodo.com", + "www.gizmodo.com", + "investopedia.com", + "www.investopedia.com", + "io9.com", + "www.io9.com", + "jalopnik.com", + "www.jalopnik.com", + "jezebel.com", + "www.jezebel.com", + "kotaku.com", + "www.kotaku.com", + "latimes.com", + "www.latimes.com", + "lifehacker.com", + "www.lifehacker.com", + "mariages.net", + "www.mariages.net", + "matrimonio.com", + "www.matrimonio.com", + "matrimonio.com.co", + "www.matrimonio.com.co", + "matrimonio.com.pe", + "www.matrimonio.com.pe", + "matrimonios.cl", + "www.matrimonios.cl", + "nauticexpo.com", + "www.nauticexpo.com", + "orbitz.com", + "www.orbitz.com", + "thesimsresource.com", + "www.thesimsresource.com", + "urbandictionary.com", + "www.urbandictionary.com", + "vroomvroomvroom.com.au", + "www.vroomvroomvroom.com.au", + "weddingspot.co.uk", + "www.weddingspot.co.uk", + "wlj.net", + "www.wlj.net", + "zavvi.com", + "www.zavvi.com", + "zillow.com", + "www.zillow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.thefilter\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.thefilter\\.com/dailymotionservice/", + "resource-type": [ + "image", + "script", + "raw" + ], + "if-domain": [ + "dailymotion.com", + "www.dailymotion.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://paulfredrick\\.com/csimages/affiliate/banners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://payload.*\\.cargocollective\\.com", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pbs\\.org..*/sponsors/flvvideoplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pch\\.com..*/videoad\\.", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pennlive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://perbang\\.dk/_pub/ads\\.php\\?u=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://perbang\\.dk/_pub/advertisement\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://perezhilton\\.com/included_ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://perezhilton\\.com..*-without-ads-", + "resource-type": [ + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://petapixel\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://petcarerx\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://petra-fischer\\.com/tl_files/pics/.*/ADVERTISING/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pets4homes\\.co\\.uk/.*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pets4homes\\.co\\.uk..*/advert\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pgatour\\.com/etc/designs/pgatour-advertisements/clientlibs/ad\\.min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phl\\.org/Advertising/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phoenix\\.untd\\.com/OASX/", + "resource-type": [ + "script" + ], + "if-domain": [ + "netzero.net", + "www.netzero.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://photo\\.ekathimerini\\.com/ads/extra/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://photobucket\\.com/albums/ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://photobucket\\.com/pbkt/hserver/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "photobucket.com", + "www.photobucket.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://photofunia\\.com/effects/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://picmonkey\\.com/facebook-canvas/\\?ads", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "apps.facebook.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://picplzthumbs\\.com/upload/img/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://piercesnorthsidemarket\\.com/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ping\\.indieclicktv\\.com/www/delivery/ajs\\.php\\?zoneid", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pinkbike\\.org..*\\.swf\\?ad=0&", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pioneerfcu\\.org/assets/images/bannerads/pfcu-system-upgrade-banner-02-180x218\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pitchfork\\.com/desktop/js/pitchfork/ads/interstitial\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://planetaxel\\.com..*\\.php\\?ad=", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://planetoddity\\.com/wp-content/.*-ads-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://planetrecruit\\.com/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.animelicio\\.us/adimages/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.cdn\\.targetspot\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "slacker.com", + "www.slacker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.cdn\\.targetspot\\.com/player/ts_as3\\.swf\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "slacker.com", + "www.slacker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.cdn\\.targetspot\\.com/station/.*/ts_config\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "slacker.com", + "www.slacker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.cdn\\.targetspot\\.com/ts_embed_functions_as3\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tritonmedia.com", + "www.tritonmedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.goviral-content\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.onescreen\\.net/.*/MediaPlayer\\.swf\\?ads=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.streamtheworld\\.com/liveplayer\\.php\\?.*adstype=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.tritondigital\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kmozart.com", + "www.kmozart.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.ventunotech\\.com/VtnGoogleVpaidIMA_1\\.swf\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "indianexpress.com", + "www.indianexpress.com", + "thehindu.com", + "www.thehindu.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.vioapi\\.com/ads/flash/vioplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://playintraffik\\.com/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://plugcomputer\\.org..*/ad1\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pntrs\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://politico\\.com/js/magazine/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pollen\\.vc/views/ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pollen.vc", + "www.pollen.vc" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pop\\.advecs\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://popad\\.co", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://popcap\\.com/sites/all/modules/popcap/js/popcap_openx\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://popularmechanics\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "popularmechanics.com", + "www.popularmechanics.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://popunder\\.ru/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "magesy.be", + "www.magesy.be" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://powercolor\\.com/image/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pressdisplay\\.com/advertising/showimage\\.aspx\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://prism\\.opticsinfobase\\.org/Scripts/ADS/Details\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://procato\\.com/_pub/ads\\.php\\?u=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://procato\\.com/_pub/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://productioncars\\.com/pics/menu/ads\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://productioncars\\.com/pics/menu/ads2\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.acronis\\.com..*\\?base=www\\.acronis\\.", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.campaigndog\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo2\\.tubemogul\\.com/adtags/slim_no_iframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "comedy.com", + "www.comedy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo2\\.tubemogul\\.com/flash/youtube\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "comedy.com", + "www.comedy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo2\\.tubemogul\\.com/lib/tubemoguldisplaylib\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "comedy.com", + "www.comedy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promophot\\.com/photo/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://proprofs\\.com/quiz-school/js/modernizr_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://proxyserver\\.asia/themes/advertising-", + "resource-type": [ + "image", + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pshared\\.5min\\.com/Scripts/ThumbSeed2\\.js\\?.*&adUnit=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ptgrey\\.com/_PGR_Content/Advertising/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pubmatic\\.com/AdServer/js/universalpixel\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "politico.com", + "www.politico.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pubmatic\\.com/AdServer/UPug\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "politico.com", + "www.politico.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pumpkinpatchkids\\.com/www/delivery/ajs\\.php\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pursuit\\.co\\.za/css/globalAd\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://puzzler\\.com/commercials/.*\\.htm", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://q2servers\\.com/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://qnsr\\.com/cgi/r\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "insure.com", + "www.insure.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://query\\.vap\\.yahoo\\.net/nicobarMan/ads/acctid=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://quit\\.org\\.au/images/images/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://qzprod\\.files\\.wordpress\\.com..*\\?w=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "qz.com", + "www.qz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://r2games\\.com/bannerad/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/banners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "rackspace.co.uk", + "www.rackspace.co.uk", + "rackspace.com.au", + "www.rackspace.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/banners/default_coupon_banner\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "michaels.com", + "www.michaels.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rad\\.msn\\.com/ADSAdClient31\\.dll\\?GetAd=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ninemsn.com.au", + "www.ninemsn.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rad\\.org\\.uk/images/adverts/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radioguide\\.fm/minify/\\?.*/Advertising/webroot/css/advertising\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radiotimes\\.com/rt-service/resource/jspack\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rainbowdressup\\.com/ads/adsnewvars\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rapoo\\.com/images/ad/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rc\\.hotkeys\\.com/interface/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ehow.com", + "www.ehow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rcards\\.net/wp-content/plugins/useful-banner-manager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rcards\\.net/wp-content/uploads/useful_banner_manager_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rcm-images\\.amazon\\.com/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rankbank.net", + "www.rankbank.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rcm\\.amazon\\.com/e/cm", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "asianmommy.com", + "www.asianmommy.com", + "filmcrave.com", + "www.filmcrave.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://readwrite\\.com/files/styles/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://realbeauty\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://realmedia\\.channel4\\.com/realmedia/ads/adstream_sx\\.ads/channel4\\.newcu/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://realvnc\\.com/assets/img/ad-bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redbookmag\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redsharknews\\.com/components/com_adagency/includes/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://refline\\.ch..*/advertisement\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://remo-xp\\.com/wp-content/themes/adsense-boqpod/style\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://replgroup\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://req\\.tidaltv\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "daisuki.net", + "www.daisuki.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://reuters\\.tv/syndicatedPlayerChannel/", + "resource-type": [ + "document" + ], + "if-domain": [ + "reuters.com", + "www.reuters.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://reuters\\.tv/syndicatedPlayerClient/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "reuters.com", + "www.reuters.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revealads\\.appspot\\.com/revealads2/radioplayer\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "talksport.co.uk", + "www.talksport.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revit\\.eu/static/uploads/images/themes/banners/small-banner-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revresda\\.com/event\\.ng/Type=click&", + "resource-type": [ + "document" + ], + "if-domain": [ + "cheaptickets.com", + "www.cheaptickets.com", + "orbitz.com", + "www.orbitz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revresda\\.com/js\\.ng/.*&adsize=544x275&", + "resource-type": [ + "script" + ], + "if-domain": [ + "cheaptickets.com", + "www.cheaptickets.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revresda\\.com/js\\.ng/.*&adsize=960x400&", + "resource-type": [ + "script" + ], + "if-domain": [ + "orbitz.com", + "www.orbitz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rewaz\\.org/ads/adframe2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rmncdn\\.com/ads/mini-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rogersdigitalmedia\\.com..*/rdm-ad-util\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "citytv.com", + "www.citytv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rogersmagazines\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rosauers\\.com/locations/ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rotate\\.infowars\\.com/www/delivery/fl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rotate\\.infowars\\.com/www/delivery/spcjs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rottentomatoescdn\\.com..*/SocialAds\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rottentomatoes.com", + "www.rottentomatoes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rover\\.ebay\\.com..*&size=120x60&", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rovicorp\\.com/advertising/.*&appver=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "charter.net", + "www.charter.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rsvlts\\.com/wp-content/uploads/.*-advertisment-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rt\\.liftdna\\.com/forbes_welcome\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rt\\.liftdna\\.com/fs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "formspring.me", + "www.formspring.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rt\\.liftdna\\.com/liftrtb2_2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "formspring.me", + "www.formspring.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rthk\\.hk/assets/flash/rthk/.*/ad_banner", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rthk\\.org\\.hk/assets/flash/rthk/.*/ad_banner", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://russellrooftiles\\.co\\.uk/images/rrt_envirotile_home_advert\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ryuutama\\.com/ads/ads\\.php\\?get=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s\\.ytimg\\.com/yts/swfbin/player-.*/watch_as3\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s0\\.2mdn\\.net", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "britishgas.co.uk", + "www.britishgas.co.uk", + "luxurylink.com", + "www.luxurylink.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s3\\.amazonaws\\.com/digital/ad-ops-and-targeting/images/ad-ops-and-targeting\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "circusstreet.com", + "www.circusstreet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sal\\.co\\.th/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sales\\.liveperson\\.net/visitor/addons/deploy2\\.asp\\?.*&d_id=adcenter&", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://salon\\.com/content/plugins/salon-ad-controller/ad-utilities\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com..*/jwplayer-plugin\\.swf\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com..*/jwplayerAdPlugin\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://save\\.ca/img/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scanscout\\.com/ads/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "livestream.com", + "www.livestream.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scanscout\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scity\\.tv/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "live.scity.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://screenwavemedia\\.com/play/SWMAdPlayer/SWMAdPlayer\\.html\\?type=ADREQUEST&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cinemassacre.com", + "www.cinemassacre.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scribdassets\\.com/aggregated/javascript/ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "scribd.com", + "www.scribd.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scrippsnetworks\\.com/common/adimages/networkads/video_ad_vendor_list/approved_vendors\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scutt\\.eu/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sdcdn\\.com/cms/ads/piczo/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sdelkino\\.com/images/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sdltutorials\\.com/Data/Ads/AppStateBanner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.comcast\\.net/static\\.php\\?", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sec-ads\\.bridgetrack\\.com/ads_img/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://secondlife\\.com/assets/.*_AD3\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://securenetsystems\\.net/advertising/ad_campaign_get\\.cfm\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://securenetsystems\\.net/scripts/.*/sdfy_scripts_advertising\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sedo\\.com/ox/www/delivery/ajs\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sedo.com", + "www.sedo.com", + "sedo.de", + "www.sedo.de" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sekonda\\.co\\.uk/advert_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://selsin\\.net/imprint-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://serve\\.vdopia\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://serve\\.vdopia\\.com/js/vdo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "indiatvnews.com", + "www.indiatvnews.com", + "intoday.in", + "www.intoday.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://servebom\\.com/tmnhead\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tomsguide.com", + "www.tomsguide.com", + "tomshardware.com", + "www.tomshardware.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://server\\.cpmstar\\.com/adviewas3\\.swf\\?contentspotid=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://server\\.cpmstar\\.com/view\\.aspx\\?poolid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "manga2u.co", + "www.manga2u.co", + "newgrounds.com", + "www.newgrounds.com", + "xfire.com", + "www.xfire.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://serviceexpress\\.net/js/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://serving-sys\\.com/SemiCachedScripts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cricketwireless.com", + "www.cricketwireless.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://seventeen\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sfdict\\.com/app/.*/js/ghostwriter_adcall\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dynamo.dictionary.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sh\\.st/bundles/smeadvertisement/img/track\\.gif\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shacknews\\.com/advertising/preroll/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamefly.com", + "www.gamefly.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shackvideo\\.com/playlist_xml\\.x\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://share\\.pingdom\\.com/banners/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shareasale\\.com/image/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sharinspireds\\.co\\.nf/Images/Ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shawfloors\\.com/adx/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shelleytheatre\\.co\\.uk/filmimages/banners/160", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shopmanhattanite\\.com/affiliatebanners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://siamautologistics\\.com/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sify\\.com/news/postcomments\\.php\\?.*468x60\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://signin\\.verizon\\.com..*/affiliate/", + "resource-type": [ + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sihanoukvilleonline\\.com/banners/sologo\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://silive\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sillyvamp\\.com/ads/Donate\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://site-jump\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sjsuspartans\\.com/ads2/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skymediator\\.com/ads/.*/skymediator\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skypeassets\\.com..*/advertise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "skype.com", + "www.skype.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://slotsheaven\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://slowblog\\.com/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubj/.*/8596/s/.*/\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "cuantarazon.com", + "www.cuantarazon.com", + "cuantocabron.com", + "www.cuantocabron.com", + "vistoenfb.com", + "www.vistoenfb.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartclip\\.net/delivery/tag\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nfl.com", + "www.nfl.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smc\\.temple\\.edu/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "smctemple.wpengine.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smctemple\\.wpengine\\.com/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smileonthetiles2\\.co\\.uk/openx/www/", + "resource-type": [ + "image", + "script", + "document" + ], + "if-domain": [ + "smileonthetiles.com", + "www.smileonthetiles.com", + "smileonthetiles2.co.uk", + "www.smileonthetiles2.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smmirror\\.com..*/getads\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://socialblogsitewebdesign\\.com..*/advertising_conversion_images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://softwarepromotions\\.com/adwords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://softwarepromotions\\.com/images/google-adwords-professional\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://somethingsexyplanet\\.com/image/adzones/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://somewheresouth\\.net/banner/banner\\.php", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://songza\\.com/advertising/top/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://songza\\.com/static/.*/songza/ads/iframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sonicstate\\.com/video/hd/hdconfig-geo\\.cfm\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sonypictures\\.com/global/images/ads/300x250/ad300x250\\.json", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sonypictures\\.com..*/admedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://southwest\\.com/assets/images/ads/ad_select_flight_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://southwest\\.com..*/homepage/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spectrum\\.ieee\\.org/assets/js/masonry-ads-right\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spendino\\.de/admanager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sploder\\.com/prerollad\\.swf\\?s=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorselect\\.com/direct/preroll\\.aspx\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sponsorselect\\.com/Direct/SponsorIndex\\.aspx", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "pch.com", + "www.pch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotrails\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotrails\\.com..*/flowplayeradplayerplugin\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/ad_player/as3\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "games.yahoo.com", + "onescreen.net", + "www.onescreen.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/flash/ad\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "directon.tv", + "www.directon.tv", + "wii-cast.tv", + "www.wii-cast.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/flash/adplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "boxlive.tv", + "www.boxlive.tv", + "directon.tv", + "www.directon.tv", + "foxnews.ws", + "www.foxnews.ws", + "icastlive.tv", + "www.icastlive.tv", + "wii-cast.tv", + "www.wii-cast.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/media/videos/flash/ad_player/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "directon.tv", + "www.directon.tv", + "games.yahoo.com", + "onescreen.net", + "www.onescreen.net", + "wii-cast.tv", + "www.wii-cast.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spotxchange\\.com/media/videos/flash/adplayer_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "directon.tv", + "www.directon.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://springboardplatform\\.com/storage/lightbox_code/static/companion_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://springbokradio\\.com/images/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://springbokradio\\.com/sitebuilder/images/ads-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sprint\\.com..*/adservice/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sprouts\\.com/ad/", + "resource-type": [ + "image", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssacdn\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "supersonicads.com", + "www.supersonicads.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/G/01/traffic/s9m/images/sweeps/", + "resource-type": [ + "image" + ], + "if-domain": [ + "amazon.com", + "www.amazon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com..*/popover/popover-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://st\\.com..*/banners\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://startxchange\\.com/textad\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://state\\.co\\.us/caic/pub_bc_avo\\.php\\?zone_id=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://statedesign\\.com/advertisers/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.adzerk\\.net/ados\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "stackoverflow.com", + "www.stackoverflow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.ak\\.fbcdn\\.net..*/ads/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static\\.bored\\.com/advertising/top10/", + "resource-type": [ + "image" + ], + "if-domain": [ + "bored.com", + "www.bored.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stats\\.g\\.doubleclick\\.net/dc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "native-instruments.com", + "www.native-instruments.com", + "nest.com", + "www.nest.com", + "theheldrich.com", + "www.theheldrich.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stclassifieds\\.sg/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stclassifieds\\.sg/postad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stickam\\.com/css/ver1/asset/sharelayout2col_ad300x250\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streaming\\.gmgradio\\.com/adverts/.*\\.mp3", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streamlive\\.to/ads/", + "resource-type": [ + "script", + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://style\\.com/flashxml/.*\\.doubleclick", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://style\\.com/images/.*\\.doubleclick", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://subscribe\\.newyorker\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://subscribe\\.teenvogue\\.com/ams/page-ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sulekhalive\\.com/images/property/bannerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sulekha.com", + "www.sulekha.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://summitracing\\.com/global/images/bannerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supercartoons\\.net/ad-preroll\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://superfundo\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supersonicads\\.com/api/rest/funds/.*/advertisers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supersonicads\\.com/api/v1/trackCommission\\.php.*password=", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supersonicads\\.com/delivery/singleBanner\\.php\\?.*&bannerId", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://support\\.dlink\\.com/Scripts/custom/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://svcs\\.ebay\\.com/services/search/FindingService/.*affiliate\\.tracking", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bkshopper.com", + "www.bkshopper.com", + "geo-ship.com", + "www.geo-ship.com", + "testfreaks.co.uk", + "www.testfreaks.co.uk", + "watchmydeals.com", + "www.watchmydeals.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://swordfox\\.co\\.nz..*/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://syn\\.5min\\.com/handlers/SenseHandler\\.ashx\\?.*&adUnit=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://syndication\\.streamads\\.yahoo\\.com/na_stream_brewer/brew/.*\\?cid=.*&url=.*&pvid=.*&callback=", + "resource-type": [ + "script" + ], + "if-domain": [ + "yimg.com", + "www.yimg.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://syracuse\\.com/static/common/js/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tacdn\\.com..*_popunder_", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tags\\.bkrtx\\.com/js/bk-coretag\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "zillow.com", + "www.zillow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://take40\\.com/common/javascript/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://talkgold\\.com/bans/rss\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://talkrtv\\.com/ad/channel\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tapad\\.com/tapestry/1\\?ta_partner_id=", + "resource-type": [ + "script" + ], + "if-domain": [ + "foxnews.com", + "www.foxnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tapad\\.com/tapestry/tapestry-", + "resource-type": [ + "script" + ], + "if-domain": [ + "foxnews.com", + "www.foxnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tbns\\.com\\.au/shops/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tcadops\\.ca/consumer/adtagtc_", + "resource-type": [ + "script" + ], + "if-domain": [ + "metro.ca", + "www.metro.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tctechcrunch2011\\.files\\.wordpress\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "techcrunch.com", + "www.techcrunch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teamcococdn\\.com..*/AdManager_.*\\.swf\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "teamcoco.com", + "www.teamcoco.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teknikor\\.com/content/wp-content/themes/.*-adv\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://telegraphcouk\\.skimlinks\\.com/api/telegraph\\.skimlinks\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://temple\\.edu/advertising/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tetrisfriends\\.com/ads/google_dfp_video_ad\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://texasstudentmedia\\.com/advertise/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theatlantic\\.com/widget/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thedailygreen\\.com/ams/page-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thedoujin\\.com/includes/ads/", + "resource-type": [ + "document" + ], + "if-domain": [ + "thedoujin.com", + "www.thedoujin.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theepochtimes\\.com/ads/video/inarticle-video\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theepochtimes\\.com/ads/videos-below\\.htm\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theepochtimes\\.com/ads/videos-right\\.html\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theepochtimes\\.com..*/article-ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thefrisky\\.com/js/adspaces\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thekraftgroup\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theloop\\.com\\.au/js/simplejob_ad_content\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://themoneyconverter\\.com/CurrencyConverter\\.aspx\\?.*business-standard\\.com/ads/currency_converter_img\\.jpg", + "resource-type": [ + "document" + ], + "if-domain": [ + "business-standard.com", + "www.business-standard.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thenewage\\.co\\.za/classifieds/images2/postad\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thenewsroom\\.com..*/advertisement\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theory-test\\.co\\.uk/css/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theplatform\\.com/current/pdk/js/plugins/doubleclick\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbc.ca", + "www.cbc.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thestreet-static\\.com/video/js/companionAdFunc\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thestreet.com", + "www.thestreet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thetvdb\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theweathernetwork\\.com/js/adrefresh\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theweathernetwork\\.com/tpl/web/adtech/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thomann\\.de/thumb/.*/pics/adv/adv_image_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thomsonlocal\\.com/js/adsense-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thrifty\\.co\\.uk/bannerads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thumbs\\.hexagram\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "scribol.com", + "www.scribol.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thunderheadeng\\.com/wp-content/uploads/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tidaltv\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "channel4.com", + "www.channel4.com", + "itv.com", + "www.itv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://timeinc\\.net/golf/static/ads/iframe_ad_factory\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "golf.com", + "www.golf.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://timeinc\\.net/people/static/i/advertising/getpeopleeverywhere-", + "resource-type": [ + "image" + ], + "if-domain": [ + "people.com", + "www.people.com", + "peoplestylewatch.com", + "www.peoplestylewatch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://timeinc\\.net..*/tii_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://timeout\\.com/images/ads/weather/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://timesofmalta\\.com/videoads/.*preroll\\.flv", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tinbuadserv\\.com/js/integrate/ads_common\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tinbuadserv\\.com/v3/serve\\.php\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tinysubversions\\.com/clickbait/adjs\\.json", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tkcarsites\\.com/soba/bannersservice", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tm\\.tradetracker\\.net/tag\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tnol\\.com/adimages/digitaledition/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tntexpress\\.com\\.au..*/marketing/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tooltrucks\\.com/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tooltrucks\\.com/banners/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://toongames\\.com/advertising/toon-google-preloader\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://topgear\\.com..*/ads\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://topusajobs\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://toshiba\\..*.banner_id", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://track\\.adform\\.net/serving/scripts/trackpoint/", + "resource-type": [ + "script" + ], + "if-domain": [ + "strokekampanjen.se", + "www.strokekampanjen.se", + "tigerofsweden.com", + "www.tigerofsweden.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trade-a-plane\\.com/AdBox/js/jquery\\.TAP_AdBox\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tradecarview\\.com/material/housead/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tradedoubler\\.com/file/", + "resource-type": [ + "image" + ], + "if-domain": [ + "deliverydeals.co.uk", + "www.deliverydeals.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trader\\.ca/TraderMobileAPIBB\\.asmx/GetAds\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "autos.ca", + "www.autos.ca" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://traktorpool\\.de/scripts/advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://traktorpool\\.de..*/advert\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://translate\\.google\\..*/translate_.*&q=", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://translate\\.google\\.com/translate/static/.*-ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://traumagame\\.com/trauma_data/ads/ad2\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://travelocity\\.com/event\\.ng/.*click", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://travelocity\\.com/html\\.ng/.*558x262", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://travelocity\\.com/js\\.ng/", + "resource-type": [ + "script" + ], + "if-domain": [ + "travelocity.com", + "www.travelocity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://travidia\\.com/fsi/page\\.aspx\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://travidia\\.com/ss-page/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tremor\\.nuggad\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tremormedia\\.com/acudeo/", + "resource-type": [ + "script" + ], + "if-domain": [ + "indiatimes.com", + "www.indiatimes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trialpay\\.com/js/advertiser\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trifort\\.org/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trulia\\.com/modules/ad_agents_", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trustedreviews\\.com..*/adtech\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trutv\\.com/includes/banners/de/video/.*\\.ad$", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tubemogul\\.com/bootloader/tubemogulflowplayer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tubemogul\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tudouui\\.com/bin/player2/.*&adsourceid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com/adultswim/big/promos/", + "resource-type": [ + "media" + ], + "if-domain": [ + "video.adultswim.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/ads/freewheel/.*/AdManager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cnn.com", + "www.cnn.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/ads/freewheel/.*/admanager\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adultswim.com", + "www.adultswim.com", + "cartoonnetwork.com", + "www.cartoonnetwork.com", + "cnn.com", + "www.cnn.com", + "nba.com", + "www.nba.com", + "tbs.com", + "www.tbs.com", + "teamcoco.com", + "www.teamcoco.com", + "tntdrama.com", + "www.tntdrama.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/ads/freewheel/bundles/.*/renderers\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cartoonnetwork.com", + "www.cartoonnetwork.com", + "tnt.tv", + "www.tnt.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/ads/freewheel/js/fwjslib_1\\.1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "nba.com", + "www.nba.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com..*/videoadrenderer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tntdrama.com", + "www.tntdrama.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tut\\.by/uppod/frameid406/ads1/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tv-kino\\.net/wp-content/themes/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvgorge\\.com..*/adplayer\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvnz\\.co\\.nz/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twinspires\\.com/php/", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twitvid\\.com/mediaplayer_.*\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twogag\\.com/comics/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://u\\.openx\\.net/v/1\\.0/sc\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "motogp.com", + "www.motogp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ucaster\\.eu/static/scripts/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uillinois\\.edu/eas/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ukbride\\.co\\.uk/css/.*/adverts\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ultimate-guitar\\.com/js/ug_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ultrabrown\\.com/images/adheader\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://undsports\\.com/ads2/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://upc-cablecom\\.ch..*\\.swf\\?clicktag=http", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://upload\\.wikimedia\\.org/wikipedia/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uploaded\\.net/affiliate/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urbanog\\.com/banners/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usairways\\.com..*/doubleclick\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usanetwork\\.com..*/usanetwork_ads\\.s_code\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usps\\.com/adserver/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://utarget\\.co\\.uk/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://utdallas\\.edu/locator/maps/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://utdallas\\.edu/maps/images/img/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://utdallas\\.edu..*/banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uuuploads\\.com/ads-on-buildings/", + "resource-type": [ + "image" + ], + "if-domain": [ + "boredpanda.com", + "www.boredpanda.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/.*/AdManager\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "marthastewart.com", + "www.marthastewart.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/ad/p/1\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "abc.go.com", + "abcfamily.go.com", + "abcnews.go.com", + "adultswim.com", + "www.adultswim.com", + "cartoonnetwork.com", + "www.cartoonnetwork.com", + "cc.com", + "www.cc.com", + "channel5.com", + "www.channel5.com", + "cmt.com", + "www.cmt.com", + "colbertnation.com", + "www.colbertnation.com", + "comedycentral.com", + "www.comedycentral.com", + "eonline.com", + "www.eonline.com", + "espn.go.com", + "espndeportes.com", + "www.espndeportes.com", + "espnfc.co.uk", + "www.espnfc.co.uk", + "espnfc.com", + "www.espnfc.com", + "espnfc.com.au", + "www.espnfc.com.au", + "espnfc.us", + "www.espnfc.us", + "espnfcasia.com", + "www.espnfcasia.com", + "gametrailers.com", + "www.gametrailers.com", + "ign.com", + "www.ign.com", + "logotv.com", + "www.logotv.com", + "mlb.mlb.com", + "mtv.com", + "www.mtv.com", + "mtvnservices.com", + "www.mtvnservices.com", + "nascar.com", + "www.nascar.com", + "nbc.com", + "www.nbc.com", + "nbcnews.com", + "www.nbcnews.com", + "nbcsports.com", + "www.nbcsports.com", + "nick.com", + "www.nick.com", + "player.theplatform.com", + "simpsonsworld.com", + "www.simpsonsworld.com", + "sky.com", + "www.sky.com", + "southpark.nl", + "www.southpark.nl", + "southparkstudios.com", + "www.southparkstudios.com", + "spike.com", + "www.spike.com", + "teamcoco.com", + "www.teamcoco.com", + "teennick.com", + "www.teennick.com", + "thedailyshow.com", + "www.thedailyshow.com", + "thingx.tv", + "www.thingx.tv", + "tv3play.se", + "www.tv3play.se", + "tvland.com", + "www.tvland.com", + "uverseonline.att.net", + "vevo.com", + "www.vevo.com", + "vh1.com", + "www.vh1.com", + "video.cnbc.com", + "vod.fxnetworks.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/p/espn_live/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tv10play.se", + "www.tv10play.se", + "tv3play.se", + "www.tv3play.se", + "tv6play.se", + "www.tv6play.se", + "tv8play.se", + "www.tv8play.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vacationstarter\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vad\\.go\\.com/dynamicvideoad\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vagazette\\.com/hive/images/adv_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://valueram\\.com/banners/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vancouversun\\.com/js/adsync/adsynclibrary\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vanityfair\\.com/ads/js/cn\\.dart\\.bun\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://veetle\\.com/images/common/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ventunotech\\.akamai-http\\.edgesuite\\.net/VtnGoogleVpaid\\.swf\\?.*&ad_type=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cricketcountry.com", + "www.cricketcountry.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vhobbies\\.com/admgr/.*\\.aspx\\?ZoneID=", + "resource-type": [ + "script" + ], + "if-domain": [ + "vcoins.com", + "www.vcoins.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viamichelin\\..*/rentacar\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viamichelin\\..*/static/advert/afsquery/afsquery\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viamichelin\\..*/static/advert/sponsoring/itinerarypage/itinerarypage\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidcoin\\.com/adserver/", + "resource-type": [ + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.economist\\.com/adfinder\\.jsp\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.nbcuni\\.com..*/ad_engine_extension_nbc\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.nbcuni\\.com..*/inext_ad_engine/ad_engine_extension\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.unrulymedia\\.com/iframe_", + "resource-type": [ + "document" + ], + "if-domain": [ + "theemptynestexpress.com", + "www.theemptynestexpress.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.unrulymedia\\.com/wildfire_", + "resource-type": [ + "script" + ], + "if-domain": [ + "theemptynestexpress.com", + "www.theemptynestexpress.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videoads\\.washingtonpost\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "slatev.com", + "www.slatev.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videosxml\\.mobileads\\.indiatimes\\.com", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidible\\.tv/stage/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net/blank\\.html$", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net/builtin-", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net/cgi-bin/upload\\.cgi\\?upload_id=.*&X-Progress-ID=.*&js_on=.*&utype=.*&upload_type=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidspot\\.net/tmp/status\\.html\\?.*upload=file", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidtech\\.cbsinteractive\\.com/plugins/.*_adplugin\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://villermen\\.com/minecraft/banner/banner\\.php", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vindicoasset\\.edgesuite\\.net/repository/campaigncreative/.*/instreamad/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vistek\\.ca/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vitalitymall\\.co\\.za/images/adrotator/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vizanime\\.com/ad/get_ads\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/ads\\?act=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/ads_rotate\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vmagazine\\.com/web/css/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vombasavers\\.com..*\\.swf\\?clickTAG=", + "resource-type": [ + "media" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vswebapp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vtstage\\.cbsinteractive\\.com/plugins/.*_adplugin\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://w\\.org/adsense-plugin/assets/banner-", + "resource-type": [ + "image" + ], + "if-domain": [ + "wordpress.org", + "www.wordpress.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://w\\.org/plugins/adsense-plugin/screenshot-", + "resource-type": [ + "image" + ], + "if-domain": [ + "wordpress.org", + "www.wordpress.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wahoha\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wahooads\\.com/Ads\\.nsf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wallpapersmania\\.com/ad/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://walmartmoneycard\\.com..*/shared/ad_rotater\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wappalyzer\\.com/sites/default/files/icons/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-adv/advertisers/russianow/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/generic_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/textlink_driver\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/textlinks\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/textlinks_config\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/wp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/wp_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/wp_config\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com/wp-srv/ad/wpni_generic_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://washingtonpost\\.com..*=/ad/audsci\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://we7\\.com/api/streaming/advert-info\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wearetennis\\.com/pages/home/img/ad-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://web-jp\\.ad-v\\.jp/adam/inline\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "daisuki.net", + "www.daisuki.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://web-jp\\.ad-v\\.jp/crossdomain\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "daisuki.net", + "www.daisuki.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wellsfargo\\.com/img/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://whitepages\\.com..*/google_adsense\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://whittakersworldwide\\.com/site-media/advertisements/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://whstatic\\.com/images/thumb/.*-Popup-Ads-", + "resource-type": [ + "image" + ], + "if-domain": [ + "wikihow.com", + "www.wikihow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.breakingburner\\.com/ad/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.slide\\.com..*/ads/.*/preroll\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.cbslocal\\.com/player/embed\\?affiliate=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widgets\\.rewardstyle\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "glamour.com", + "www.glamour.com", + "itsjudytime.com", + "www.itsjudytime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widgetserver\\.com/syndication/get_widget\\.html\\?.*&widget\\.adplacement=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wikia\\.nocookie\\.net..*/images/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://williamsauction\\.com/Resources/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wired\\.com..*/cn-fe-ads/cn\\.dart\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wirefly\\.com/_images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wisegeek\\.com/res/contentad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://worldstarhiphop\\.com..*/dj2\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wortech\\.ac\\.uk/publishingimages/adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/_static/.*/criteo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/ads-pd\\.universalsports\\.com/media/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/digiday\\.com/wp-content/uploads/.*/your-ad-here-banner\\.png\\?resize=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "digiday.com", + "www.digiday.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wp\\.com/www\\.noobpreneur\\.com/wp-content/uploads/.*-ad\\.jpg\\?resize=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "noobpreneur.com", + "www.noobpreneur.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wpthemedetector\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wrapper\\.teamxbox\\.com/a\\?size=headermainad", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wsj\\.net..*/images/adv-", + "resource-type": [ + "image" + ], + "if-domain": [ + "marketwatch.com", + "www.marketwatch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.facebook\\.com/ad\\..*.ajaxpipe", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/aclk\\?.*&adurl=", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/search\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/settings/u/0/ads/preferences/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/ads/preferences/", + "resource-type": [ + "image", + "script", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www8-hp\\.com..*/styles/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hp.com", + "www.hp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yadayadayada\\.nl/banner/banner\\.php", + "resource-type": [ + "image" + ], + "if-domain": [ + "murf.nl", + "www.murf.nl", + "workhardclimbharder.nl", + "www.workhardclimbharder.nl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.com/combo\\?", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yahoo\\.net/1/adnetwork/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yceml\\.net", + "resource-type": [ + "image" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com", + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "deliverydeals.co.uk", + "www.deliverydeals.co.uk", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yceml\\.net", + "resource-type": [ + "media" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowpages\\.com\\.mt/Images/Design/Buttons/advert\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yellupload\\.com/yell/videoads/.*\\.flv$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yellupload\\.com/yell/videoads/yellvideoplayer\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/ks/plugin/adplugin\\.swf\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/p/combo\\?", + "resource-type": [ + "style-sheet" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/rq/darla/.*/g-r-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com/zz/combo\\?.*&.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "unless-domain": [ + "search.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*&yat/js/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/adplugin_.*\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "games.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/ads-min\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.com", + "www.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.com..*/java/promotions/js/ad_eo_1\\.1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ykhandler\\.com/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yokosonews\\.com/files/cache/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yoox\\.com/img//banner/affiliation/", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/yt/advertise/medias/images/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com/yt/css/www-advertise\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youtube\\.com..*_adsense_", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com/yts/img/channels/.*_banner-.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com/yts/img/channels/.*_banner-.*\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com..*/channels4_banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytimg\\.com..*/channels4_banner_hd\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youtube.com", + "www.youtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yttalk\\.com/threads/.*/add-reply", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yttalk.com", + "www.yttalk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yumenetworks\\.com/content/static/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dailygames.com", + "www.dailygames.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yumenetworks\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yumenetworks\\.com/dynamic_preroll_playlist\\.vast2xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "contv.com", + "www.contv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zap2it\\.com/ads/newsletter/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zattoo\\.com/\\?advideo/.*;vidAS=PRE_ROLL;", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zattoo\\.com/advertising/channelswitch/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com/bar/.*/fnsr\\.vast\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ibnlive.in.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com/jsc/c5/fhs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rrstar.com", + "www.rrstar.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zedo\\.com/swf/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "startv.in", + "www.startv.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zeenews\\.india\\.com/ads/jw/player\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ziehl-abegg\\.com/images/img_adverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zillow\\.com/ads/FlexAd\\.htm\\?did=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zillow\\.com/widgets/search/ZillowListingsWidget\\.htm\\?.*&adsize=", + "resource-type": [ + "document" + ], + "if-domain": [ + "patch.com", + "www.patch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.tw\\.adsonar\\.com/adserving/getAdsAPI\\.jsp\\?callback=aslHandleAds.*&c=aslHandleAds.*&key=", + "resource-type": [ + "script" + ], + "if-domain": [ + "techcrunch.com", + "www.techcrunch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.audio/", + "resource-type": [ + "script" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.bmp", + "resource-type": [ + "image" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.click/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "9tutorials.com", + "www.9tutorials.com", + "aseanlegacy.net", + "www.aseanlegacy.net", + "budget101.com", + "www.budget101.com", + "cbox.ws", + "www.cbox.ws", + "danydanielrt.com", + "www.danydanielrt.com", + "dx-tv.com", + "www.dx-tv.com", + "eventosppv.me", + "www.eventosppv.me", + "funniermoments.com", + "www.funniermoments.com", + "ibmmainframeforum.com", + "www.ibmmainframeforum.com", + "loadlum.com", + "www.loadlum.com", + "onlinemoviesfreee.com", + "www.onlinemoviesfreee.com", + "premiumleecher.com", + "www.premiumleecher.com", + "remo-xp.com", + "www.remo-xp.com", + "showsport-tv.com", + "www.showsport-tv.com", + "superplatyna.com", + "www.superplatyna.com", + "turktorrent.cc", + "www.turktorrent.cc", + "tv-porinternet.com.mx", + "www.tv-porinternet.com.mx", + "ver-flv.com", + "www.ver-flv.com", + "verdirectotv.com", + "www.verdirectotv.com", + "wallpapersimages.co.uk", + "www.wallpapersimages.co.uk", + "wowebook.org", + "www.wowebook.org", + "wrestlingtalk.org", + "www.wrestlingtalk.org", + "wwe2day.tv", + "www.wwe2day.tv", + "xup.in", + "www.xup.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif#", + "resource-type": [ + "image" + ], + "if-domain": [ + "360haven.com", + "www.360haven.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif\\?ad_banner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.gif$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.ico#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "xup.in", + "www.xup.in", + "xup.to", + "www.xup.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.info", + "resource-type": [ + "image", + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.javascript\\?", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbsnews.com", + "www.cbsnews.com", + "colbertlateshow.com", + "www.colbertlateshow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.javascript$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbsnews.com", + "www.cbsnews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jpeg$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jpg#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "apkone.net", + "www.apkone.net", + "bicimotosargentina.com", + "www.bicimotosargentina.com", + "cinema2satu.net", + "www.cinema2satu.net", + "desionlinetheater.com", + "www.desionlinetheater.com", + "dragoart.com", + "www.dragoart.com", + "filmovizija.in", + "www.filmovizija.in", + "firsttube.co", + "www.firsttube.co", + "haxlog.com", + "www.haxlog.com", + "idevnote.com", + "www.idevnote.com", + "kshowes.net", + "www.kshowes.net", + "lag10.net", + "www.lag10.net", + "legionpeliculas.org", + "www.legionpeliculas.org", + "livrosdoexilado.org", + "www.livrosdoexilado.org", + "lomeutec.com", + "www.lomeutec.com", + "mac2sell.net", + "www.mac2sell.net", + "masfuertequeelhierro.com", + "www.masfuertequeelhierro.com", + "max-deportv.info", + "www.max-deportv.info", + "max-deportv.net", + "www.max-deportv.net", + "megacineonline.biz", + "www.megacineonline.biz", + "mimaletamusical.blogspot.com.ar", + "www.mimaletamusical.blogspot.com.ar", + "movie1k.net", + "www.movie1k.net", + "mugiwaranofansub.blogspot.com.ar", + "www.mugiwaranofansub.blogspot.com.ar", + "musicacelestial.net", + "www.musicacelestial.net", + "mypapercraft.net", + "www.mypapercraft.net", + "pcgames-download.net", + "www.pcgames-download.net", + "play-old-pc-games.com", + "www.play-old-pc-games.com", + "premiumgeneratorlink.com", + "www.premiumgeneratorlink.com", + "rtube.de", + "www.rtube.de", + "software4all-now.blogspot.co.uk", + "www.software4all-now.blogspot.co.uk", + "tv-msn.com", + "www.tv-msn.com", + "uploadlw.com", + "www.uploadlw.com", + "wallpapersimages.co.uk", + "www.wallpapersimages.co.uk", + "wrestlingtalk.org", + "www.wrestlingtalk.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jpg", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com", + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jpg$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jscript$", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.link/", + "resource-type": [ + "script" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ftlauderdalewebcam.com", + "www.ftlauderdalewebcam.com", + "nyharborwebcam.com", + "www.nyharborwebcam.com", + "portcanaveralwebcam.com", + "www.portcanaveralwebcam.com", + "portevergladeswebcam.com", + "www.portevergladeswebcam.com", + "portmiamiwebcam.com", + "www.portmiamiwebcam.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.mobi/", + "resource-type": [ + "script" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "300mblink.com", + "www.300mblink.com", + "amigosdelamili.com", + "www.amigosdelamili.com", + "android-zone.org", + "www.android-zone.org", + "anime2enjoy.com", + "www.anime2enjoy.com", + "animesubita.info", + "www.animesubita.info", + "anizm.com", + "www.anizm.com", + "anonytext.tk", + "www.anonytext.tk", + "backin.net", + "www.backin.net", + "best-bitcoin-faucet.eu", + "www.best-bitcoin-faucet.eu", + "best-free-faucet.eu", + "www.best-free-faucet.eu", + "better-explorer.com", + "www.better-explorer.com", + "bitcofree.com", + "www.bitcofree.com", + "bitcoin-best-faucet.eu", + "www.bitcoin-best-faucet.eu", + "bitcoin-cloud.eu", + "www.bitcoin-cloud.eu", + "bitcoin-faucet.eu", + "www.bitcoin-faucet.eu", + "bitcoin-free-faucet.eu", + "www.bitcoin-free-faucet.eu", + "chrissmoove.com", + "www.chrissmoove.com", + "cleodesktop.com", + "www.cleodesktop.com", + "compartiendofull.org", + "www.compartiendofull.org", + "debrastagi.com", + "www.debrastagi.com", + "debridit.com", + "www.debridit.com", + "debridx.com", + "www.debridx.com", + "docpaste.com", + "www.docpaste.com", + "dragoart.com", + "www.dragoart.com", + "fcportables.com", + "www.fcportables.com", + "free-bitcoin-faucet.eu", + "www.free-bitcoin-faucet.eu", + "gameopc.blogspot.com.ar", + "www.gameopc.blogspot.com.ar", + "get-bitcoins-free.eu", + "www.get-bitcoins-free.eu", + "get-free-bitcoin.eu", + "www.get-free-bitcoin.eu", + "go4up.com", + "www.go4up.com", + "hackintosh.zone", + "www.hackintosh.zone", + "hogarutil.com", + "www.hogarutil.com", + "hostyd.com", + "www.hostyd.com", + "hubturkey.net", + "www.hubturkey.net", + "idevnote.com", + "www.idevnote.com", + "ilive.to", + "www.ilive.to", + "iptvlinks.com", + "www.iptvlinks.com", + "kshowes.net", + "www.kshowes.net", + "kwikupload.com", + "www.kwikupload.com", + "legionprogramas.org", + "www.legionprogramas.org", + "lordpyrak.net", + "www.lordpyrak.net", + "magesy.be", + "www.magesy.be", + "mamahd.com", + "www.mamahd.com", + "marketmilitia.org", + "www.marketmilitia.org", + "mastertoons.com", + "www.mastertoons.com", + "mediaplaybox.com", + "www.mediaplaybox.com", + "megacineonline.net", + "www.megacineonline.net", + "minecraft-forum.net", + "www.minecraft-forum.net", + "mpc-g.com", + "www.mpc-g.com", + "mrjuegosdroid.co.vu", + "mundoprogramas.net", + "www.mundoprogramas.net", + "myksn.net", + "www.myksn.net", + "newxxxvideosupdate.blogspot.com.ar", + "www.newxxxvideosupdate.blogspot.com.ar", + "nornar.com", + "www.nornar.com", + "omaredomex.org", + "www.omaredomex.org", + "oploverz.net", + "www.oploverz.net", + "peliculas.online-latino.com", + "pes-patch.com", + "www.pes-patch.com", + "pocosmegashdd.com", + "www.pocosmegashdd.com", + "portalzuca.com", + "www.portalzuca.com", + "portalzuca.net", + "www.portalzuca.net", + "premium4.us", + "www.premium4.us", + "puromarketing.com", + "www.puromarketing.com", + "realidadscans.org", + "www.realidadscans.org", + "scriptnulled.eu", + "www.scriptnulled.eu", + "secureupload.eu", + "www.secureupload.eu", + "seriesbang.net", + "www.seriesbang.net", + "skidrowcrack.com", + "www.skidrowcrack.com", + "stream2watch.me", + "www.stream2watch.me", + "stream4free.eu", + "www.stream4free.eu", + "streamlive.to", + "www.streamlive.to", + "superanimes.com", + "www.superanimes.com", + "superplatyna.com", + "www.superplatyna.com", + "tamercome.blogspot.co.uk", + "www.tamercome.blogspot.co.uk", + "techingspot.blogspot.in", + "www.techingspot.blogspot.in", + "trackitonline.ru", + "www.trackitonline.ru", + "trizone91.com", + "www.trizone91.com", + "turkdown.com", + "www.turkdown.com", + "tv-msn.com", + "www.tv-msn.com", + "tvenvivocrackmastersamm.blogspot.com.ar", + "www.tvenvivocrackmastersamm.blogspot.com.ar", + "ulto.ga", + "www.ulto.ga", + "url4u.org", + "www.url4u.org", + "vencko.net", + "www.vencko.net", + "whatsapprb.blogspot.com", + "www.whatsapprb.blogspot.com", + "win-free-bitcoins.eu", + "www.win-free-bitcoins.eu", + "wowhq.eu", + "www.wowhq.eu", + "wrestlingtalk.org", + "www.wrestlingtalk.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png\\?.*#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mypapercraft.net", + "www.mypapercraft.net", + "xlocker.net", + "www.xlocker.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png\\?ad_banner=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png\\?advertisement_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png", + "resource-type": [ + "image" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com", + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.streamads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.xzn\\.ir/", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "psarips.com", + "www.psarips.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adBlockDetector/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adFunctionsD-cbs\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/adlogger_tracker\\.php", + "resource-type": [ + "document" + ], + "if-domain": [ + "chrissmoove.com", + "www.chrissmoove.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/ads/popudner/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "spinandw.in", + "www.spinandw.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advert.*\\.js\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dramacafe.in", + "www.dramacafe.in", + "ilive.to", + "www.ilive.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/advertisement2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ilive.to", + "www.ilive.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/afr\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "sankakucomplex.com", + "www.sankakucomplex.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banman/", + "resource-type": [ + "script" + ], + "if-domain": [ + "atlanticcitywebcam.com", + "www.atlanticcitywebcam.com", + "ftlauderdalebeachcam.com", + "www.ftlauderdalebeachcam.com", + "ftlauderdalewebcam.com", + "www.ftlauderdalewebcam.com", + "keywestharborwebcam.com", + "www.keywestharborwebcam.com", + "morganhillwebcam.com", + "www.morganhillwebcam.com", + "nyharborwebcam.com", + "www.nyharborwebcam.com", + "portarubawebcam.com", + "www.portarubawebcam.com", + "portbermudawebcam.com", + "www.portbermudawebcam.com", + "portcanaveralwebcam.com", + "www.portcanaveralwebcam.com", + "portevergladeswebcam.com", + "www.portevergladeswebcam.com", + "portmiamiwebcam.com", + "www.portmiamiwebcam.com", + "portnywebcam.com", + "www.portnywebcam.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/banner\\.jpg\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "filmux.net", + "www.filmux.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/blockalyzer-adblock-counter/js/advertisement\\.js", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/crosdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "dramafever.com", + "www.dramafever.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "dramafever.com", + "www.dramafever.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/mod_jpayday/js/", + "resource-type": [ + "script" + ], + "if-domain": [ + "gsmpro.com.pl", + "www.gsmpro.com.pl", + "lechia.net", + "www.lechia.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubads\\.jpeg", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/pubads\\.png", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/searchad\\.", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/adblock-notify-by-bweb/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/anti-block/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/blockalyzer-adblock-counter/", + "resource-type": [ + "image", + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/simple-adblock-notice/", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-content/plugins/wordpress-adblock-blocker/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/wp-prevent-adblocker/", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/xbanner\\.js", + "resource-type": [ + "document" + ], + "if-domain": [ + "vivo.sx", + "www.vivo.sx" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\?aid=", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "exashare.com", + "www.exashare.com", + "seekingalpha.com", + "www.seekingalpha.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\..*=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\..*_", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.co", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.com..*\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.jpg\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.js\\?_=", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.js$", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.net..*\\.bmp$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.net..*\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.pw", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.tk", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilive.to", + "www.ilive.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\.xyz", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*/pubads\\.", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://.*\\?_", + "resource-type": [ + "image" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://d\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^http://l\\.", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https://", + "resource-type": [ + "script" + ], + "load-type": [ + "third-party" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com", + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://176\\.31\\.95\\.144", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://188\\.165\\.28\\.32/advert.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://247realmedia\\.com/RealMedia/ads/Creatives/default/empty\\.gif", + "resource-type": [ + "image" + ], + "if-domain": [ + "surfline.com", + "www.surfline.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/flash/v3/adsapi_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/instream/video/client\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com", + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://360haven\\.com/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://4fuckr\\.com..*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://4shared\\.com", + "resource-type": [ + "script", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://4sysops\\.com..*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://5\\.189\\.144\\.107", + "resource-type": [ + "script" + ], + "if-domain": [ + "afdah.tv", + "www.afdah.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://95\\.211\\.184\\.210/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://95\\.211\\.194\\.229", + "resource-type": [ + "script" + ], + "if-domain": [ + "slickvid.com", + "www.slickvid.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9msn\\.com\\.au/Services/Service\\.axd\\?.*=AdExpert&", + "resource-type": [ + "script" + ], + "if-domain": [ + "9news.com.au", + "www.9news.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://9xbuddy\\.com/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-emea\\.doubleclick\\.net/ad/.*\\.CHANNEL41/.*;sz=1x1;", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad-emea\\.doubleclick\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net/$", + "resource-type": [ + "image" + ], + "if-domain": [ + "cwtv.com", + "www.cwtv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.filmweb\\.pl", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.leadbolt\\.net/show_cu\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.yieldmanager\\.com/imp", + "resource-type": [ + "script" + ], + "if-domain": [ + "watchseries-online.eu", + "www.watchseries-online.eu" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com.*/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad4game\\.com/js/", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com", + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adbooth\\.com/adserver/iframe\\.php\\?.*&w=300&h=250&", + "resource-type": [ + "document" + ], + "if-domain": [ + "planetatvonlinehd.blogspot.com.ar", + "www.planetatvonlinehd.blogspot.com.ar" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adbooth\\.net/src/js/min/adbooth_ajax\\.js\\?.*&width=300&height=250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "planetatvonlinehd.blogspot.com.ar", + "www.planetatvonlinehd.blogspot.com.ar" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adconscious\\.com/js/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adexprt\\.com/cdn3/.*&m=magnet", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/.*/AdManager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/.*/LinkTag2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/.*/Video2AdRenderer\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tv3play.se", + "www.tv3play.se", + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net/p/.*/VPAIDAdRenderer\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adm\\.fwmrm\\.net..*/BrightcovePlugin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://admeld\\.com/ad/iframe/1122/pixfuture/300x250/", + "resource-type": [ + "document" + ], + "if-domain": [ + "fileover.net", + "www.fileover.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://admeld\\.com/meld128\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fileover.net", + "www.fileover.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://admin\\.brightcove\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tvn.pl", + "www.tvn.pl", + "tvn24.pl", + "www.tvn24.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adnxs\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl..*/ad\\.js\\?id=", + "resource-type": [ + "script" + ], + "if-domain": [ + "tvn24.pl", + "www.tvn24.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adprotected\\.com/tags/", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com", + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.ad4game\\.com/www/delivery/lg\\.php", + "resource-type": [ + "document" + ], + "if-domain": [ + "turkanime.tv", + "www.turkanime.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.avazu\\.net", + "resource-type": [ + "document" + ], + "if-domain": [ + "casadossegredos.tv", + "www.casadossegredos.tv", + "xuuby.com", + "www.xuuby.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.clubedohardware\\.com\\.br/www/delivery/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.exoclick\\.com/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.intergi\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "spoilertv.com", + "www.spoilertv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.lzjl\\.com/newserving/showad\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "everythingon.tv", + "www.everythingon.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.milliyet\\.cubecdn\\.net/winwords/adhood/winwords2\\.client\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dizi-mag.com", + "www.dizi-mag.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.rubiconproject\\.com/ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mangasky.co", + "www.mangasky.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.rubiconproject\\.com/ad/", + "resource-type": [ + "script" + ], + "if-domain": [ + "manga2u.co", + "www.manga2u.co", + "mangabird.com", + "www.mangabird.com", + "memegenerator.net", + "www.memegenerator.net", + "onemanga.me", + "www.onemanga.me", + "waoanime.tv", + "www.waoanime.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adscale\\.de/getads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adscendmedia\\.com/gwjs\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "civilization5cheats.com", + "www.civilization5cheats.com", + "kzupload.com", + "www.kzupload.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adreactor\\.com/js/libcode1_noajax\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mp3clan.audio", + "www.mp3clan.audio", + "mp3clan.com", + "www.mp3clan.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/\\?adrawdata/3\\.0/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "digitoday.fi", + "www.digitoday.fi", + "groovefm.fi", + "www.groovefm.fi", + "hs.fi", + "www.hs.fi", + "iltasanomat.fi", + "www.iltasanomat.fi", + "istv.fi", + "www.istv.fi", + "jimtv.fi", + "www.jimtv.fi", + "livtv.fi", + "www.livtv.fi", + "loop.fi", + "www.loop.fi", + "metrohelsinki.fi", + "www.metrohelsinki.fi", + "nelonen.fi", + "www.nelonen.fi", + "nyt.fi", + "www.nyt.fi", + "radioaalto.fi", + "www.radioaalto.fi", + "radiorock.fi", + "www.radiorock.fi", + "radiosuomipop.fi", + "www.radiosuomipop.fi", + "ruokala.net", + "www.ruokala.net", + "ruutu.fi", + "www.ruutu.fi" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/\\?adrawdata/3\\.0/", + "resource-type": [ + "script" + ], + "if-domain": [ + "entertainment.ie", + "www.entertainment.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.adtech\\.de/multiad/", + "resource-type": [ + "script" + ], + "if-domain": [ + "aftenposten.no", + "www.aftenposten.no", + "e24.no", + "www.e24.no", + "hardware.no", + "www.hardware.no", + "vg.no", + "www.vg.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.liverc\\.com/getBannerVerify\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adshost2\\.com/js/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "bitcoinker.com", + "www.bitcoinker.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/dt/common/DACMultiAdPlugin\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "e24.no", + "www.e24.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/dt/common/postscribe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vg.no", + "www.vg.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.wp\\.pl/RM/Box/.*\\.mp4", + "resource-type": [ + "raw" + ], + "if-domain": [ + "wp.tv", + "www.wp.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adverticum\\.net/static/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertisegame\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adverts\\.eclypsia\\.com/www/images/.*\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "eclypsia.com", + "www.eclypsia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adview\\.pl/ad/GetReklamyMultimediaVast\\?dir=.*&adType=PREROLL&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "insys.pl", + "www.insys.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adzerk\\.net/ados\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://afdah\\.co", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://afdah\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://afdah\\.tv", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://afreesms\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "afreesms.com", + "www.afreesms.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://afterburnerleech\\.com/js/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://agar\\.io..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aidinge\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ailde\\.net", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aildu\\.net", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aka-cdn-ns\\.adtech\\.de/images/.*\\.gif", + "resource-type": [ + "image" + ], + "if-domain": [ + "akam.no", + "www.akam.no", + "amobil.no", + "www.amobil.no", + "gamer.no", + "www.gamer.no", + "hardware.no", + "www.hardware.no", + "teknofil.no", + "www.teknofil.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alcohoin-faucet\\.tk/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alidv\\.net", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alidw\\.net", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://allkpop\\.com/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cwtv.com", + "www.cwtv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/atzuma/ajs\\.php\\?adserver=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/ssbss\\.ss/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "thesimsresource.com", + "www.thesimsresource.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amk\\.to/js/adcode\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ancensored\\.com/sites/all/modules/player/images/ad\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animecrave\\.com/_content/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://animesproject\\.com..*/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anisearch\\.com..*/ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://antena3\\.com/adsxml/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anti-adblock-scripts\\.googlecode\\.com/files/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apkmirror\\.com/wp-content/themes/APKMirror/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ar51\\.eu/ad/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://arto\\.com/includes/js/adtech\\.de/script\\.axd/adframe\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aseanlegacy\\.net/ad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aseanlegacy\\.net/assets/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aseanlegacy\\.net/images/ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://atresmedia\\.com/adsxml/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://atresplayer\\.com/adsxml/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://atresplayer\\.com/static/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aucun\\.science/bloggerex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "uptobox.com", + "www.uptobox.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://auditude\\.com/player/js/lib/aud\\.html5player\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autolikergroup\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://avforums\\.com/.*ad", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ax-d\\.pixfuture\\.net/w/", + "resource-type": [ + "script" + ], + "if-domain": [ + "fileover.net", + "www.fileover.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bdrip\\.ws/web_data/.*/ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://beliebershotel\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "beliebershotel.com", + "www.beliebershotel.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bestofmedia\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bestream\\.tv/advert.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bilzonen\\.dk/scripts/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://binbox\\.io/ad/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://binbox\\.io/adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bitcoiner\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://biz\\.tm", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilix.in", + "www.ilix.in", + "priva.us", + "www.priva.us", + "urlink.at", + "www.urlink.at" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blinkboxmusic\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blogspot\\.com..*#-", + "resource-type": [ + "image" + ], + "if-domain": [ + "cricket-365.pw", + "www.cricket-365.pw", + "cricpower.com", + "www.cricpower.com", + "pirlotv.tv", + "www.pirlotv.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boincstats\\.com/js/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://boxxod\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://brightcove\\.com..*/AdvertisingModule\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel5.com", + "www.channel5.com", + "citytv.com", + "www.citytv.com", + "player.stv.tv", + "uktv.co.uk", + "www.uktv.co.uk", + "wwe.com", + "www.wwe.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://btava\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://btspread\\.com/eroex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://buysellads\\.com/ac/bsa\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "jc-mp.com", + "www.jc-mp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://calendrier\\.science", + "resource-type": [ + "script" + ], + "if-domain": [ + "filerev.cc", + "www.filerev.cc" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://captchme\\.net/js/advertisement-min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://captchme\\.net/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://casadossegredos\\.tv/ads/ads_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://caspion\\.com/cas\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://catchvideo\\.net/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cbsistatic\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cnet.com", + "www.cnet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn-seekingalpha\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn-surfline\\.com/ads/VolcomSurflinePlayerHo13\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "surfline.com", + "www.surfline.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.mgid\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdnco\\.us", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://celogeek\\.com/stylesheets/blogads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chango\\.com..*/adexchanger\\.png\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chango\\.com..*/jcrew\\.jpg\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/ad/l/1\\?$", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/p/c4_live/ExternalHTMLAdRenderer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/p/c4_live/PauseAdExtension\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/p/c4_live/UberlayAdRenderer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/p/c4_live/Video2AdRenderer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://channel4\\.com/p/c4_live/VPAIDAdRenderer\\.swf", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chitika\\.com..*/search-button\\.png\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "exashare.com", + "www.exashare.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chitika\\.com..*/search-button\\.png\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chitika\\.net/getads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "anisearch.com", + "www.anisearch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://chronophotographie\\.science", + "resource-type": [ + "script" + ], + "if-domain": [ + "uptobox.com", + "www.uptobox.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cinestrenostv\\.tv/reproductores/adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://clicksor\\.net/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://clickxchange\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cloudfront\\.net/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thesimsresource.com", + "www.thesimsresource.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://codingcrazy\\.com/demo/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://coincheckin\\.com/js/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://coinurl\\.com/get\\.php\\?id=18045", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://compagnon\\.science", + "resource-type": [ + "script" + ], + "if-domain": [ + "pencurimovie.pw", + "www.pencurimovie.pw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://concutao\\.tk", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilive.to", + "www.ilive.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cookinggames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://coolgames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://core\\.adprotected\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpalead\\.com/gwjs\\.php\\?pub=", + "resource-type": [ + "script" + ], + "if-domain": [ + "freebitcoinz.com", + "www.freebitcoinz.com", + "youserials.com", + "www.youserials.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpalead\\.com/mygateway\\.php\\?pub=", + "resource-type": [ + "script" + ], + "if-domain": [ + "free-space.net", + "www.free-space.net", + "hxcmusic.com", + "www.hxcmusic.com", + "hxcmusic.me", + "www.hxcmusic.me", + "justfortrendygirls.com", + "www.justfortrendygirls.com", + "mmusicz.com", + "www.mmusicz.com", + "receive-sms.com", + "www.receive-sms.com", + "runescapehack.net", + "www.runescapehack.net", + "spotifyripping.com", + "www.spotifyripping.com", + "stumblehere.com", + "www.stumblehere.com", + "tvgorge.com", + "www.tvgorge.com", + "tvokay.com", + "www.tvokay.com", + "videodownloadx.com", + "www.videodownloadx.com", + "wtso.net", + "www.wtso.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpalead\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmstar\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmstar\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpmtree\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cpxinteractive\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://criteo\\.com/content/", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://criteo\\.com/delivery/ajs\\.php\\?zoneid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://d2anfhdgjxf8s1\\.cloudfront\\.net/ajs\\.php\\?adserver=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://d3tlss08qwqpkt\\.cloudfront\\.net/assets/api/advertisement-", + "resource-type": [ + "script" + ], + "if-domain": [ + "games.softgames.de" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dailymotion\\.com/embed/video/", + "resource-type": [ + "document" + ], + "if-domain": [ + "team-vitality.fr", + "www.team-vitality.fr" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dasolo\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "dasolo.info", + "www.dasolo.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://decomaniacos\\.es..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://demonoid\\.ooo", + "resource-type": [ + "script" + ], + "if-domain": [ + "demonoid.ooo", + "www.demonoid.ooo" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://demonoid\\.ph", + "resource-type": [ + "script" + ], + "if-domain": [ + "demonoid.ph", + "www.demonoid.ph" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://demonoid\\.pw", + "resource-type": [ + "script" + ], + "if-domain": [ + "demonoid.pw", + "www.demonoid.pw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://destinypublicevents\\.com/src/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dialde\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dinglydangly\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dinozap\\.tv/adimages/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dizi-mag\\.com/ads/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dizicdn\\.com/i/ads/groupon\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dizi-mag.com", + "www.dizi-mag.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dlh\\.net", + "resource-type": [ + "script" + ], + "if-domain": [ + "dlh.net", + "www.dlh.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dnswatch\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "dnswatch.info", + "www.dnswatch.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doge-faucet\\.tk/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dogecoinpuddle\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dogecoinpuddle.com", + "www.dogecoinpuddle.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dogefaucet\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dollarade\\.com/overlay_gateway\\.php\\?oid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "dubs.me", + "www.dubs.me", + "filestore123.info", + "www.filestore123.info", + "myfilestore.com", + "www.myfilestore.com", + "portable77download.blogspot.com", + "www.portable77download.blogspot.com", + "pspmaniaonline.com", + "www.pspmaniaonline.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://domain\\.com/ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dontdrinkandroot\\.net/js/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doodle\\.com/builtstatic/.*/doodle/js/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adj/gn\\.eventhubs\\.com/.*;sz=728x90;", + "resource-type": [ + "script" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*/adx/zattoo/video_.*;cue=pre;", + "resource-type": [ + "raw" + ], + "if-domain": [ + "zattoo.com", + "www.zattoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doublerecall\\.com/scripts/application\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dressup\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dressupgal\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dressupgal.com", + "www.dressupgal.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dressuppink\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dropboxusercontent\\.com/.*ad", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://drugs\\.com", + "resource-type": [ + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dutplanet\\.net/ajax/reclamecheck\\.php\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ebkimg\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eclypsia\\.com", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://edgekey\\.net..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "play.spotify.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://elektrotanya\\.com/ads/", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://elrellano\\.com/ad/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://enrondev\\.net/ads/server/www/delivery/.*&zoneid=1", + "resource-type": [ + "document" + ], + "if-domain": [ + "filecore.co.nz", + "www.filecore.co.nz" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eosads\\.com/adver", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eosads\\.com/popunder\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epicgameads\\.com", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epmads\\.com/ads\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "fcportables.com", + "www.fcportables.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epmads\\.com/js/show_ads_epmads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fcportables.com", + "www.fcportables.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eska\\.pl..*bbelements\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eskago\\.pl/html/js/ads-banner\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eskago\\.pl/html/js/adv\\.bbelements\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eskago\\.pl/html/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eu5\\.org..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eventhubs\\.com..*\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exoclick\\.com/wp-content/", + "resource-type": [ + "image" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exponential\\.com/tags/ClubeDoHardwarecombr/ROS/tags\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exponential\\.com..*/tags\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yellowbridge.com", + "www.yellowbridge.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exrapidleech\\.info/templates/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exrapidleech\\.info", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://exsite\\.pl..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ezcast\\.tv/static/scripts/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastclick\\.net/w/get\\.media\\?sid=58322&tp=5&", + "resource-type": [ + "script" + ], + "if-domain": [ + "flv2mp3.com", + "www.flv2mp3.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcocreate\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcodesign\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcoexist\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcolabs\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fastcompany\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fasts\\.tv", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilive.to", + "www.ilive.to" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ffiles\\.com/images/mmfiles_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fhscheck\\.zapto\\.org", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fhsload\\.hopto\\.org", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filecom\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fileice\\.net/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://files\\.bannersnack\\.com/iframe/embed\\.html\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "thegayuk.com", + "www.thegayuk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmovisaprevodom\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmovizija\\.in", + "resource-type": [ + "script", + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmux\\.net/ads/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmweb\\.pl/adbanner/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://firstonetv\\.com/ads_advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://firstrow.*\\.eu", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fitshr\\.net", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fm\\.tuba\\.pl/tuba3/_js/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://folue\\.info/player/.*\\.js$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "youwatch.org", + "www.youwatch.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://forbesimg\\.com/scripts/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "forbes.com", + "www.forbes.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fragflix\\.com..*\\.png\\?.*=", + "resource-type": [ + "image" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://free\\.smsmarkaz\\.urdupoint\\.com..*#-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freebitco\\.in", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freebitcoin\\.wmat\\.pl..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freegamehosting\\.nl/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freegamehosting\\.nl/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freesportsbet\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freshdown\\.net/templates/Blaster/img/.*/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://funniermoments\\.com/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://funniermoments\\.com", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fwcdn\\.pl", + "resource-type": [ + "script" + ], + "if-domain": [ + "filmweb.pl", + "www.filmweb.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fwmrm\\.net/ad/g/1\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "vevo.com", + "www.vevo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fwmrm\\.net/ad/g/1\\?prof=", + "resource-type": [ + "script" + ], + "if-domain": [ + "testtube.com", + "www.testtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fwmrm\\.net/p/.*/admanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adultswim.com", + "www.adultswim.com", + "animalist.com", + "www.animalist.com", + "revision3.com", + "www.revision3.com", + "testtube.com", + "www.testtube.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ad\\?iu=.*/Leaderboard&sz=728x90", + "resource-type": [ + "image" + ], + "if-domain": [ + "magicseaweed.com", + "www.magicseaweed.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?.*.slotname=NormalLeaderboard", + "resource-type": [ + "script" + ], + "if-domain": [ + "drivearabia.com", + "www.drivearabia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?..*&sz=970x90%7C728x90", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cwtv.com", + "www.cwtv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?ad%5Frule=0&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?ad_rule=1&adk=.*&ciu_szs=300x250&.*&gdfp_req=1&.*&output=xml_vast2&", + "resource-type": [ + "raw" + ], + "if-domain": [ + "rte.ie", + "www.rte.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?adk=.*&ciu_szs&cmsid=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "viki.mx", + "www.viki.mx" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/ads\\?gdfp_req=1&", + "resource-type": [ + "script" + ], + "if-domain": [ + "gamespot.com", + "www.gamespot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/gampad/adx\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "player.muzu.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com", + "planetfools.com", + "www.planetfools.com", + "televisiondiv.ucoz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gallery\\.aethereality\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gallerynova\\.se..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://game-advertising-online\\.com/img/icon_stoplight\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://game-advertising-online\\.com/index\\.php\\?section=serve&id=7740&subid=", + "resource-type": [ + "document" + ], + "if-domain": [ + "anizm.com", + "www.anizm.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.com/games/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamecopyworld\\.eu/games/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamereactor\\.", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gamersconnexion\\.com/js/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gameshark\\.com/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gameslivetv\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gdataonline\\.com/exp/textad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://genvideos\\.com/js/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "genvideos.com", + "www.genvideos.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://girlgames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://girlsocool\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://go4up\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gofirstrow\\.eu/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gofirstrow\\.eu..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google-it\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "hqq.tv", + "www.hqq.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/ads/popudner/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "magesy.be", + "www.magesy.be" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlecode\\.com/files/google_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "turkdown.com", + "www.turkdown.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlecode\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "freeallmusic.net", + "www.freeallmusic.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://googlesyndication\\.com/favicon\\.ico", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "multiup.org", + "www.multiup.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gscontxt\\.net/main/channels-jsonp\\.cgi\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "9news.com.au", + "www.9news.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guygames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hackers\\.co\\.id/adframe/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hackintosh\\.zone/adblock/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hallpass\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hardware\\.no/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hardware\\.no/artikler/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hardware\\.no", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hcpc\\.co\\.uk/.*ad", + "resource-type": [ + "script" + ], + "if-domain": [ + "avforums.com", + "www.avforums.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hdmovie14\\.net/js/ad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hentai-foundry\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hexawebhosting\\.com/adcode\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://histats\\.com/.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hornyspots\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hpfanficarchive\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hqpdb\\.com/ads/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i-makeawish\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "i-makeawish.com", + "www.i-makeawish.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i-stream\\.pl..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://i\\.imgur\\.com..*#\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "newmusicforpeople.org", + "www.newmusicforpeople.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ifirstrow\\.eu", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iguide\\.to/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ilive\\.to/js/advert.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ilix\\.in", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilix.in", + "www.ilix.in", + "priva.us", + "www.priva.us" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ima3vpaid\\.appspot\\.com/\\?adTagUrl=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ima3vpaid\\.appspot\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imageontime\\.com/ads/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/js/core/bridge.*\\.html", + "resource-type": [ + "document" + ], + "if-domain": [ + "mobinozer.com", + "www.mobinozer.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imasdk\\.googleapis\\.com/js/sdkloader/ima3\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mobinozer.com", + "www.mobinozer.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imgleech\\.com/ads/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imgsure\\.com/ads/banner\\.jpg\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://impactradius\\.com/display-ad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hackintosh.zone", + "www.hackintosh.zone" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://incredibox\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://incredibox\\.com/js/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://infineoncorp\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://info\\.tm", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilix.in", + "www.ilix.in", + "priva.us", + "www.priva.us" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com/1x1\\.gif\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com/iroll/config/.*\\.xml\\?cb=\\[", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://innovid\\.com..*/VPAIDIRollPackage\\.swf", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://inskinmedia\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://install\\.wtf/advertisement/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://insys\\.pl/Scripts/InsysPlayer\\..*/adTest\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "insys.pl", + "www.insys.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://intellitxt\\.com/intellitxt/front\\.asp\\?ipid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "forums.tweaktown.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://investigationdiscovery\\.com/shared/ad-enablers/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://investopedia\\.com/public/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://investopedia\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iriptv\\.com/player/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jevvi\\.es/adblock/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jkanime\\.net/assets/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jkanime\\.net..*/advertisement2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jtvnw\\.net/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "twitch.tv", + "www.twitch.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://juba-get\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://junksport\\.com/watch/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://juzupload\\.com/advert.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://katsomo\\.fi..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://katsomo\\.fi..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kissanime\\.com/ads/", + "resource-type": [ + "image", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kisscartoon\\.me/Ads/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lasexta\\.com/adsxml/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://leaguesecretary\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://leecher\\.us/assets/img/.*/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liberallogic101\\.com/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lilfile\\.com/js/advertise-2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lilfile\\.com/js/advertise\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://linkcrypt\\.ws/image/.*#", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://liquidcompass\\.net/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://litecoin-faucet\\.tk/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://litecoiner\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lpg-forum\\.pl/advertise\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lpmanager\\.com..*/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://macobserver\\.com/js/adlink\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://madadsmedia\\.com", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://majorleaguegaming\\.com/live/assets/advertisement-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://majorleaguegaming\\.com..*\\.png\\?.*=", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://makemehost\\.com/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://manga2u\\.co/css/advertiser\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangabird\\.com/sites/all/themes/zen/js/advertiser\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangabird\\.me/sites/default/files/manga/.*/advertise-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangahost\\.com/ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangakaka\\.com/ad/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mangakaka\\.com..*/advertiser\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marketmilitia\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maxcheaters\\.com/public/js/jsLoader\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maxigame\\.org", + "resource-type": [ + "script" + ], + "if-domain": [ + "maxigame.org", + "www.maxigame.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://media\\.eventhubs\\.com/images/.*#", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megadown\\.us/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megahd\\.me..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megavideodownloader\\.com/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megawypas\\.pl/includes/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgcash\\.com/common/adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgcashgate\\.com/cpalocker/", + "resource-type": [ + "script" + ], + "if-domain": [ + "movieleaks.co", + "www.movieleaks.co", + "videodepot.org", + "www.videodepot.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com/k/i/.*\\.js\\?t=", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com/k/i/kissanime\\.com\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mgid\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "kisscartoon.me", + "www.kisscartoon.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://miniclipcdn\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mix\\.dj/jscripts/jquery/mdj_adverts\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mix\\.dj..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mma-core\\.com/Scripts/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mmatko\\.com/images/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mobinozer\\.com..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moje-dzialdowo\\.pl/delivery/ajs\\.php\\?zoneid=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moje-dzialdowo\\.pl/images/.*\\.swf$", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moneyinpjs\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://monsoonads\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://monsoonads\\.com:8080/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://monsoonads\\.com:8080/monsoon1/monsoonservice\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bollywoodhungama.com", + "www.bollywoodhungama.com", + "videos.mid-day.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moon-faucet\\.tk/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mousebreaker\\.com/scripts/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mp3clan\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mrtzcmp3\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://multiup\\.org/img/theme/.*\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://muzu\\.tv/ads/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mwfiles\\.net/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mybannermaker\\.com/banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myfineforum\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myfreeforum\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://myiplayer\\.com/ad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mzstatic\\.com..*\\.jpg#", + "resource-type": [ + "image" + ], + "if-domain": [ + "newmusicforpeople.org", + "www.newmusicforpeople.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ndtv\\.com/static/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://needrom\\.com/advert1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nettavisen\\.no..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://next-episode\\.net", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nextthreedays\\.com/Include/Javascript/AdFunctions\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ngads\\.com/.*\\.js\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "newgrounds.com", + "www.newgrounds.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nonags\\.com..*/ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nosteam\\.ro..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nzbstars\\.com.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nzd\\.co\\.nz..*/ads/webads", + "resource-type": [ + "script" + ], + "if-domain": [ + "nzdating.com", + "www.nzdating.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://olcdn\\.net/ads1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "olweb.tv", + "www.olweb.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oneplay\\.tv/embed/js/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onlinevideoconverter\\.com..*ad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onvasortir\\.com/advert", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io/assets/", + "resource-type": [ + "script" + ], + "if-domain": [ + "bombuj.sk", + "www.bombuj.sk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io", + "resource-type": [ + "image" + ], + "if-domain": [ + "openload.io", + "www.openload.io" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io", + "resource-type": [ + "script" + ], + "if-domain": [ + "openload.io", + "www.openload.io" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io", + "resource-type": [ + "document" + ], + "if-domain": [ + "openload.io", + "www.openload.io" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openrunner\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openspeedtest\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.gamereactor\\.dk/multi\\.php\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.net/w/", + "resource-type": [ + "script" + ], + "if-domain": [ + "fileover.net", + "www.fileover.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.net/w/1\\.0/acj\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.net/w/1\\.0/jstag", + "resource-type": [ + "script" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimized-by\\.rubiconproject\\.com/a/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "manga2u.co", + "www.manga2u.co", + "onemanga.me", + "www.onemanga.me", + "pro-football-reference.com", + "www.pro-football-reference.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://optimized-by\\.rubiconproject\\.com/a/.*-2\\.html\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "mangasky.co", + "www.mangasky.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://overclock3d\\.net/js/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://own3d\\.tv/templates/.*adsense", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://own3d\\.tv..*_adsense\\.", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/", + "resource-type": [ + "script" + ], + "if-domain": [ + "altoque.com", + "www.altoque.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/expansion_embed\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ffiles.com", + "www.ffiles.com", + "full-ngage-games.blogspot.com", + "www.full-ngage-games.blogspot.com", + "kingofgames.net", + "www.kingofgames.net", + "megaallday.com", + "www.megaallday.com", + "ninjaraider.com", + "www.ninjaraider.com", + "nonags.com", + "www.nonags.com", + "upfordown.com", + "www.upfordown.com", + "wtf-teen.com", + "www.wtf-teen.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/.*/expansion_embed\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "sizedrive.com", + "www.sizedrive.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/.*/show_ads_impl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "360haven.com", + "www.360haven.com", + "9bis.net", + "www.9bis.net", + "9tutorials.com", + "www.9tutorials.com", + "afreesms.com", + "www.afreesms.com", + "altoque.com", + "www.altoque.com", + "apkmirror.com", + "www.apkmirror.com", + "aseanlegacy.net", + "www.aseanlegacy.net", + "atlanticcitywebcam.com", + "www.atlanticcitywebcam.com", + "better-explorer.com", + "www.better-explorer.com", + "bicimotosargentina.com", + "www.bicimotosargentina.com", + "bitcofree.com", + "www.bitcofree.com", + "bitcoiner.net", + "www.bitcoiner.net", + "bitcoinker.com", + "www.bitcoinker.com", + "borfast.com", + "www.borfast.com", + "boxbit.co.in", + "www.boxbit.co.in", + "budget101.com", + "www.budget101.com", + "bullywiihacks.com", + "www.bullywiihacks.com", + "chrissmoove.com", + "www.chrissmoove.com", + "clubedohardware.com.br", + "www.clubedohardware.com.br", + "danydanielrt.com", + "www.danydanielrt.com", + "darkreloaded.com", + "www.darkreloaded.com", + "debridit.com", + "www.debridit.com", + "debridnet.com", + "www.debridnet.com", + "dev-metal.com", + "www.dev-metal.com", + "docpaste.com", + "www.docpaste.com", + "dragoart.com", + "www.dragoart.com", + "dreamscene.org", + "www.dreamscene.org", + "drivearabia.com", + "www.drivearabia.com", + "dsero.com", + "www.dsero.com", + "epmads.com", + "www.epmads.com", + "ezoden.com", + "www.ezoden.com", + "fcportables.com", + "www.fcportables.com", + "file4go.com", + "www.file4go.com", + "foro.clubcelica.es", + "free.smsmarkaz.urdupoint.com", + "freebitco.in", + "www.freebitco.in", + "freecoins4.me", + "www.freecoins4.me", + "ftlauderdalebeachcam.com", + "www.ftlauderdalebeachcam.com", + "ftlauderdalewebcam.com", + "www.ftlauderdalewebcam.com", + "full-ngage-games.blogspot.com", + "www.full-ngage-games.blogspot.com", + "gamespowerita.com", + "www.gamespowerita.com", + "getdebrid.com", + "www.getdebrid.com", + "gnomio.com", + "www.gnomio.com", + "hackintosh.zone", + "www.hackintosh.zone", + "hostyd.com", + "www.hostyd.com", + "hubturkey.net", + "www.hubturkey.net", + "ibmmainframeforum.com", + "www.ibmmainframeforum.com", + "ilix.in", + "www.ilix.in", + "incredibox.com", + "www.incredibox.com", + "kadinlarkulubu.com", + "www.kadinlarkulubu.com", + "keywestharborwebcam.com", + "www.keywestharborwebcam.com", + "kingofgames.net", + "www.kingofgames.net", + "korean-candy.com", + "www.korean-candy.com", + "kshowes.net", + "www.kshowes.net", + "leecher.us", + "www.leecher.us", + "litecoiner.net", + "www.litecoiner.net", + "livenewschat.eu", + "www.livenewschat.eu", + "lomeutec.com", + "www.lomeutec.com", + "lordpyrak.net", + "www.lordpyrak.net", + "mailbait.info", + "www.mailbait.info", + "mangacap.com", + "www.mangacap.com", + "mangakaka.com", + "www.mangakaka.com", + "masfuertequeelhierro.com", + "www.masfuertequeelhierro.com", + "misheel.net", + "www.misheel.net", + "morganhillwebcam.com", + "www.morganhillwebcam.com", + "moviemistakes.com", + "www.moviemistakes.com", + "mpc-g.com", + "www.mpc-g.com", + "mugiwaranofansub.blogspot.com.ar", + "www.mugiwaranofansub.blogspot.com.ar", + "mypapercraft.net", + "www.mypapercraft.net", + "niresh.co", + "www.niresh.co", + "niresh12495.com", + "www.niresh12495.com", + "nonags.com", + "www.nonags.com", + "nornar.com", + "www.nornar.com", + "numberempire.com", + "www.numberempire.com", + "nyharborwebcam.com", + "www.nyharborwebcam.com", + "omegadrivers.net", + "www.omegadrivers.net", + "play-old-pc-games.com", + "www.play-old-pc-games.com", + "portarubawebcam.com", + "www.portarubawebcam.com", + "portbermudawebcam.com", + "www.portbermudawebcam.com", + "portcanaveralwebcam.com", + "www.portcanaveralwebcam.com", + "portevergladeswebcam.com", + "www.portevergladeswebcam.com", + "portmiamiwebcam.com", + "www.portmiamiwebcam.com", + "portnywebcam.com", + "www.portnywebcam.com", + "preemlinks.com", + "www.preemlinks.com", + "priva.us", + "www.priva.us", + "puromarketing.com", + "www.puromarketing.com", + "radioaficion.com", + "www.radioaficion.com", + "rapid8.com", + "www.rapid8.com", + "scriptnulled.eu", + "www.scriptnulled.eu", + "settlersonlinemaps.com", + "www.settlersonlinemaps.com", + "sizedrive.com", + "www.sizedrive.com", + "smashgamez.com", + "www.smashgamez.com", + "software4all-now.blogspot.co.uk", + "www.software4all-now.blogspot.co.uk", + "spoilertv.com", + "www.spoilertv.com", + "tamercome.blogspot.co.uk", + "www.tamercome.blogspot.co.uk", + "tech-blog.net", + "www.tech-blog.net", + "techydoor.com", + "www.techydoor.com", + "thememypc.com", + "www.thememypc.com", + "themes.themaxdavis.com", + "tipstank.com", + "www.tipstank.com", + "trutower.com", + "www.trutower.com", + "unlocktheinbox.com", + "www.unlocktheinbox.com", + "upfordown.com", + "www.upfordown.com", + "uploadlw.com", + "www.uploadlw.com", + "urlink.at", + "www.urlink.at", + "wallpapersimages.co.uk", + "www.wallpapersimages.co.uk", + "washington.edu", + "www.washington.edu", + "whatismyip.com", + "www.whatismyip.com", + "winterrowd.com", + "www.winterrowd.com", + "wrestlingtalk.org", + "www.wrestlingtalk.org", + "xcl.com.br", + "www.xcl.com.br", + "yellowbridge.com", + "www.yellowbridge.com", + "zeperfs.com", + "www.zeperfs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/adsbygoogle\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "activistpost.com", + "www.activistpost.com", + "afreesms.com", + "www.afreesms.com", + "apkmirror.com", + "www.apkmirror.com", + "appraisersforum.com", + "www.appraisersforum.com", + "aseanlegacy.net", + "www.aseanlegacy.net", + "better-explorer.com", + "www.better-explorer.com", + "bitcofree.com", + "www.bitcofree.com", + "bitcoinker.com", + "www.bitcoinker.com", + "boxbit.co.in", + "www.boxbit.co.in", + "chrissmoove.com", + "www.chrissmoove.com", + "clubedohardware.com.br", + "www.clubedohardware.com.br", + "danydanielrt.com", + "www.danydanielrt.com", + "debridit.com", + "www.debridit.com", + "debridnet.com", + "www.debridnet.com", + "demo-uhd3d.com", + "www.demo-uhd3d.com", + "dev-metal.com", + "www.dev-metal.com", + "ezoden.com", + "www.ezoden.com", + "firstonetv.com", + "www.firstonetv.com", + "freebitco.in", + "www.freebitco.in", + "freeprosurfer.com", + "www.freeprosurfer.com", + "getdebrid.com", + "www.getdebrid.com", + "gnomio.com", + "www.gnomio.com", + "hackintosh.zone", + "www.hackintosh.zone", + "hubturkey.net", + "www.hubturkey.net", + "i-stats.net", + "www.i-stats.net", + "incredibox.com", + "www.incredibox.com", + "kadinlarkulubu.com", + "www.kadinlarkulubu.com", + "leecher.us", + "www.leecher.us", + "lomeutec.com", + "www.lomeutec.com", + "mangacap.com", + "www.mangacap.com", + "masfuertequeelhierro.com", + "www.masfuertequeelhierro.com", + "mpc-g.com", + "www.mpc-g.com", + "mypapercraft.net", + "www.mypapercraft.net", + "niresh.co", + "www.niresh.co", + "niresh12495.com", + "www.niresh12495.com", + "nonags.com", + "www.nonags.com", + "pattayaone.net", + "www.pattayaone.net", + "play-old-pc-games.com", + "www.play-old-pc-games.com", + "sc2casts.com", + "www.sc2casts.com", + "scriptnulled.eu", + "www.scriptnulled.eu", + "settlersonlinemaps.com", + "www.settlersonlinemaps.com", + "sizedrive.com", + "www.sizedrive.com", + "unlocktheinbox.com", + "www.unlocktheinbox.com", + "wallpapersimages.co.uk", + "www.wallpapersimages.co.uk", + "wrestlingtalk.org", + "www.wrestlingtalk.org", + "xcl.com.br", + "www.xcl.com.br", + "zeperfs.com", + "www.zeperfs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/google_top_exp\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cleodesktop.com", + "www.cleodesktop.com", + "mugiwaranofansub.blogspot.com.ar", + "www.mugiwaranofansub.blogspot.com.ar", + "musicacelestial.net", + "www.musicacelestial.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/js/lidar\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "360haven.com", + "www.360haven.com", + "9bis.net", + "www.9bis.net", + "9tutorials.com", + "www.9tutorials.com", + "afreesms.com", + "www.afreesms.com", + "atlanticcitywebcam.com", + "www.atlanticcitywebcam.com", + "bbc.com", + "www.bbc.com", + "bicimotosargentina.com", + "www.bicimotosargentina.com", + "bitcoiner.net", + "www.bitcoiner.net", + "budget101.com", + "www.budget101.com", + "bullywiihacks.com", + "www.bullywiihacks.com", + "carsfromitaly.info", + "www.carsfromitaly.info", + "codeasily.com", + "www.codeasily.com", + "darkreloaded.com", + "www.darkreloaded.com", + "docpaste.com", + "www.docpaste.com", + "dragoart.com", + "www.dragoart.com", + "dreamscene.org", + "www.dreamscene.org", + "drivearabia.com", + "www.drivearabia.com", + "dsero.com", + "www.dsero.com", + "epmads.com", + "www.epmads.com", + "everythingon.tv", + "www.everythingon.tv", + "fcportables.com", + "www.fcportables.com", + "ffiles.com", + "www.ffiles.com", + "file4go.com", + "www.file4go.com", + "foro.clubcelica.es", + "free.smsmarkaz.urdupoint.com", + "freecoins4.me", + "www.freecoins4.me", + "freewaregenius.com", + "www.freewaregenius.com", + "ftlauderdalebeachcam.com", + "www.ftlauderdalebeachcam.com", + "ftlauderdalewebcam.com", + "www.ftlauderdalewebcam.com", + "full-ngage-games.blogspot.com", + "www.full-ngage-games.blogspot.com", + "gamespowerita.com", + "www.gamespowerita.com", + "gifmagic.com", + "www.gifmagic.com", + "hackintosh.zone", + "www.hackintosh.zone", + "hostyd.com", + "www.hostyd.com", + "ibmmainframeforum.com", + "www.ibmmainframeforum.com", + "ilix.in", + "www.ilix.in", + "keywestharborwebcam.com", + "www.keywestharborwebcam.com", + "kingofgames.net", + "www.kingofgames.net", + "korean-candy.com", + "www.korean-candy.com", + "kshowes.net", + "www.kshowes.net", + "litecoiner.net", + "www.litecoiner.net", + "livenewschat.eu", + "www.livenewschat.eu", + "lordpyrak.net", + "www.lordpyrak.net", + "lumload.com", + "www.lumload.com", + "mangacap.com", + "www.mangacap.com", + "mangakaka.com", + "www.mangakaka.com", + "megaallday.com", + "www.megaallday.com", + "misheel.net", + "www.misheel.net", + "modsaholic.com", + "www.modsaholic.com", + "morganhillwebcam.com", + "www.morganhillwebcam.com", + "moviemistakes.com", + "www.moviemistakes.com", + "mugiwaranofansub.blogspot.com.ar", + "www.mugiwaranofansub.blogspot.com.ar", + "mypapercraft.net", + "www.mypapercraft.net", + "newsok.com", + "www.newsok.com", + "ninjaraider.com", + "www.ninjaraider.com", + "nonags.com", + "www.nonags.com", + "nornar.com", + "www.nornar.com", + "numberempire.com", + "www.numberempire.com", + "nx8.com", + "www.nx8.com", + "nyharborwebcam.com", + "www.nyharborwebcam.com", + "omegadrivers.net", + "www.omegadrivers.net", + "photos.essence.com", + "portarubawebcam.com", + "www.portarubawebcam.com", + "portbermudawebcam.com", + "www.portbermudawebcam.com", + "portcanaveralwebcam.com", + "www.portcanaveralwebcam.com", + "portevergladeswebcam.com", + "www.portevergladeswebcam.com", + "portmiamiwebcam.com", + "www.portmiamiwebcam.com", + "portnywebcam.com", + "www.portnywebcam.com", + "preemlinks.com", + "www.preemlinks.com", + "priva.us", + "www.priva.us", + "puromarketing.com", + "www.puromarketing.com", + "radioaficion.com", + "www.radioaficion.com", + "rapid8.com", + "www.rapid8.com", + "readersdigest.com.au", + "www.readersdigest.com.au", + "seeingwithsound.com", + "www.seeingwithsound.com", + "smashgamez.com", + "www.smashgamez.com", + "software4all-now.blogspot.co.uk", + "www.software4all-now.blogspot.co.uk", + "spoilertv.com", + "www.spoilertv.com", + "tamercome.blogspot.co.uk", + "www.tamercome.blogspot.co.uk", + "tech-blog.net", + "www.tech-blog.net", + "techydoor.com", + "www.techydoor.com", + "thememypc.com", + "www.thememypc.com", + "themes.themaxdavis.com", + "tipstank.com", + "www.tipstank.com", + "top100clans.com", + "www.top100clans.com", + "trutower.com", + "www.trutower.com", + "tv-kino.net", + "www.tv-kino.net", + "upfordown.com", + "www.upfordown.com", + "uploadlw.com", + "www.uploadlw.com", + "urlink.at", + "www.urlink.at", + "virginmedia.com", + "www.virginmedia.com", + "warp2search.net", + "www.warp2search.net", + "washington.edu", + "www.washington.edu", + "winterrowd.com", + "www.winterrowd.com", + "wtf-teen.com", + "www.wtf-teen.com", + "yellowbridge.com", + "www.yellowbridge.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pagead/show_companion_ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "gamespot.com", + "www.gamespot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/pub-config/ca-pub-", + "resource-type": [ + "script" + ], + "if-domain": [ + "firstonetv.com", + "www.firstonetv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/simgad/", + "resource-type": [ + "image" + ], + "if-domain": [ + "uptobox.com", + "www.uptobox.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/simgad/25619783$", + "resource-type": [ + "image" + ], + "if-domain": [ + "filerev.cc", + "www.filerev.cc" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/simgad/573912609820809$", + "resource-type": [ + "image" + ], + "if-domain": [ + "hardocp.com", + "www.hardocp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pagead2\\.googlesyndication\\.com/simgad/70436825$", + "resource-type": [ + "image" + ], + "if-domain": [ + "pencurimovie.pw", + "www.pencurimovie.pw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pandora\\.com/static/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partner\\.googleadservices\\.com/gpt/pubads_impl_", + "resource-type": [ + "script" + ], + "if-domain": [ + "baseball-reference.com", + "www.baseball-reference.com", + "basketball-reference.com", + "www.basketball-reference.com", + "gamespot.com", + "www.gamespot.com", + "hockey-reference.com", + "www.hockey-reference.com", + "pro-football-reference.com", + "www.pro-football-reference.com", + "sports-reference.com", + "www.sports-reference.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://paste\\.org/style/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pcgames-download\\.net", + "resource-type": [ + "script" + ], + "if-domain": [ + "pcgames-download.net", + "www.pcgames-download.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://perkuinternete\\.lt/modules/mod_jpayday/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://photofacefun\\.com..*/adblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pipocas\\.tv/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://playhd\\.eu/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://playindiafilms\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://popads\\.net/pop\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "filmovizija.in", + "www.filmovizija.in", + "go4up.com", + "www.go4up.com", + "hqq.tv", + "www.hqq.tv", + "sizedrive.com", + "www.sizedrive.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://poponclick\\.com/pp800x600\\.js\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "exrapidleech.info", + "www.exrapidleech.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://poreil\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://premiumleecher\\.com/inc/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://premiumleecher\\.com/inc/adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://primeshare\\.tv..*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://primeshare\\.tv..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://primewire\\.ag/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://priva\\.us", + "resource-type": [ + "script" + ], + "if-domain": [ + "ilix.in", + "www.ilix.in", + "priva.us", + "www.priva.us" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerads\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://protect-url\\.net", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://psarips\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pubads\\.g\\.doubleclick\\.net/$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "vaughnlive.tv", + "www.vaughnlive.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pubdirecte\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "exashare.com", + "www.exashare.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pubdirecte\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://puromarketing\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://qoinfaucet\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "qoinfaucet.com", + "www.qoinfaucet.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://qrrro\\.com..*/adhandler/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://racedepartment\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com", + "resource-type": [ + "image", + "script", + "raw" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radar-toulouse\\.fr/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radioaficion\\.com/HamNews/.*/ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://radioio\\.com..*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rapid8\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidmoviez\\.com/ad", + "resource-type": [ + "image", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rapidmoviez\\.com/files/php/mgid-ad", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ratebeer\\.com/javascript/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rctrails\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com.*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rek\\.www\\.wp\\.pl/pliki/", + "resource-type": [ + "script" + ], + "if-domain": [ + "wp.tv", + "www.wp.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rek\\.www\\.wp\\.pl/vad\\.xml\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "wp.tv", + "www.wp.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://req\\.tidaltv\\.com/vmm\\.ashx\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://resources\\.infolinks\\.com/js/.*/ice\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cyberdevilz.net", + "www.cyberdevilz.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://resources\\.infolinks\\.com/js/infolinks_main\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "cyberdevilz.net", + "www.cyberdevilz.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rincondelvago\\.com..*_adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rsense-ad\\.realclick\\.co\\.kr/favicon\\.ico\\?id=", + "resource-type": [ + "image" + ], + "if-domain": [ + "mangaumaru.com", + "www.mangaumaru.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rtr\\.innovid\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rubiconproject\\.com", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://runners\\.es..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://saavn\\.com/ads/search_config_ad\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://saikoanimes\\.net..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sankakucomplex\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sankakustatic\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com/diff/js/smart\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "onvasortir.com", + "www.onvasortir.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com/diff/video/", + "resource-type": [ + "script" + ], + "if-domain": [ + "eskago.pl", + "www.eskago.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sascdn\\.com/video/", + "resource-type": [ + "script" + ], + "if-domain": [ + "eskago.pl", + "www.eskago.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://savevideo\\.me/images/banner_ads\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sawlive\\.tv/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sc2casts\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "sc2casts.com", + "www.sc2casts.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scan-manga\\.com/ads\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scan-manga\\.com/ads/banner\\.jpg", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://scoutingbook\\.com/js/adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://search\\.spotxchange\\.com/vast/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "maniatv.com", + "www.maniatv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://seekingalpha\\.com/adsframe\\.html#que=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://seekingalpha\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://senmanga\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://series-cravings\\.info/wp-content/plugins/wordpress-adblock-blocker/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sgc\\.io/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "games.softgames.de" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sheepskinproxy\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://shimory\\.com/js/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://showsport-tv\\.com/adv.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://siamfishing\\.com..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sixpool\\.me", + "resource-type": [ + "image" + ], + "if-domain": [ + "majorleaguegaming.com", + "www.majorleaguegaming.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sizedrive\\.com/js/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skidrowcrack\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubj/.*/M/.*/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubj/.*/S/.*/\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/config\\.js\\?nwid=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "onvasortir.com", + "www.onvasortir.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sms-mmm\\.com/pads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hqq.tv", + "www.hqq.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sms-mmm\\.com/script\\.php$", + "resource-type": [ + "script" + ], + "if-domain": [ + "hqq.tv", + "www.hqq.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sockshare\\.com/js/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sominaltvfilms\\.com/wp-content/.*/adbanner/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sonobi\\.com/welcome/", + "resource-type": [ + "image" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sounddrain\\.net..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sparkylinux\\.org/images/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spaste\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://speedpremium\\.info", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://spoilertv\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "spoilertv.com", + "www.spoilertv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://springstreetads\\.com/scripts/advertising\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://srnet\\.eu", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stackexchange\\.com/affiliate/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static-avforums\\.com/.*ad", + "resource-type": [ + "script" + ], + "if-domain": [ + "avforums.com", + "www.avforums.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static9\\.net\\.au..*/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "9news.com.au", + "www.9news.com.au" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stickgames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streamcloud\\.eu", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streamin\\.to/adblock/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streamlive\\.to/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://streamlive\\.to..*/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supergames\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://talksport\\.com/sites/default/files/ben/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://team-vitality\\.fr/assets/images/advert\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://techweekeurope\\.co\\.uk..*/advertising\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teenidols4you\\.com..*#-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teknogods\\.com/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://telemetryverification\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://televall\\.com\\.mx/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thelordofstreaming\\.it/wp-content/uploads/.*/ad_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thememypc\\.com/wp-content/.*/ads/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thesilverforum\\.com/public/js/jsLoader\\.js\\?adType=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thesimsresource\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "thesimsresource.com", + "www.thesimsresource.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thesominaltv\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thevideos\\.tv/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://theweatherspace\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tidaltv\\.com/ILogger\\.aspx\\?.*&adId=\\[", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tidaltv\\.com/tpas.*\\.aspx\\?.*&rand=\\[", + "resource-type": [ + "raw" + ], + "if-domain": [ + "channel4.com", + "www.channel4.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tklist\\.net/tklist/.*ad", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tpmrpg\\.net/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tradedoubler\\.com/anet\\?type\\(iframe\\)loc\\(", + "resource-type": [ + "document" + ], + "if-domain": [ + "topzone.lt", + "www.topzone.lt" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tribalfusion\\.com/displayAd\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tribalfusion\\.com/j\\.ad\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "clubedohardware.com.br", + "www.clubedohardware.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turbogenerator\\.info", + "resource-type": [ + "script" + ], + "if-domain": [ + "turbogenerator.info", + "www.turbogenerator.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turbovideos\\.net", + "resource-type": [ + "script" + ], + "if-domain": [ + "turbovideos.net", + "www.turbovideos.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turkdown\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tutvgratis\\.tv..*/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tv3\\.co\\.nz/Portals/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvdez\\.com/ads/ads_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvn\\.adocean\\.pl/files/js/ado\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tvn.pl", + "www.tvn.pl", + "tvn24.pl", + "www.tvn24.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvpelis\\.net..*/advertisement2\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://twitch\\.tv/ads/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ucoz\\.com/ads/banner\\.jpg\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uktv\\.co\\.uk/static/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://up-flow\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uploadlw\\.com/getbanner\\.cfm\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://upshare\\.org/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urbeez\\.com/adver", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urdupoint\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urdupoint\\.googlecode\\.com/files/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "free.smsmarkaz.urdupoint.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ureoal\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "cbs.com", + "www.cbs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://urlgalleries\\.net..*/adhandler/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usaupload\\.net/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/ad/g/1\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/ad/p/1", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://v\\.fwmrm\\.net/ad/p/1\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uktv.co.uk", + "www.uktv.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vcnt3rd\\.com/Scripts/adscript\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mma-core.com", + "www.mma-core.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://veedi\\.com..*/ADS\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://veohb\\.net/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "veohb.net", + "www.veohb.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://verticalscope\\.com/js/advert\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vgunetwork\\.com/public/js/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.unrulymedia\\.com", + "resource-type": [ + "script", + "document" + ], + "if-domain": [ + "springstreetads.com", + "www.springstreetads.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videocelebrities\\.eu..*/adframe/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videomega\\.tv/pub/interstitial\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videomega\\.tv", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videomega\\.tv", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videomega\\.tv..*/ad\\.php\\?id=", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.tv/contrib/.*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tv4play.se", + "www.tv4play.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vidup\\.me/js/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vietvbb\\.vn/up/clientscript/google_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viki\\.com/.*\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vipbox\\.tv/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vipleague\\.se/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://virtualpets\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vodu\\.ch", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wallpapermania\\.eu/assets/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wanamlite\\.com/images/ad/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weather\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://webfirstrow\\.eu/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://webfirstrow\\.eu..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://webtv\\.rs/media/blic/advertisement\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://welovebtc\\.com/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weshare\\.me/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://winwords\\.adhood\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "dizi-mag.com", + "www.dizi-mag.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://world-of-hentai\\.to/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://writing\\.com", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yasni\\..*/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowbridge\\.com/ad/show_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yellowbridge\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yolohobo\\.us", + "resource-type": [ + "script" + ], + "if-domain": [ + "eventhubs.com", + "www.eventhubs.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org/adframe\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youwatch\\.org..*#", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ytconv\\.net/.*google_ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zattoo\\.com/ads/cs\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zman\\.com/adv/ova/overlay\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zoomin\\.tv/adhandler/amalia\\.adm\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://247realmedia\\.com/RealMedia/ads/adstream_sx\\.ads/wm-desktop/home/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "walmart.com.br", + "www.walmart.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://2mdn\\.net/viewad/.*\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dafiti.cl", + "www.dafiti.cl", + "dafiti.com.ar", + "www.dafiti.com.ar", + "dafiti.com.br", + "www.dafiti.com.br", + "dafiti.com.co", + "www.dafiti.com.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.doubleclick\\.net..*\\.jpg$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dafiti.cl", + "www.dafiti.cl", + "dafiti.com.ar", + "www.dafiti.com.ar", + "dafiti.com.br", + "www.dafiti.com.br", + "dafiti.com.co", + "www.dafiti.com.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.e-kolay\\.net/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.e-kolay\\.net/jquery-.*-Medyanet\\.min\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.e-kolay\\.net/Medyanet\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.e-kolay\\.net/mnetorfad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.nl/ad/css/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad3\\.l3go\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adap\\.tv/redir/client/swfloader\\.swf\\?", + "resource-type": [ + "media" + ], + "if-domain": [ + "my-magazine.me", + "www.my-magazine.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adman\\.gr/adman-video\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "alphatv.gr", + "www.alphatv.gr" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adman\\.gr/jwplayer\\.flash\\.swf", + "resource-type": [ + "media" + ], + "if-domain": [ + "alphatv.gr", + "www.alphatv.gr" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl/crossdomain\\.xml", + "resource-type": [ + "raw" + ], + "unless-domain": [ + "patrz.pl", + "www.patrz.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl/files/.*\\.flv\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "blesk.cz", + "www.blesk.cz", + "open.fm", + "www.open.fm" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl..*/ad\\.js\\?id=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "open.fm", + "www.open.fm" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adocean\\.pl..*.aocodetype=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adpriv\\.nikkei\\.com/bservers/AAMALL/.*/acc_random=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.cvut\\.cz", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.e-planning\\.net..*/preroll\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ole.com.ar", + "www.ole.com.ar" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.hosting\\.vcmedia\\.vn/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.hosting\\.vcmedia\\.vn/jinfo\\.ashx\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.nicovideo\\.jp/assets/js/ads-.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.peteava\\.ro/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.peteava\\.ro/www/serve_ads/serve2\\.php\\?campaign=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.postimees\\.ee/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.telecinco\\.es/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.telecinco\\.es/RealMedia/ads/adstream_sx\\.ads/.*@", + "resource-type": [ + "raw" + ], + "if-domain": [ + "mitele.es", + "www.mitele.es", + "telecinco.es", + "www.telecinco.es" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.us\\.e-planning\\.net/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.us\\.e-planning\\.net..*&ma=.*&vv=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "elcomercio.pe", + "www.elcomercio.pe" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserver\\.netsprint\\.eu//widgets/widgets\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "autocentrum.pl", + "www.autocentrum.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adsystem\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.de/\\?adrawdata/3\\.0/.*;$", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tv2.dk", + "www.tv2.dk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtech\\.panthercustomer\\.com..*\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tv3.ie", + "www.tv3.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/adxml\\|.*\\|rettype=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "papeldigital.info", + "www.papeldigital.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adtechus\\.com/images/.*_503x720\\.gif", + "resource-type": [ + "raw" + ], + "if-domain": [ + "papeldigital.info", + "www.papeldigital.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.adview\\.pl/ads/.*\\.mp4", + "resource-type": [ + "raw" + ], + "if-domain": [ + "polskieradio.pl", + "www.polskieradio.pl", + "radiozet.pl", + "www.radiozet.pl", + "spryciarze.pl", + "www.spryciarze.pl", + "tvp.info", + "www.tvp.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.pt", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advert\\.ee", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advert\\.mgimg\\.com/servlet/view/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "uzmantv.com", + "www.uzmantv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advert\\.uzmantv\\.com/advertpro/servlet/view/dynamic/url/zone\\?zid=", + "resource-type": [ + "script" + ], + "if-domain": [ + "uzmantv.com", + "www.uzmantv.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.mercadolivre\\.com\\.br", + "resource-type": [ + "raw" + ], + "if-domain": [ + "mercadolivre.com.br", + "www.mercadolivre.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.sun-sentinel\\.com/el-sentinel/elsentinel-landing-page\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.fsas\\.eu", + "resource-type": [ + "document" + ], + "if-domain": [ + "iprima.cz", + "www.iprima.cz" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://affiliate\\.matchbook\\.com/processing/impressions\\.asp\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://aka-cdn-ns\\.adtech\\.de..*\\.flv", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "talksport.co.uk", + "www.talksport.co.uk", + "tv3.ie", + "www.tv3.ie" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://akamaihd\\.net..*/advert/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "skai.gr", + "www.skai.gr" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://alio\\.lt/public/advertisement/texttoimage\\.html\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://am10\\.ru/letitbit\\.net_in\\.php", + "resource-type": [ + "document" + ], + "if-domain": [ + "moevideos.net", + "www.moevideos.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amarillas\\.cl/advertise\\.do\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amarillas\\.cl/js/advertise/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com/e/ir\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "kasi-time.com", + "www.kasi-time.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/affiliates/banners/logo/", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://americateve\\.com/mediaplayer_ads/new_config_openx\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://analytics\\.disneyinternational\\.com/ads/tagsv2/video/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "disney.no", + "www.disney.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://annonser\\.dagbladet\\.no/eas\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "se.no", + "www.se.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://annonser\\.dagbladet\\.no/EAS_tag\\.1\\.0\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "se.no", + "www.se.no" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://app\\.medyanetads\\.com/ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "fanatik.com.tr", + "www.fanatik.com.tr" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://applevideo\\.edgesuite\\.net/admedia/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://atresplayer\\.com/static/imgs/no_ads\\.jpg", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autoscout24\\..*/all\\.js\\.aspx\\?m=css&.*=/stylesheets/adbanner\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://autotube\\.cz/ui/player/ad\\.php\\?id=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bancainternet\\.com\\.ar/eBanking/images/.*-PUBLICIDAD\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bancodevenezuela\\.com/imagenes/publicidad/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://banki\\.ru/bitrix/.*/advertising\\.block/", + "resource-type": [ + "style-sheet" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbelements\\.com/bb/bb_one2n\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "moviezone.cz", + "www.moviezone.cz" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bbelements\\.com/please/showit/.*/\\?typkodu=", + "resource-type": [ + "script" + ], + "if-domain": [ + "idnes.cz", + "www.idnes.cz", + "moviezone.cz", + "www.moviezone.cz" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://blocket\\.se..*/newad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bmwoglasnik\\.si/images/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bn\\.uol\\.com\\.br/html\\.ng/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bnrs\\.ilm\\.ee/www/delivery/fl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bolha\\.com/css/ad\\.css\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bomnegocio\\.com/css/ad_insert\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://carfinder\\.gr/api/ads/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://catmusica\\.cat/paudio/getads\\.jsp\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://content\\.reklamz\\.com/internethaber/SPOR_.*\\.mp4", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tvhaber.com", + "www.tvhaber.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://custojusto\\.pt/user/myads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doladowania\\.pl/pp/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/adx/es\\.esmas\\.videonot_embed/", + "resource-type": [ + "script" + ], + "if-domain": [ + "esmas.com", + "www.esmas.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net..*;sz=.*;ord=", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "dafiti.cl", + "www.dafiti.cl", + "dafiti.com.ar", + "www.dafiti.com.ar", + "dafiti.com.br", + "www.dafiti.com.br", + "dafiti.com.co", + "www.dafiti.com.co" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doublerecall\\.com/core\\.js\\.php\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "delo.si", + "www.delo.si" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ehow\\.com\\.br/frames/ad\\.html\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ehowenespanol\\.com/frames/ad\\.html\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emag\\.hu/site_ajax_ads\\?id=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emagst\\.net/openx/", + "resource-type": [ + "image" + ], + "if-domain": [ + "emag.hu", + "www.emag.hu", + "emag.ro", + "www.emag.ro" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.eu/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.eu/eas\\?cu_key=.*;ty=playlist;", + "resource-type": [ + "raw" + ], + "if-domain": [ + "bandit.se", + "www.bandit.se", + "lugnafavoriter.com", + "www.lugnafavoriter.com", + "nrj.se", + "www.nrj.se", + "playradio.se", + "www.playradio.se", + "radio1.se", + "www.radio1.se", + "rixfm.com", + "www.rixfm.com", + "tv3play.ee", + "www.tv3play.ee", + "tv3play.se", + "www.tv3play.se", + "tv6play.se", + "www.tv6play.se", + "tv8play.se", + "www.tv8play.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.se/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.se/eas\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "novatv.bg", + "www.novatv.bg", + "tv2.dk", + "www.tv2.dk", + "tv3.se", + "www.tv3.se", + "tv3play.ee", + "www.tv3play.ee", + "tv3play.se", + "www.tv3play.se", + "tv6play.se", + "www.tv6play.se", + "tv8play.se", + "www.tv8play.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://emediate\\.se/eas_tag\\.1\\.0\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tv2.dk", + "www.tv2.dk", + "tv3play.ee", + "www.tv3play.ee", + "tv3play.se", + "www.tv3play.se", + "tv6play.se", + "www.tv6play.se", + "tv8play.se", + "www.tv8play.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://epaper\\.andhrajyothy\\.com/js/newads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ettevotja\\.ee/templates/.*/images/advert\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://expdash\\.adtlgc\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "expressen.se", + "www.expressen.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fajerwerkilider\\.pl/environment/cache/images/300_250_productGfx_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://feed\\.theplatform\\.com..*=adtech_", + "resource-type": [ + "raw" + ], + "if-domain": [ + "tv2.dk", + "www.tv2.dk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://filmon\\.com/ad/affiliateimages/banner-250x350\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flashgames247\\.com/advertising/preroll/google-fg247-preloader\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://forads\\.pl", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fotojorgen\\.no/images/.*/webadverts/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fotosioon\\.com/wp-content/.*/images/advert\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freeride\\.se/img/admarket/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gov\\.in/pdf/ADVERTISEMENT/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://guloggratis\\.dk/modules/", + "resource-type": [ + "script", + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://haberler\\.com/video-haber/adsense_news_politics\\.swf\\?", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://happymtb\\.org/annonser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hizlial\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://homad\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://honfoglalo\\.hu/aagetad\\.php\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hry\\.cz/ad/adcode\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hub\\.com\\.pl/reklama_video/instream_ebmed/vStitial_inttv_", + "resource-type": [ + "media" + ], + "if-domain": [ + "interia.tv", + "www.interia.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://impact-ad\\.jp/combo\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "jalan.net", + "www.jalan.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imstore\\.bet365affiliates\\.com/\\?AffiliateCode=", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imstore\\.bet365affiliates\\.com/AffiliateCreativeBanners/", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://iplsc\\.com..*/inpl\\.box\\.ad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "rmf24.pl", + "www.rmf24.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://isanook\\.com/vi/0/js/ads-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://islafenice\\.net..*/adsense\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://izigo\\.pt/AdPictures/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://izigo\\.pt..*/adsearch\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jesper\\.nu/javascript/libs/videoads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://joemonster\\.org..*_reklama_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kanalfrederikshavn\\.dk..*/jquery\\.openx\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kompas\\.com..*/supersized\\..*\\.min_ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kopavogur\\.is/umsoknarvefur/advertisement\\.aspx", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://krotoszyn\\.pl/uploads/pub/ads_files/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://laredoute\\..*/scripts/combinejs\\.ashx\\?.*/affiliation/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com/5/adttext/adttext\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ostrow24.tv", + "www.ostrow24.tv", + "yuvutu.com", + "www.yuvutu.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://longtailvideo\\.com/5/adtvideo/adtvideo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ostrow24.tv", + "www.ostrow24.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lrytas\\.lt/ads/video_feed\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mail\\.bg/mail/index/getads/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://megatv\\.com..*/adverts\\.asp\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://minuripsmed\\.ee/templates/.*/images/advert\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mjhobbymassan\\.se/r/annonser/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mlstatic\\.com..*/product_ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "mercadolibre.com.ve", + "www.mercadolibre.com.ve" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mmgastro\\.pl/img/reklama/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mmgastro\\.pl/js/reklama/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moviezone\\.cz//moviezone/reklama/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://moviezone\\.cz/swf/ad-player/", + "resource-type": [ + "media", + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://muyinteresante\\.es/templates/muy/js/criteo\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "muyinteresante.es", + "www.muyinteresante.es" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mynet\\.com\\.tr/nocache/adocean\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mynet\\.com/nocache/adocean\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newmedia\\.lu..*/adtech_video/.*\\.xml", + "resource-type": [ + "raw" + ], + "if-domain": [ + "rtl.lu", + "www.rtl.lu" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://niedziela\\.nl/adverts/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nordjyske\\.dk/scripts/ads/StoryAds\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nuggad\\.net/rc\\?nuggn=", + "resource-type": [ + "script" + ], + "if-domain": [ + "ekstrabladet.dk", + "www.ekstrabladet.dk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.di\\.se/RealMedia/ads/Creatives/di\\.se/", + "resource-type": [ + "script", + "media" + ], + "if-domain": [ + "di.se", + "www.di.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.di\\.se..*/di\\.se/Lopet/.*@", + "resource-type": [ + "script" + ], + "if-domain": [ + "di.se", + "www.di.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oas\\.dn\\.se/adstream_mjx\\.ads/dn\\.se/nyheter/ettan/.*@", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://oascentral\\.gfradnetwork\\.net/RealMedia/ads/adstream_nx\\.ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "primerahora.com", + "www.primerahora.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openimage\\.interpark\\.com/_nip_ui/category_shopping/shopping_morningcoffee/leftbanner/null\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.zomoto\\.nl/live/www/delivery/fl\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openx\\.zomoto\\.nl/live/www/delivery/spcjs\\.php\\?id=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://partners\\.10bet\\.com/processing/impressions\\.asp\\?", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://peoplegreece\\.com/assets/js/adtech_res\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.terra\\.com..*&adunit=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.theplatform\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "nbc.com", + "www.nbc.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://polovniautomobili\\.com/images/ad-", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://prohardver\\.hu/js/common/forms_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerads\\.com/afu\\.php\\?zoneid=", + "resource-type": [ + "document" + ], + "if-domain": [ + "moevideos.net", + "www.moevideos.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://propellerads\\.com..*/adlogo/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "kissanime.com", + "www.kissanime.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://psoe\\.es/Areas/Affiliation/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ptchan\\.net/imagens/banner\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ptcliente\\.pt/App_Themes/Default/Img/ad_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://quebarato\\.com\\.br/css/static/ad_detail\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://quebarato\\.com\\.br/css/static/ad_search\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://reklama\\.hiking\\.sk/openx_new/www/delivery/spcjs\\.php\\?id=.*&target=_blank", + "resource-type": [ + "script" + ], + "if-domain": [ + "mapy.hiking.sk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://reklama5\\.mk", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rentalsystems\\.com/advert_price_imbed\\.asp\\?", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ring\\.bg/adserver/adall\\.php\\?.*&video_on_page=1", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rtl\\.lu/ipljs/adtech_async\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://run\\.admost\\.com/adx/get\\.ashx\\?z=.*&accptck=true&nojs=1", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://run\\.admost\\.com/adx/js/admost\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s-nk\\.pl/img/ads/icons_pack", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s1emagst\\.akamaized\\.net/openx/.*\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "emag.hu", + "www.emag.hu" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sanook\\.com/php/get_ads\\.php\\?vast_linear=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://segundamano\\.mx/api/.*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sigmalive\\.com/assets/js/jquery\\.openxtag\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skai\\.gr/advert/.*\\.flv", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smart\\.allocine\\.fr/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smart\\.allocine\\.fr/def/def/xshowdef\\.asp", + "resource-type": [ + "raw" + ], + "if-domain": [ + "beyazperde.com", + "www.beyazperde.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubj/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "europafm.com", + "www.europafm.com", + "ondacero.es", + "www.ondacero.es", + "vertele.com", + "www.vertele.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubx/.*/M/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "get.x-link.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/call/pubx/.*blq", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresmedia.com", + "www.atresmedia.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/crossdomain\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://smartadserver\\.com/diff/.*/show.*\\.asp\\?.*blq", + "resource-type": [ + "raw" + ], + "if-domain": [ + "antena3.com", + "www.antena3.com", + "atresplayer.com", + "www.atresplayer.com", + "lasexta.com", + "www.lasexta.com", + "ondacero.es", + "www.ondacero.es" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sms\\.cz/bannery/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://soov\\.ee/js/newad\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://staircase\\.pl/wp-content/.*/adwords\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "staircase.pl", + "www.staircase.pl" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://start\\.no/advertpro/servlet/view/text/html/zone\\?zid=", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://start\\.no/includes/js/adCode\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stat24\\.com/.*/ad\\.xml\\?id=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ipla.tv", + "www.ipla.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stat24\\.com/ad\\.xml\\?id=", + "resource-type": [ + "raw" + ], + "if-domain": [ + "ipla.tv", + "www.ipla.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://style\\.seznam\\.cz/ad/im\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://submarino\\.com\\.br/openx/www/delivery/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ta3\\.com/advert-async-system/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://terra\\.cl..*/admanager\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://terra\\.com\\.br..*/admanager\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thewineplace\\.es/wp-content/plugins/m-wp-popup/js/wpp-popup-frontend\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tn\\.com\\.ar..*/vivo/300/publicidad\\.html", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trrsf\\.com\\.br/playerttv/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trrsf\\.com\\.br..*/admanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "terra.com.br", + "www.terra.com.br" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trrsf\\.com..*/admanager\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tugaleaks\\.com..*/wp-super-popup-pro/sppro\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tugaleaks\\.com..*/wp-super-popup-pro/sppro\\.php", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tv2\\.dk/mpx/player\\.php/adtech_", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tvn\\.adocean\\.pl", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://uol\\.com\\.br/html\\.ng/.*&affiliate=", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://varno-zavarovanje\\.com/system/modules/cp_pagepeel/html/peel\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://velasridaura\\.com/modules/.*/advertising_custom\\.", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://video\\.appledaily\\.com\\.hk/admedia/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "nextmedia.com", + "www.nextmedia.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videonuz\\.ensonhaber\\.com/player/hdflvplayer/xml/ads\\.xml\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://videoplaza\\.tv/proxy/distributor\\?", + "resource-type": [ + "raw" + ], + "if-domain": [ + "aftenposten.no", + "www.aftenposten.no", + "bt.no", + "www.bt.no", + "ekstrabladet.dk", + "www.ekstrabladet.dk", + "kuriren.nu", + "www.kuriren.nu", + "qbrick.com", + "www.qbrick.com", + "svd.se", + "www.svd.se" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vinden\\.se/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wl188bet\\.adsrv\\.eacdn\\.com/S\\.ashx\\?btag=", + "resource-type": [ + "script" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wl188bet\\.eacdn\\.com/wl188bet/affimages/", + "resource-type": [ + "image", + "script" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wlmatchbook\\.eacdn\\.com/wlmatchbook/affimages/", + "resource-type": [ + "image" + ], + "if-domain": [ + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xe\\.gr/property/recent_ads\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yapo\\.cl/js/viewad\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://yimg\\.jp/images/listing/tool/yads/yjaxc-stream-ex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yahoo.co.jp", + "www.yahoo.co.jp" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ziarelive\\.ro/assets/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adwolf\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.facebook\\.com/ajax/ads/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "www.facebook.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://accounts\\.google\\.com/accounts/adwords/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://accounts\\.google\\.com/adwords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "accounts.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://accounts\\.google\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "adwords.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.google\\.com/jsapi", + "resource-type": [ + "script" + ], + "if-domain": [ + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adwords\\.google\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "adwords.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apps\\.admob\\.com/admob/.*\\.adsense\\.", + "resource-type": [ + "script" + ], + "if-domain": [ + "apps.admob.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bpui0\\.google\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "adwords.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/help/hc/images/adwords/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/payments/.*/adwords\\.", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/tools/feedback/open\\.js\\?.*.url=https://adwords\\.google\\.com/", + "resource-type": [ + "script" + ], + "if-domain": [ + "adwords.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gstatic\\.com/accounts/services/adwords/", + "resource-type": [ + "image" + ], + "if-domain": [ + "accounts.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gstatic\\.com/images/icons/product/adsense-", + "resource-type": [ + "image" + ], + "if-domain": [ + "accounts.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gstatic\\.com/images/icons/product/adsense_", + "resource-type": [ + "image" + ], + "if-domain": [ + "accounts.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://support\\.google\\.com/adsense/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://support\\.google\\.com/adwords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/ads/css/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/ads/images/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/ads/js/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/ads/start/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/adsense/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\..*/adwords/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/ads/admob/images/", + "resource-type": [ + "image" + ], + "if-domain": [ + "google.com", + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/ads/js/", + "resource-type": [ + "script" + ], + "if-domain": [ + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/analytics/web/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/doubleclick/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "www.google.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/doubleclick/images/favicon\\.ico", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/images/icons/feature/adsense_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.google\\.com/images/icons/product/adsense-", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adcenter\\.mobicow\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://www\\.advertising\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://quantcast\\.com/advertise", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "quantcast.com", + "www.quantcast.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboard\\.idealmedia\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboard\\.lentainform\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboard\\.marketgid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboard\\.mgid\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dashboard\\.tovarro\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fullad\\.com\\.br", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://healthyadvertising\\.es", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adfox\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.apple\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "advertising.apple.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adhese\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://netdna-cdn\\.com..*/OpenX/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "openx.com", + "www.openx.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://api-merchants\\.skimlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://authentication-api\\.skimlinks\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.bingads\\.microsoft\\.com/Includes/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "login.live.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.bingads\\.microsoft\\.com/wwimages/search/global/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.microsoft\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bingads\\.microsoft\\.com/ApexContentHandler\\.ashx\\?", + "resource-type": [ + "script" + ], + "if-domain": [ + "bingads.microsoft.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://paymentgate\\.ru/payment/.*_Advert/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/ads\\.php\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/ads\\?act=payments&type", + "resource-type": [ + "style-sheet", + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/css/al/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/images/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.com/js/al/ads\\.js\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.me/css/al/ads\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vk\\.me/images/ads_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vk.com", + "www.vk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.mxit\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertising\\.sanoma\\.be", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "advertising.sanoma.be" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adroll\\.com", + "resource-type": [ + "raw" + ], + "if-domain": [ + "adroll.com", + "www.adroll.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://seedingup\\..*/advertiser/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://teliad\\..*/advertiser/", + "resource-type": [ + "raw" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://easyads\\.eu", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "easyads.eu", + "www.easyads.eu" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://siteads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "siteads.com", + "www.siteads.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com/e/cm\\?", + "resource-type": [ + "document" + ], + "if-domain": [ + "affiliate-program.amazon.co.uk", + "affiliate-program.amazon.com", + "affiliate-program.amazon.in", + "affiliate.amazon.co.jp", + "afiliados.amazon.es", + "associados.amazon.com.br", + "associates.amazon.ca", + "associates.amazon.cn", + "partenaires.amazon.fr", + "partnernet.amazon.de", + "programma-affiliazione.amazon.it" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazon-adsystem\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "affiliate-program.amazon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*/assoc/", + "resource-type": [ + "image" + ], + "if-domain": [ + "affiliate-program.amazon.co.uk", + "affiliate-program.amazon.com", + "affiliate-program.amazon.in", + "affiliate.amazon.co.jp", + "afiliados.amazon.es", + "associados.amazon.com.br", + "associates.amazon.ca", + "associates.amazon.cn", + "partenaires.amazon.fr", + "partnernet.amazon.de", + "programma-affiliazione.amazon.it" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*/associate/", + "resource-type": [ + "image" + ], + "if-domain": [ + "affiliate-program.amazon.co.uk", + "affiliate-program.amazon.com", + "affiliate-program.amazon.in", + "affiliate.amazon.co.jp", + "afiliados.amazon.es", + "associados.amazon.com.br", + "associates.amazon.ca", + "associates.amazon.cn", + "partenaires.amazon.fr", + "partnernet.amazon.de", + "programma-affiliazione.amazon.it" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*/associates/", + "resource-type": [ + "image" + ], + "if-domain": [ + "affiliate-program.amazon.co.uk", + "affiliate-program.amazon.com", + "affiliate-program.amazon.in", + "affiliate.amazon.co.jp", + "afiliados.amazon.es", + "associados.amazon.com.br", + "associates.amazon.ca", + "associates.amazon.cn", + "partenaires.amazon.fr", + "partnernet.amazon.de", + "programma-affiliazione.amazon.it" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ssl-images-amazon\\.com/images/.*_assoc_", + "resource-type": [ + "image" + ], + "if-domain": [ + "affiliate-program.amazon.co.uk", + "affiliate-program.amazon.com", + "affiliate-program.amazon.in", + "affiliate.amazon.co.jp", + "afiliados.amazon.es", + "associados.amazon.com.br", + "associates.amazon.ca", + "associates.amazon.cn", + "partenaires.amazon.fr", + "partnernet.amazon.de", + "programma-affiliazione.amazon.it" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disqus\\.com/count-data\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dailycaller.com", + "www.dailycaller.com", + "valuewalk.com", + "www.valuewalk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://newsinc\\.com/player/show/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "dailycaller.com", + "www.dailycaller.com", + "valuewalk.com", + "www.valuewalk.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eioservices\\.marketingsolutions\\.yahoo\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "eio.manhattan.yahoo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.twitter\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ads.twitter.com", + "analytics.twitter.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ton\\.twimg\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "ads.twitter.com", + "analytics.twitter.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.stumbleupon\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.stumbleupon\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://advertise\\.ru", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.acesse\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://integralplatform\\.com/static/js/Advertiser/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://revealads\\.com", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x60-", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*-120x60\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120_60\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x60\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "2dayshippingbymastercard.com", + "www.2dayshippingbymastercard.com", + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "chase.com", + "www.chase.com", + "deliverydeals.co.uk", + "www.deliverydeals.co.uk", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingbymastercard.com", + "www.freeshippingbymastercard.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "theperfectsaver.com", + "www.theperfectsaver.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_120x60_", + "resource-type": [ + "image" + ], + "if-domain": [ + "catalogfavoritesvip.com", + "www.catalogfavoritesvip.com", + "freeshipping.com", + "www.freeshipping.com", + "freeshippingrewards.com", + "www.freeshippingrewards.com", + "habandvipplus.com", + "www.habandvipplus.com", + "inthecompanyofdogsvip.com", + "www.inthecompanyofdogsvip.com", + "naturesjewelryvip.com", + "www.naturesjewelryvip.com", + "northstylevip.com", + "www.northstylevip.com", + "pyramidcollectionvip.com", + "www.pyramidcollectionvip.com", + "serengeticatalogvip.com", + "www.serengeticatalogvip.com", + "theperfectsaver.com", + "www.theperfectsaver.com", + "travelplus.com", + "www.travelplus.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*_300x250\\.", + "resource-type": [ + "image" + ], + "if-domain": [ + "affrity.com", + "www.affrity.com", + "lockd.co.uk", + "www.lockd.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ajax\\.googleapis\\.com/ajax/services/search/news\\?.*-728x90&", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com/content-images/article/.*_120x60", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "vice.com", + "www.vice.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*-300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "snapapp.com", + "www.snapapp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://amazonaws\\.com..*/300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "snapapp.com", + "www.snapapp.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://anitasrecipes\\.com/Content/Images/.*160x500", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://arnhemland-safaris\\.com/images/.*_480_80_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://artserieshotels\\.com\\.au/images/.*_460_60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assets\\.vice\\.com..*_120x60\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assets1\\.plinxmedia\\.net..*_300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://assets2\\.plinxmedia\\.net..*_300x250\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bettermarks\\.com/media", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bizquest\\.com..*_img/_franchise/.*_120x60\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://canada\\.com/news/.*-300-250\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cdn\\.vidible\\.tv/prod/.*_300x250_.*\\.mp4$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cinemanow\\.com/images/banners/300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://consumerist-com\\.wpengine\\.netdna-cdn\\.com/assets/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://crowdignite\\.com/img/upload/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cubeecraft\\.com/images/home/features/300x250/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dawn\\.com/wp-content/uploads/.*_300x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://discovery\\.com..*/ratio-size/pixel-ratio/300x250\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disney\\.com\\.au/global/swf/.*728x90\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://disney\\.com\\.au/global/swf/banner160x600\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://educationpost\\.com\\.hk..*/300x250/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://efvi\\.eu/badge/.*-120x60\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://etsystatic\\.com..*_760x100\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "etsy.com", + "www.etsy.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://film\\.com/plugins/.*-300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://findafranchise\\.com/_img/.*_120x60\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://firestormgames\\.co\\.uk/image/.*-120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://flumotion\\.com/play/player\\?.*/300x250-", + "resource-type": [ + "document" + ], + "if-domain": [ + "flaixfm.cat", + "www.flaixfm.cat" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://framestr\\.com..*/300x250/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://freetvhub\\.com/ad1_300x250\\.html", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/uds/modules/elements/newsshow/iframe\\.html\\?.*=300x250&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://harpers\\.co\\.uk/pictures/300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hortifor\\.com/images/.*120x60", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imagehost123\\.com..*_300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "wealthymen.com", + "www.wealthymen.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.itreviews\\.com/.*300x250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "itreviews.com", + "www.itreviews.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://images\\.outbrain\\.com/imageserver/.*-120x60\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imawow\\.weather\\.com/web/wow/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imdb\\.com/images/.*doubleclick/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imdb\\.com/images/.*doubleclick/.*320x240", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imperialwonderservices\\.ie/images/banner/.*-468x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://komikslandia\\.pl/environment/cache/images/300_250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://la-finca-distribution\\.de/wp-content/uploads/.*-120x240\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maps\\.google\\..*/staticmap.*.size=300x250", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://maps\\.googleapis\\.com/maps/api/.*=300x250&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://marketing\\.beatport\\.com\\.s3\\.amazonaws\\.com..*/728x90_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://metrics\\.target\\.com/b/ss/.*_300x250_", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://motherboard\\.tv/content-images/.*_120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mozilla\\.org/img/covehead/plugincheck/.*/728_90/loading\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mozilla.org", + "www.mozilla.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://msecnd\\.net/socialfactoryimagesresized/mediaspotlight/2/300x250/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mxtoolbox\\.com/Public/images/banners/Mx-Pro-160x600\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nationalgeographic\\.com/exposure/content/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://onescreen\\.net/os/static/widgets/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://opposingviews\\.com..*/300x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://player\\.grabnetworks\\.com..*/vox_300x250_inline\\.xml", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "mavrixonline.com", + "www.mavrixonline.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://quisqualis\\.com/QBanner_760x100\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rackcdn\\.com/LN_AH_Sweep_300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "accesshollywood.com", + "www.accesshollywood.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://rehabs\\.com..*/xicons_social_sprite_400x60\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://roofandfloor\\.com/listing_", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://static-origin\\.openedition\\.org..*-120x240\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://stickam\\.com/wb/www/category/300x250/", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://target\\.122\\.2o7\\.net/b/ss/.*_300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "target.com", + "www.target.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://techpakistani\\.com/wp-content/uploads/.*-300x100\\.", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tribune\\.com\\.ng/news2013/cache/mod_yt_k2megaslider/images/.*_120_60\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com/v5cache/TCM/images/.*_120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://turner\\.com/v5cache/TCM/Images/.*_120x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ubi\\.com/resource/.*/game/.*_300x250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "ubi.com", + "www.ubi.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://union\\.edu/media/galleryPics/400x250/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usanetwork\\.com/sites/usanetwork/.*300x250", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://usopen\\.org/images/pics/misc/.*\\.300x250\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viamichelin\\..*&size=728x90,", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vortex\\.accuweather\\.com..*_120x60_bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vortex\\.accuweather\\.com..*_160x600_bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://vortex\\.accuweather\\.com..*_300x250_bg\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://w3easy\\.org/templates/.*_120x60\\.", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://w3easy\\.org/templates/.*_120x60_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weather\\.craven\\.net\\.au/weather/products/300x250\\.asp\\?", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weatherbug\\.com/desktop-weather/.*=728x90&", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weatherbug\\.com/images/stickers/.*/728x90/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://weatherbug\\.com/style/stickers/.*_728x90\\.css", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://wixstatic\\.com/media/.*_300_250_", + "resource-type": [ + "image" + ], + "if-domain": [ + "lenislens.com", + "www.lenislens.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://zorza-polarna\\.pl/environment/cache/images/300_250_", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*/redirect\\.aspx\\?pid=.*&bid=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "betbeaver.com", + "www.betbeaver.com", + "internetcasinot.com", + "www.internetcasinot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adfarm\\.mediaplex\\.com/ad/ck/", + "resource-type": [ + "popup" + ], + "if-domain": [ + "betwonga.com", + "www.betwonga.com", + "matched-bet.net", + "www.matched-bet.net", + "pcmag.com", + "www.pcmag.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.betfair\\.com/redirect\\.aspx\\?pid=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "betwonga.com", + "www.betwonga.com", + "matched-bet.net", + "www.matched-bet.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.flipkart\\.com/delivery/ck\\.php\\?", + "resource-type": [ + "popup" + ], + "if-domain": [ + "flipkart.com", + "www.flipkart.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.pinterest\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.reempresa\\.org", + "resource-type": [ + "popup" + ], + "if-domain": [ + "reempresa.org", + "www.reempresa.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.sudpresse\\.be", + "resource-type": [ + "popup" + ], + "if-domain": [ + "sudinfo.be", + "www.sudinfo.be" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.twitter\\.com", + "resource-type": [ + "popup" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.williamhillcasino\\.com/redirect\\.aspx\\?.*=internal&", + "resource-type": [ + "popup" + ], + "if-domain": [ + "williamhillcasino.com", + "www.williamhillcasino.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adserving\\.unibet\\.com/redirect\\.aspx\\?pid=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "betwonga.com", + "www.betwonga.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.blogupp\\.com", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bannerflow\\.com..*.btag", + "resource-type": [ + "popup" + ], + "if-domain": [ + "internetcasinot.com", + "www.internetcasinot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://bet365\\.com/home/\\?affiliate=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "betbeaver.com", + "www.betbeaver.com", + "betwonga.com", + "www.betwonga.com", + "betyper.com", + "www.betyper.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://casino\\.com..*&affiliate=", + "resource-type": [ + "popup" + ], + "if-domain": [ + "internetcasinot.com", + "www.internetcasinot.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/click%", + "resource-type": [ + "popup" + ], + "if-domain": [ + "people.com", + "www.people.com", + "time.com", + "www.time.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/clk;", + "resource-type": [ + "popup" + ], + "if-domain": [ + "hotukdeals.com", + "www.hotukdeals.com", + "jobamatic.com", + "www.jobamatic.com", + "play.google.com", + "santander.co.uk", + "www.santander.co.uk", + "techrepublic.com", + "www.techrepublic.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://doubleclick\\.net/ddm/clk/", + "resource-type": [ + "popup" + ], + "if-domain": [ + "couponcodeswap.com", + "www.couponcodeswap.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://g\\.doubleclick\\.net/aclk\\?", + "resource-type": [ + "popup" + ], + "if-domain": [ + "bodas.com.mx", + "www.bodas.com.mx", + "bodas.net", + "www.bodas.net", + "casamentos.com.br", + "www.casamentos.com.br", + "casamentos.pt", + "www.casamentos.pt", + "casamiento.com.uy", + "www.casamiento.com.uy", + "casamientos.com.ar", + "www.casamientos.com.ar", + "mariages.net", + "www.mariages.net", + "matrimonio.com", + "www.matrimonio.com", + "matrimonio.com.co", + "www.matrimonio.com.co", + "matrimonio.com.pe", + "www.matrimonio.com.pe", + "matrimonios.cl", + "www.matrimonios.cl", + "weddingspot.co.uk", + "www.weddingspot.co.uk", + "zillow.com", + "www.zillow.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gsmarena\\.com/adclick\\.php\\?bannerid=", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://serving-sys\\.com/BurstingPipe/adServer\\.bs\\?", + "resource-type": [ + "popup" + ], + "if-domain": [ + "jobamatic.com", + "www.jobamatic.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://viroll\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "imagebam.com", + "www.imagebam.com", + "imgbox.com", + "www.imgbox.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.thisav\\.com/player/config\\.xml", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ad\\.thisav\\.com/player/jw\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.fuckingmachines\\.com", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.ultimatesurrender\\.com", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adv\\.alsscan\\.com", + "resource-type": [ + "image", + "style-sheet" + ], + "if-domain": [ + "alscash.com", + "www.alscash.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://as\\.sexad\\.net/as/r\\?d=preroll-mov-", + "resource-type": [ + "raw" + ], + "if-domain": [ + "youjizz.com", + "www.youjizz.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://burningcamel\\.com/ads/banner\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://cam4\\..*/ads/directory/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://dpmate\\.com/exports/tour_20/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "digitalplayground.com", + "www.digitalplayground.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://eskimotube\\.com/advertisements\\.php\\?", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fucktube\\.com/work/videoad\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gaynetwork\\.co\\.uk/Images/ads/bg/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://graphics\\.pop6\\.com/javascript/live/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://graphics\\.pop6\\.com/javascript/live_cd/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hostave4\\.net..*/video/", + "resource-type": [ + "raw" + ], + "if-domain": [ + "kporno.com", + "www.kporno.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hostedadsp\\.realitykings\\.com/hosted/flash/rk_player_1\\.5_300x250\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://img\\.livejasmin\\.com", + "resource-type": [ + "image" + ], + "if-domain": [ + "4mycams.com", + "www.4mycams.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://kuntfutube\\.com/go\\.php\\?ad=", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://lp\\.longtailvideo\\.com..*/adttext/adttext\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "yuvutu.com", + "www.yuvutu.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mrstiff\\.com/view/textad/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nonktube\\.com/img/adyea\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://panicporn\\.com/Bannerads/player/player_flv_multi\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pop6\\.com/banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "horny.net", + "www.horny.net", + "xmatch.com", + "www.xmatch.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://promo\\.cdn\\.homepornbay\\.com/key=.*\\.mp4", + "resource-type": [ + "raw" + ], + "if-domain": [ + "hiddencamsvideo.com", + "www.hiddencamsvideo.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sextoyfun\\.com/admin/aff_files/BannerManager/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sextoyfun\\.com/control/aff_banners/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://skimtube\\.com/advertisements\\.php\\?", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://starcelebs\\.com/logos/logo10\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sundaysportclassifieds\\.co\\.uk/ads/", + "resource-type": [ + "image" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sundaysportclassifieds\\.com/ads/", + "resource-type": [ + "image" + ], + "if-domain": [ + "sundaysportclassifieds.co.uk", + "www.sundaysportclassifieds.co.uk" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://thisav\\.com/uploaded_banners/jw\\.swf", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "thisav.com", + "www.thisav.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tjoob\\.com/go\\.php\\?ad=", + "resource-type": [ + "script" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tnaflix\\.com/ad/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tracking\\.hornymatches\\.com/track\\?type=unsubscribe&enid=", + "resource-type": [ + "document" + ], + "load-type": [ + "third-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ul\\.ehgt\\.org/ad/", + "resource-type": [ + "image" + ], + "if-domain": [ + "e-hentai.org", + "www.e-hentai.org" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://widget\\.plugrush\\.com", + "resource-type": [ + "document" + ], + "if-domain": [ + "amateursexy.net", + "www.amateursexy.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xhcdn\\.com/images/flag/AD\\.gif", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xxxporntalk\\.com/images/xxxpt-chrome\\.jpg", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://apis\\.google\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://extremetube\\.phncdn\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://keezmovies\\.phncdn\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/cb/assets/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/cb/bundles/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/head/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/html5player/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/html5shiv-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/jquery-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/jquery/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/achievement-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/avatar_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/browser-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/carousellite\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/comments/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/common_jq-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/et\\.ready\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/filters_menu/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/flipbook/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/follow_button/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/general-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/home_setUp-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/infinite\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/ipad/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/is_online/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/jqbrowser-compressed\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/jquery\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/language_", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/levelUp/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/login_form/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/m_tubes/MG_autocomplete\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/mg_modal/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/nextBtn/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/popUnder/exclusions-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/relatedVideos/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/report_video_form/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/share_video_block/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/showMenu/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/signin-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/site-main\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/tagStar/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/translator-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/translator/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/translatorWatchPageController-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/underPlayer/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/userMiniProfile/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/video_setUp-min\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/videoPlayer/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/votingSystem/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/xp_bubble/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/modernizr-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/networkbar-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/pagespeed\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/swfobject-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/timings-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/tubes-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/underscore-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/autocomplete\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/footer\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/front-login\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/header\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/jquery\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/lib/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/ph-footer\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/ph-networkbar\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/phub\\.", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/playlist/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/premium/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/profile/", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/quality-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/signin\\.js", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/suggest-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/tag-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/video-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/www-static/js/widgets-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/zeroclipboard-", + "resource-type": [ + "script" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.tumblr\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://platform\\.twitter\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/album/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/album_upload", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/channel/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/chat/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/comment/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/front/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/gif/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/insights/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/pornstar/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/premium/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/stream/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/svvt/add\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/uploading/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/user/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/users/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.com/video/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornhub\\.phncdn\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/addfavorite/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/addfriend/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/bid/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/blockuser/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/comments/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/embed/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/gallery/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/htmllogin$", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/js/jquery/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/logout", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/message/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/panel/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/rate", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/recommended/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/relatedvideos/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/searchsuggest\\?", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/starsuggestion/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/subscribe/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/videodetails/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com/watched/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtube\\.com..*/favicon\\.ico", + "resource-type": [ + "image" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://redtubefiles\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://s7\\.addthis\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/ajax-", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/ajax/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/ajax2/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.phncdn\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/ajax/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/change/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/esi_home/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/mycollections\\.json", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/notifications/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/subscriptions/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.com/watch_postroll/", + "resource-type": [ + "raw" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://youporn\\.phncdn\\.com", + "resource-type": [ + "image", + "raw" + ], + "if-domain": [ + "pornhub.com", + "www.pornhub.com", + "redtube.com", + "www.redtube.com", + "tube8.com", + "www.tube8.com", + "tube8.es", + "www.tube8.es", + "tube8.fr", + "www.tube8.fr", + "youporn.com", + "www.youporn.com", + "youporngay.com", + "www.youporngay.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.jpg#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hellojav.com", + "www.hellojav.com", + "xn--hentaienespaol-1nb.net", + "www.xn--hentaienespaol-1nb.net", + "palaotog.net", + "www.palaotog.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://.*\\.png#", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "indiangilma.com", + "www.indiangilma.com", + "lfporn.com", + "www.lfporn.com", + "thisav.com", + "www.thisav.com", + "you-fap.com", + "www.you-fap.com", + "youngmodelsclub.net", + "www.youngmodelsclub.net" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://adultadworld\\.com/adhandler/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://desihoes\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://fuqer\\.com..*/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://gaybeeg\\.info/wp-content/plugins/blockalyzer-adblock-counter/", + "resource-type": [ + "image" + ], + "if-domain": [ + "gaybeeg.info", + "www.gaybeeg.info" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://google\\.com/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "hinduladies.com", + "www.hinduladies.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://hentaimoe\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imgadult\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jamo\\.tv", + "resource-type": [ + "script" + ], + "if-domain": [ + "jamo.tv", + "www.jamo.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jav4\\.me", + "resource-type": [ + "script" + ], + "if-domain": [ + "jav4.me", + "www.jav4.me" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://javfee\\.com", + "resource-type": [ + "script" + ], + "if-domain": [ + "javfee.com", + "www.javfee.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://javpee\\.com/eroex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jkhentai\\.tv", + "resource-type": [ + "script" + ], + "if-domain": [ + "jkhentai.tv", + "www.jkhentai.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://jporn4u\\.com/js/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://mongoporn\\.com..*/adframe/", + "resource-type": [ + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://n4mo\\.org/wp-content/.*/ads/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://nightchan\\.com/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://openload\\.io/Ads\\.png", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com/v2/js/adblockdetect\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "keezmovies.com", + "www.keezmovies.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com..*/ads\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://phncdn\\.com..*/fuckadblock\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://pornomovies\\.com/js/1/ads-1\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "submityourflicks.com", + "www.submityourflicks.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://sexvidx\\.tv/js/eroex\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://submityourflicks\\.com/player/player-ads\\.swf", + "resource-type": [ + "media" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://syndication\\.exoclick\\.com/ads\\.php\\?type=728x90&", + "resource-type": [ + "script" + ], + "if-domain": [ + "dirtstyle.tv", + "www.dirtstyle.tv" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tmoncdn\\.com/scripts/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "if-domain": [ + "tubemonsoon.com", + "www.tubemonsoon.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://trafficjunky\\.net/js/ad.*\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://tube8\\.com/js/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xibitnet\\.com/check/advertisement\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://xibitnet\\.com/check/advertisements\\.js", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://ads\\.b10f\\.jp/flv/", + "resource-type": [ + "image", + "style-sheet", + "script", + "font", + "media", + "raw", + "document" + ], + "load-type": [ + "first-party" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://imagebam\\.com/image/", + "resource-type": [ + "popup" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + }, + { + "trigger": { + "url-filter": "^https?://supportchat\\.contentabc\\.com", + "resource-type": [ + "popup" + ], + "if-domain": [ + "brazzerssupport.com", + "www.brazzerssupport.com" + ] + }, + "action": { + "type": "ignore-previous-rules" + } + } +] diff --git a/ios/blocker/noopList.json b/ios/blocker/noopList.json new file mode 100644 index 00000000..ad1a6625 --- /dev/null +++ b/ios/blocker/noopList.json @@ -0,0 +1,10 @@ +[ + { + "trigger": { + "url-filter": ".*" + }, + "action": { + "type": "ignore-previous-rules" + } + } +] \ No newline at end of file

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 wb +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/ios/adblockfast/unblocked-0.pdf b/ios/adblockfast/unblocked-0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8195482a4a6c85d8fe8c42267698ddff61933615 GIT binary patch literal 18528 zcmagEV{|56x2PT5vF+rJla6iMNyoNr+qRu_+_7!jww-jW?ysL`@AvFIzVqY!sZ}-S zs<~E;QMj%(id<1toQ{c}1(tm1_}B4e*+aqH&eTf1qq z_A-9_n&-WLJbwTBr15LqNS*Ed^SBz~?Rxg}{#GDw z#k-Owz3gUScjjnG-=%3vN?7lc)DW%TnIWo~x|>$!C=n%daI#nd|n0&S$SvO+JgONU#W6KE%<6L{&kK zv=fanBRKc&!DXSM+Ib#r_j(EPe(0mK6NTT?y1#uy{)o7>sfAzmS1b4W1WWFPyAEi0 zv(57gWnI8v-YTp*9YQvg`_1Y^my*4CS>F8w&EvWI&kD9ro92=j|Ep%0tW&mu-7yPN z?deZT>izyPOV<^Lo!07PD7WE(W=x#p%_hiltLlR&ezsqTdR;`s2jUxo5)>T2+fZtL zUTF2b!w9r{Rlo2KNPe5%joIwdG6z@3`Q0uUl;%5hz*MZkS)1HKH`7M6?~Z}_px3%? zwRM}m@$M19Qpd`%Wk%FhG(q!*+E~4+BDoTaR1ytE_IR>4a6y*h%Dax&V|>4S`+vBy5iG06IPa)eSV(AVSpPRLFO> zFE8ETWwq}i@2lonunLs{Dm^QT7{^}v zoM&&0RDpcN<)3#s4-HDUOHOdJZ+3NDFUCSzYCbeaW+7ybmBs(rpj?|z^ttT z$*Q#(o76X)Dm6Gkkl~~*@}M$67%(|02a`Sv0{X)=^clsL-Px&BO_Y~(0q2aSHKqq> z)&=q)Se_P(S!8+Lg0w0FRR~r%*v6S5B0rH{y_^X*4g0}o1|f4Tc$R)>l!e@W`~2Lo zw7*$^a%_Kfd9l~_5F^5A!Z}=Zgv?OjUh`jPKacc#s8Ow(A&3ouAQeExg4TsAQN(+@ z7~OHbU5n_-I9IVZrKVlH8{iq33)s4arBBLDY@f|OZPOC?iJPFAdX1NM6)Ubg)KrI7 zcRJdPJQWcu$SN=>pw$`FHAWSjk=Ka^tj&{f9Qul=7+sr&Y^R!6fCHZ0(DMW`2}(?F z^5`~lZtIwI6nuGs?A7n{6BA$)sDNlM*dIlqx))|$*F7UR8Op&&p(J!h$qqhhtTi+& zUUPWO^dHtG`)1@v`|LwumC%!SEf0bljFH#(6+$g_xLY!I?mFf@efr|ju`bJ19b|4u$E9h;QOL__C9=wo3c_$Ky~s)vtn7U2=D zZ}-BAws)f#Y46zc5%Z&!Db213iDW;DO~dxv7)759dikdMu|jwUEF#3reJ=A5FUOr^ z@iWh72z3CtdcKiRX>6XnJlyt-hANswp2(TdPYqhX8?3t`=|Lw~bdWKgcZBZ;R?yAo zKg9P!rMGS9L$HgfHy^%*1{BN-qnmIKSw#7$Hpjt25INx7)k(*4iGtTjd>AHLON|CQ zwZ97DZqbjqKZX!krM~9Qg*Jitz2@e^HVtw#i5QvA?et*X3AGy}-!8l7&(^kpX|mH4 z1W8Urbg!Yq4jTn`^kCh*%EgRMc>4U zwtc~HDpYjN4cQb2kZb^;sZPcS#TyGu*w!#$utQ~Ab|GnSp8#zka!UQs(n|(P3t51iBYk(_%WF zeh(GaIMMFYLGoN< z6aojAoUUYrl7Bgbfp7pQBJ&~uun$A6SLgh+iCPy0C)3k=r*rhj`4P>ymp9Go#g{6I7qnN-Jf3?1+{I0(DQry{ zZ0-Iu8E}N_R~>~R>YH2PgwrEy82*k#pr80E*=>YFiWP}~5ICW@6RDwE_yxki*oW4l zgCOCwqZqZhLDVB#7vO57O#75p(xUe+k&N);|^7Xy!Iefgh+2s2xd-!LsSj{NMI*V;Rp#S zn`IOZdhe&H;3kY75{taVlEw2~ffptri-YfwhO^F*+S2ZDwC^S5U>8K2 zkqM|8^WhEOFN6R3zWANN3~r>L^_9RCnM43u=%%EHVVQ)ccf>SmgIL7K@#@KsjF;@3 zBdnjr_r|7qE_r%!|-zjy4?xg#R^0aVprvn}}LvG=^BCjhkxUZw9rM!3fTT z$Fa7YY=oiX8&BqqwPD%h-o|rtg~d};DP}dCeg*Db#qo+sfdFUUx-TaP^D~`P7Y|l= z2D4EQPC@SAG*;oBIEq{)Yr?2{gv5$Q%l88N7Jfxw9KA%j)a|B*x;izSMNQYo9`P6; z47)AEA(YWUx_iwPuG4wEI|#et zbNVMt_fl2*qdu7#g#KF|FjDF&s*>X^-#l zkZ@laFR&= z-u%#cs99)b#l3kc^Lh&Ft9LEo^boVXzx*e0--q1mTaiv4pFI@!P>+IdC80r#-L-%U zs#~S{4>A=6|yP?*A`4Q}J{#1u`fan*Y0XGPQF7vi_H;eK&QscXcv0 zbp~?$S3tzx&gF038TgOg{Z%i+p=(Q>i*+@|2?yRM*5F8DmvL4E1S9i zwf{~}R2--aWDv2pv3F8-Ff=v={v(zm&P+hgf2YFF4`dMYaFI}U`74$G<|O{+xc}YQ{eMFLssCSB{y(QNC@9JSnf_O2rhhK$KfV9kVwsr!9gsmD$O2>#`bTB${uz=% z)YQ$=*z~)E@c-LzbJN^al-DuCXS+GN=TJ$2W$hn=jiQO(`;)7I5>^IPB5 z4iLr9Ai#i&2510lp$7WRWxoz8+T_p+7&bB}q6TQ+zL^<7;#CxE>9d@tk^O;uO9{0F<6Rn<1h~MAHc+8Dm8N$6EkKZOwmu0 z!=YN6=du%;&hd(6HUsX+kWIK&^e67$~`>ZKg%ybv6F=wdTr+#ar+CE}@_D z7vGrIhw44W)oh+nOrGYh&DBqaZcLD8GOcWa#-3DFkS1G5!Q=g(3b#OzUl1ToJ2?-8 zVK#b6LkIAbaM4#+HqM~=*7P)I93S~X_7lBfTrZiEHy>&|rC0)iq*53xreepXWu-Er zQ&aGW>9ZzZFUWrm`?xHp#|LS1^82vvL(f!|&Qf4PA}u;Yc>^^P=uKcl{FnFrvDqo1 zaQt$u(Jfr{L3~5G6x*br#_ah(L`cEO>;$~Pd@r?;nPA6yx-6;_Yn|hny?&p*6T#_3 z+3m{;ktm-$!^fLAkr&b86z_)E^n;-$K)DpavIf#Kg3%fv;0LfcfbRf7LINa_!PCI$ zCBZBO0S!X@Yap;fOlzQS!B!3+OMzZ<0Qn$x2S^=&dLM!V9DIO;AZ%E_3?t}Hpe1zB z9Wq9dP-Oz<52Q@t6=XauXipI#MNV|^VUfrL&_<-w>1xuth_JHISBo^*SDWXo-QzJy8#g94M^5&3)-MOn$`H0jzzzI}qAX z{efg?!7*s?d2tPByn9jM1PwA!6k_W{k{@6dVp$1@Kk(XPB@-Qwz#+p64KuJYM{o|q zHDmUT)C^aQq#2hpj5E|^u};{{kXZuXf=Y~*>q|8#e+sz4u%l$h(haE@#2aYWrPqV6 z8D8<=BaZgr9N;_nwPEWp+p*OET9H;`Is+~T5%wwWJ-WW_px*`|^*i4g`4IQO`s4c( z?#2_1^in3kXaTH)kciWOWHw|f$hgp_&|e`a1FTAcace?dQuq|| z$>>sHWLV$Hs56@aRivy)bSd~Kx`~s=xlJUTur&qs6l%!wf%@b~Ndk%~R21k6()eP+ z>+)RE?Sh_yo+2gR5z6hBG%7PXa7|J7j^2}H@j~>sU)dpsi3Lxm9nb# z%jnCwm9~`%ON>?&R)$vVRv*jsRk5>Wv+jAbx%#Ysjy}UL>N+C5+TN|61~2$7l5w+e zdvI}ZRdLfh1E6JWpwlW zKens*s*TGVHO!0U8)wjTljyZMgj#i4mEDCEWEeCU^lO!F3;C7utMh;KO7v>`PxQ?J zHw>bMvir*mqY8Ts^9+mkjY%sLtLDEIYZdd1a2mHbM&0utYE#rj=1L_=#g5Av8L;@@056`~v%Od*6Ooy*qth{ZIgK z0)E1r!Ttb<1Jt1S;h14iAzT52{h0&bJ8nl{?N8&MB zF~CwjOd>oCZ!$NhikF3LnefA_1K7hGdKR6u#;Xmd=HrUV*_s6Xeoe=3gm^>*yU2ec z(FQ7xWosVw+ue@=tI3_=A4#VpG^ermy0506iGcKwhLCyD^da3yW2qV`45>pf1)=6W z*9QGxfkzc72`Rzkwg7b;8 zRL+`aof&bzWuGKt$g;_UHQ^eq8g|SjO!Fs{rch2EkFt*JCJDwL#y|Yn%-Gyr&3oK_ zhkf?5-B=@5hpyD-Kl-KlNP3+X8JR*Y769Cu2?VcI~2emXr#V>Us<;8gEZV zgxiIc_Pgn3v=MEFZ7^)Ex6K->tv1t1^yZ(8CJ&+x6v(%dE_XG3)!(+KoRgefxcwEt zNz8SBF#1Y#n+MOk?iuAF>4-hcGA_|AQIzUHASkn{wmyg0uszKpL9izs0gzU5U4RDUhMu9{VJ zKVB8A8q79En8$~;i7@<0eXCU%gqW?Er4eruzmTYwn2mXh+4ib`9KM^3Nnbn+?WO+R z@{&4VmG9^N(QR%tK6Gb2f0-#Dy;I)9^}h0KdunoawCHYmTUr*iQ`IBz9QalEVf;9n zcz&hus*su=E8y+}^ZCnz!q)6$_a)@v{{L%=7`hnR*qi@T)y2@{?*Z_iK7W6;EW!YFf(m?h8^$8oUFckX|WWf?yvAaVM2rxnh0)*jrGlqFd z_f~t8mag?|Tf2R4l-kmpqbkW*XlPEg{%G+tsA>-v|C#)r`gG^{_EPJ&1h_Z9`{IKC z^FC=kq4D{lF0t&-#p?SBcfWbVakR?t=V_9m_p>TKX%^D`vjhM0`Bwk-aLq4lfAsKv z6Z}v0xiYpXHl#Qs_8@;CPJUQ3;n%S;-{%Y77zd{gZ;0AGapUA%n zWAkhA#ObSk`|W3=7-;Dr2_gr?e42a|-?;;?m(m%CqlG!?jq7ai0{{gA+Y!&fKEM0; z{-WH#{w@US*k&(CG=G&`3OUVb{5=-DP^1F%0}OF3)w8FBkNCI(^b?NIZ-_sJC+;!& zjEKJQD}T_iiOhb3jy&gy3#Y!L@cGhGJtvELd}@Q$_O8- zNS5L^um zX%Vj1oX#&_Yt&Z@`Xic#h_IqgK{?bodvSk0M-QZ(ugdA_@a=Y>o+sD*oTXL0cJ%9b zf+1c|BTP}}?C8ZGNpDL)IMx^itE(U5Ce4vGYxM!EZ{@0_Ar1GB=ks=-Xc2f2Gv^wFTlJbPeDu< z2USMegTT+$`@8z*005~}t<$Uoef3X)w`||?2poN-b@7z34gK(|PnRjZ)d#6o>Z*!P zpNBG*GwX(Dc{nAueee;;Wcks?$+{X zoa%$jKVaPBe`vh3cZkZ5uMxW0e_7#!WoPJa2^Mp249m-qlfaU{X7+aWWJoPjZ&qvV z2!;nS+MD8aroMo!K{UqH>v zasB|euf+6kg1@FO*-7&Hd6DRw20T)Fa3XrsOy&-Mrdwb6AGb z%iwIUE1t#a%Vz_+sUwMj(TgA)OvlUbhFUuy^=Plpy&p`@Fw-k#gW8)K*m_1Qv0U6} zxRB6=(kHwmt@|htl3m8kL6a+8lxSh4?Y2ZLarGBPtR@$9+|aE&9awIsi-Bx0WOMpt z>Fvd2Gd~U3xEhfZG+!DV4B`xXM1cN1x-`FPOnx?8en=uf?5gccAlMG+mPG3cY!zJ% z#$)vf#C#R&8-tfdqOrT*vn`ZOT5h?AFS@?$m}Vvuyi>F-16vO8<7Ib>a?KSx$+`rE zBJ7SJA~p*KPg!&}pTUP~E-^DnG~KY8Z9*O{a?okI6CIO#7(*=NbLDP-IKR>kTU_&9 z$VQNla8t$%ZW*FYh{zJJ2*BRQ|N8KI2YYRVA{v!0NNYVPt!GQTI#%BLc3&)zV|Xqa zdH01%Up(jl&70z5+Y7RB8YIKmjmm~qIXf9kNm@{B^@osCHk>FzspZ1^E~42bltpy` zV6)QDC8>*6Nsr)TlJ&}7r6hkewh!STR;60@?b~VG>52v-nq2lQkMtPi`fQrO3O(8Ii_=KtSzIt0zzHT!!3GcU^zTF- zP){BxhJdI{?50NQHL_f9k4+KsOm$4YuVme?HcthwJ9g<$TskY~9 zM#j}d?p)=KF2s**dG>WII~3sz0doNS62g|@ zu+EmIF|^`RMjNNBFZdngC@aM_HV~rc<Lf5yUZX+8Wq4-Kp@t+t--gKvn0 zw@IA?e#Drjeh0;==@3l64!}$}mSqU&fYV=?K*ZTzLgCy^2`{>#eyj?^mwZK^ix1G! zCXr$J!weRqFpPi*`|7}sn3;YBmw{x|zg}Tql}^r_1ZXt3Z0+1)0o>j>fK!t-yg7sZ z?AIT=Qy}VM{4^A69jSLfo?6oujk7mi9AhY>w>IV5Hb2RFs2V~gC!k1`b@5WQR}z*t zUa)1sQKfqZqbg~qI_o!xj*iIx5}j`x2qBaeigMY#al1P#cwB1fUt!L7P>?(4F`4Xu zRo_fSi5pQ$UmbVs5OR&g>Ql{lIBqM0X6R&~z;ilWo~iY-(eM0{w5>W7yw^EW*O;$j z`A&>xZH$q5d;Kt9W^cNIUcomK&7{8n3Ko&4dKfcV&Tpepq0JMY9F$dJ7@3!-shr*c z(TQOAK7O;uu6g>rwXnDxsU@Fy;ED5{B=k5gLl~K>7lg0?4d&L}4gX>&;rx&-f%05n zY*RmS0}iO6Jq^J321}}qy3#!{jmkM#%MIZfbZ*W<=XeH7&WLtxK34Xq@(u*0-qsDO zeM7<2w%9p8hF`LL0E7O?>2ubblj~A7T zu@Zy*<}N%IKVMPcN|QeGOn%>-L;a-PwsIWa`1hR}YTbnGR^trlo zI77Qr;zwe!r*$$!h9GHtvbXCf$@d8T4CSaJafU1&gW45V1%@}-cXy(mEakb1-%7Iw zZdIv8w2zI%BEQKi`fAq3VLwIq^xZY=N$zgMehp-EQ1$X8wT3`}xzR~BZ6mOI2Q4`3 zbPBR0fF}jRx8ahel`?GUd72&g6X?Kr5Ige39|L-x$8|KGpdnz$!m!@ z9V#NWWk^9k5vQT8xFh}!xBvUyx*6o_D5Qj6ubHrcxc(8lW4y8)Qp4(ONj;Go>W%y( z-gWyII500XNH=<>wWpQMeMJw%UfJ%}thNR&%k?ueo`|fBx=cIN_-Q%Sjresa&G3c@ zw}iqv3_AwAs$*W~ViBe)E(BM=20jkyVXq5xr$7tmwE(qt>I&{P>;h%7{k~RSt`zc zJ806ff5eMf*Gp}vm1aN8io)ofank|gJSRq)vvCmJ@vIn~M~5CO-#;In{<4D4r-*$I zCuPDkx|sRz{0 z!IEc`C^9H-{Nd*oiSt#-Sxr83fxQ-jg?X_``$Qs9PmStb6N}6@-^W&yV1p7Z6K&wG zQSc4clK8D33}cgwcn|YOb3>;Jyt|;nx;jZWNMZ*>5R`}^!T4t`*3Ig&K_%w_IA`~x zLofRg=|)(qfryN0oC`Pj)Hd7_8LOk-Gi5@cN*oQR=qKV4yW(XK*rpS*hEp~tgK-1h z`KqY2_{+*A09@UvZ1QGP^CG26yZ?r&WDCO$c0?ni+n~C<8O0pcqtsc1@|$2S22P6- zoCb_qD9ASjp4MmqG`0y%Uoa!h^@HfN3*c5aw31lg72#(!JD%){rZy zj$v$eBLt9^?see!Q_?f)%7XiwVbfH!n4Vd^r0*XoLogFcuZ*5=U;!iE$jcV|P&TO{ z!dgp&ho-3In6hAud{Spa1F-cBfoegyg~LKC?N)pgAOU=6XP=k+?=tmyKMRoZCB(qA z$OCAY*G#~23FwLA=}J5^aO6Hy)%WR0tOroRueHE!wTmD6bla+KWgOIcb4zmM=f1vd zgd69OhiI zcIKfEoauauG4n9V4rB9pw;fUx+l!*=z?gQP^Koq1Nq1F^x=EON?8DXPEUfJ1mi|84 zmEn+F)QzHLv%Yy5bt$)gMM!8gSdMYbBi*M`Mk+}Kaw=|-Zh}_}zY-%bS)edvjTu{I z(28nQygI@;x^{9~_1eCRBE6v`<6POE)s_^>ZGIKtra9I_esFKWcT(ie*wx}7dMHo- z3NsP(OohqO`e3mi3o+xtrKD;$iAcRwiWR|6x>)OGlnn@uGzDrESXgyjbz;LL%exyq zXH+`xcs=1dZeN{_*fB35u#5ikiezy@5?CXEQ!fmT~7RbH^ zztg$=WSm%xlAP_y?LkUUT32bENcBZzV9>8X{O-$oF%NfxR9US;T1&{F3;UtlZQ`_ z3{QfoaXZDhb`_05pY2eimLBSWj<4`ki6jlmk9<=xu*}l6k~whc_gNCmdR{e6Ptq^9CZzs!sirrwwz2|$l`DiIt%qq5LT1WP2d#0K~ypg!yfSppk9DR!u(UP-XvO7=jvQ&jU z{LXzDCf%wL?89MyS8lAw_sP0rHaz6G{~b5|7r75*O<^cvLi0niv0#$3T^w= zHIl;q|9Hp_`f26JbAcnr|bJ~*kg z4{Tet#IDAfxuTmTivZ&vkDP%nnC#gs7{Z9G+REEYvT)j+Hp#IsYkcTL7PQ0OT(|zt8ywKG!%)MeiZ*IQAKJpa;?$ z<`f?O%s0O*6tp+W(dt;=0FR<9~3w;!DDuqwxqP-%`U-Zi*xH;8~gAX6%lni|x~OY%7%dN7Vt_pC+c0X=0Q zlCL;+*K^Wy_6iooo<{LN9Gp(dSxyK|toWN`MLFogTO*p~9t@U=&XZ}n9$tMA`%XK! zqp3ijdXc;HGY&FvZ}l$i67~LGBe`12u-=?InzN>PlLcTAlN#_^)cSNR9tZRqPOWhOEco>PVW&~H73A^{-urHMxD^I$B@b#GQ{wu3X z)2B`$4n_(QLm*&yseXHRFlDFibOz-1LIerfT`G%0Fa4hLl$nKCnfMn@24FyGlJvvu zjLZ3NNqEW%^>WX?Yzd9>!nwhWF+s!i^La^F<45olmkHM-bP9*L-&7`N>Sn)}%BbO* zy>igaY_@tIFj}v7V(S*|^g@@1?=P==+#>3MgMlqhpzjanQ!inYe7siKnRQM2d#)nz@kGPO}g?N4c&~ zZ}-s>EF^4$J;md?A?ztvuTY#;r>vp@4WFs42h*;8fljnRg1b}AHFmUdb2}h( z5{;7yri$dd`8*dx~MFg5z(pqrX53KQ^EFFq;!YFnfoSNJgp*`RQ{Tb&^ z^;m!~T%BJ+W7yya5q779$Z6zAL=QdZG0iQH|Y-uUXfp1K0SUcDS zefb3TtSL5Z%Q;e+P}K1PDcc8kmg+uhA<>Nrrt&y%>DwW!8zYx5Sbfqu?i-Lr9n!bB z;e)Q=T7`j__L=a@%$Y~fKE=7N74Jh}UZ`ViBmx9(yofP#F9&OC4KyO2B8uG*o0Ws3 z-`>`wnLbpt*w)&xMC+8kKF0n_EW$+Zf6UlQ~CXJt0fyScS5{dT(p>3{`i>b6)mZObt@+|JR4DBi5x=*F7+>q`7WMiz&ADz?>dfa zcE*b}@)qF{^G|tzj_(Eze~8|xI>3su(kh>h#7ClFHQEiIl#ofCOvIpz5Em{X05UVI z`(bS{C_h*_))NlB$ZK*7dNx@^STLywQ=n*}y7Q4=ssUBPJ5$-)Sogw=K>nMAfUt6% z$vz#sx6-n+6)6xZ8))6N^0xG$exl(yj4W6pbC;{RF&f=wY-c_;n<{$@-96epl%KL` zoR0%1%^njt_~DLf+>xtPkjgtYuUZ(0KSD$bMO;97F4QtLR|ZZN*0{n1 zYu@gu$8ymH=wr*2T6&2rrPX&@W1<_|39M|%S~lzr8lto-#AK2>xgor|LqsQe*+oY; z37eNN^n{t)TkKPhh+}r-pL@_9;SMD8@&enI zj;!S9IE^t13u9d6wKBP}EQ2IuD&i#=rH>%^Qc>U9w8S!AGYTnGrI;iME5-Ouumshq z4DMM)4kPZI#zWx+!2t_xSBJZ+%;yLe2OBmtIU`lM_B2Ta;tPA5N4`14An2{}YV4Oc zpL~PbJSpitQcBoX8{an%6mg?u0xYp$L8pRdHXm^ovjbKyY1KpP*CM`&kp7MXGi$MK z0AbZ(L)g@{;Rv@sg|jLtlU>RPQkpTmTurj1I3dOf%N@E)d0Xqysx6m3gBnU9%P zG}G+8W|ou#g&5BXSWl%L1E*i6)?vFACiIdb2FFRse7QD*BH$n*~`f#G( zuiZvjv$WfHXQo>gHgQ#3CnYdYFTg3DAC1vd3(a{`t?Mi)pp^TeN=qO8P`D%dQzW6p zx|>De_AO#4ViPh@4ZfLd2liQ^9NcnyS@8_SpJo4pKY`tfMJdsCH&gFm)L9n0hzqzE$M@5^KDV@8cmIKKpp9CN6`XIZnu8ng9)Hel$sny`r$2BW#Wk z)?%sSqs{vY6rD26sIi~a5grXEHQoxF?)pkgh7-!7O0f;3Bhg8#KWE7d>z+GjlL&)U zb4(?lUJljoAHPH?5J*!3f7U3SX!c;hxRwl;0Qx!N5d8jJ)y|Eh#>>emIrjReCuH%B zz#^dxp;l8{lPd@DM>kTH7p~AsNEtfLF%N10KZHHhjnkq?#Y^RREo2oTSA(&ng+1yPV+}Dbk&Yv3LH#mSnjLR*ogf42>C>3P z;H?UX83=doCUpathPm;YGfc4tW)zvoagor676G|J*7XKNJ`a1D5Kep(U4D&pq6@2y z_S3}|1oYlY7lK*ak$BNHQpS5}X%@mJke09Ai6v|Y`_8=trSSQj**&X$4;HTZpWz3B(9?oaAOLk!?A z7H9%C>U?poVu57k?Vcw?-L2S-TEY;s7DYPHOBsyQJ^9RX5bkQuw;v-%+{Bv~$dC)y z1%WZRP0x;VO=U#uHVbg*`0mTw*S}iv30upF9~Lzunnnd1Mzf$tm-M_TsT32~se-xx9IzSa7+GqyR zqDCBJ^7flb_5m!|P#4YNchv9%+L@*wHz9UphT@!QrELEx*U&S1a8Wo%aWOyv-cDEp zl)&=+!&OCQ0qI?dJR8~;W13cLJ9Z}StfyS{g5UbXnpXDqwP((dn9qTToc9a?D3)D% zL(nh?IsEoF$*4u=o{K=}{u&FSsE6M+S>A2hn&{$CvQ$>B`AID06?g@^w^w1dY07X- z-7MEnASp{=HbW8uCj?0T1dZiZ?nEDJkfH3E;3&mh!{@e04#p5Im3gI!9PFm*y=>1H z#acwON8QEqaD!(JEoV!XeMEe`TewflaO9M~sahr*vA%_Ss3GpeD!yXWgbq@yJ`T3S zS%1)*>Ip^_+=YP5{E!pTDcXX-Zh*7{FXn38@1D475@7yAfH_srnpj1S*tUe3J3YS8 z7W!z%kw0H@%WSH#6H}yurkJc$4aboh$Ey$*K zq@6Itq3b(oxJ&f0nHwKZHK{ulZj}%UC06!X=m_Bul*TMsydsd(DM9z`t1`TR3J}H5 zh2x^Nz0MZK){>f53YyIAY{k@HOdx#xw-@xY{n+l(Nfu59q=Fng5mXWFm4- z&S3zvmlWPtTcZaOPwpS~0-w0}uzZo(2-n!^9NwR6$*RPO}v?OS~ zaiidMTHO0gsG_RFa;c9@F%y{}|JId$Yh2=Qt$S9=b{jQY9lRcbHQqi4s_N7Rb=^~fdMI0Zctj%%gD=h^?fV`&MBugi4p;svB3dn}3_w@P(p%~AJy2qY?=gf>slb~A}F0SIv~1`=Y{cx1R&UW9Xula>=q zjTJffnN|ge$Kb$ul%d65pj3<|6mJn%RkDo`5Z-TPJRxF)7X}r&@&ulc-V45@i2O=l zUTbTmDe9bC9dmg2ru&*X);)59T2}bx1BUVik0%S2k2wSui4K16&YT19<>;Lrj3&L* zWmg_w7HL2)3uCJt)z{Ys${J8~No=~Piu9^kX2vdI>i05hAcN?063J=yV(neUYCAY| zwcYrmLoBt3P%a$P{h50ig!udS1B!S+I`k2n=!uc_15<#OhHIh-SL=6u6nA1%Au0~- zdbKnNo$P|^F<&A+&$rHyKN@D5nZsq9^<%JA>7h{WVD|*G(RNuxs_|H9bk9QQEjy5} z*R<1Y74}Bn!GbT8cd@L~EZ4rCmP9dJi8}3s2&1tF<6^8|^$0~0di_fdtXelcxXLl^ z@OBFD6%x;{{M0C6F}@~LT6MWPdx3QW)h^YGeT5%#N#aJwkut=1xV6$Q5a}PK^iR_f zl3fH!b53nlH!p>J1ltXFJ9#2?!4j^246bp6R<&e3*D(*vBh5&h7I>?kYr=vh|NbXa z`Y~HAYCfV=q~-ONHt2eF)sN4BT{M&_--JOnCWUvBM7dabZn1>ZUMx&oKJN;tM^kDJ zAlxUsK}6RNqQ`vT&NPd#S@QfNpUHovds$e}Q9)KPe4yi~hRpD67>|lYu7gC0W@604 z)TK0f(;|G@!5kFUu2f(fxTxH`dfiELbGCD}`sOQ80`>I6YPXV?dqM{*P&|lw^!-M7 zEYy{kJVdh-*+q)0zofjbbv4w$giVgYoi!tFas zFb_GW;sYjz@KDEgik2-d0~sUeZFm|4>_De=+Z+ptJ-WO_JI4%^dCjno-w zCASQ#HqgS7ALw7<p6X z_pUHN-I3J)@y|Gc@YCVeEtPL?Zr*`}-@YFo=J!e&b;wx##>?i4|k zF4@WXanEz#=X|~A=kvVb+E`Cm-OtLWPm*iQy`8KMPII=aL9gg+SMbxi2G3hhI?7Ee zx>*_anfx1g6n@WQ5a7*^TqnX&lcRZnmM1t(+mjq8y8-V~mn>h#@unb6#)CZb{rZ?| z0g_<(O4>2^+urLB)Ma=3vK;-PJ?Vy8sXWSM)bgftt;u1n``jsMh@Dn9Z(g*Jb8Sj) zm}Bps>SCtXG4JE3M&3fg-qah5}p&;9;;lQ$p$nc<9(P|qM!#Oap z&()I_M9`+@R#49D6xBI1-Fg3%U(%R%cTL(UC2TF&rOZ2xo;*kQx8yUlLyz{ha}QR8 zXe+xSmR;q%Z&5EIK5g0l$bKT~F)@oz_XKdZNAjZq^NdIy2l+X=**v!x^3}{Bg%_^R8IFyhcjxjCZr0?fZXYM!^vP2j*T%}!5J-3=1 zO2lnNFErDW+0BMqp2aV8sjB*0%7^!{D(9wX*TRCiB5(RyM^btu+tj$!(Q0 z`ss!Ch#eN;@4?4^;YJ=BxajPk%vV(Q=MwpjwrKBhlL~p3xXn=eY<}ZqvZs~YPYB*U zD=dU0&&>(zRR7^(jhoX&;@JhhA9ZwLG1} zzvsqXpFC+YY>U~Od4ILGS*N++YAtv664T1eS|nm$xN&94Y){wiGk1Tb%L9)cGI-aI;vn2&TRIJ61x4nvo@h zc&ni=fR;BFbQH=g$jX<=Az+FdapV=s#z|vtKk5=-^b)l9CO}LQx=0T6i$Gd3>ao0>~%1_0QB+5*VVpKS+*D&Ifzf(n~#YK zgrK+!GHMXyf|@SArIFFvFC$|qmXqSM%ps$$!VFC08&gKdi#Rssyx@---D6oZ*82DsTbu{ad?4<}$ul;y_-CkA5V3EX(LA2*K4^owJn zall?Ufy+YuxojA`hd1MxDB>5#WcqOt77Lv8O)kLv_6#s|;{Fg8+wZOb#(Zrr;H5~j z#rY#udsa*3AV+M7{uzb={kKn|4N{z*Bf)?e{N;BFkb@^l7zyzVR06XkY*tpBM7&Xi q2;)(SNQ4R{3E-BJDgPe=yqzHJTV>!`k0c#o!w5{7KR=bXl=3fTbiDci literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-1.pdf b/ios/adblockfast/unblocked-1.pdf new file mode 100644 index 0000000000000000000000000000000000000000..66d2e38cf810c3b8ff07d445c2359bd3a7e52f05 GIT binary patch literal 18688 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-11.pdf b/ios/adblockfast/unblocked-11.pdf new file mode 100644 index 0000000000000000000000000000000000000000..119846a938677506f043177241c714b68e85176d GIT binary patch literal 23172 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%0A4Fj!m+qh>q1|SwGPK8Vlx5 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/unblocked-15.pdf b/ios/adblockfast/unblocked-15.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7738dd9e24e0f6568df6c52d123534388a862f87 GIT binary patch literal 24557 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 literal 0 HcmV?d00001 diff --git a/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-667h@2x.png b/ios/adblockfast/Assets.xcassets/BrandAsset.launchimage/Default-667h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..97f3902aaa68a5f5095e79ffb4aae8418ef11f86 GIT binary patch literal 183878 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 z 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